This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 192456 - Custom properties in <userdir>/build.properties not imported
Summary: Custom properties in <userdir>/build.properties not imported
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Import Settings (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Yulia Novozhilova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-25 10:10 UTC by aldobrucale
Modified: 2011-05-04 08:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2010-11-25 10:10:06 UTC
[ BUILD # : 201011250001 ]
[ JDK VERSION : 1.6.22 ]

Some of my projects depend on a property that I usually define in my
build.properties file. When I import settings from nb 6.9 this property gets
lost.
Comment 1 Yulia Novozhilova 2011-05-02 14:41:54 UTC
To import custom options you should update etc/netbeans.import file to include the entry for your properties. 
The pattern:
include filePattern1#keyPattern1#|filePattern2|filePattern3#keyPattern3

For example: 
include build[.]properties#my[.]property[.]*

More details can be found here: https://netbeans.org/bugzilla/show_bug.cgi?id=166585
Comment 2 aldobrucale 2011-05-04 08:20:38 UTC
Is this documented anywhere?