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 71973 - Permit ${basedir} to be overridden in project.xml
Summary: Permit ${basedir} to be overridden in project.xml
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Freeform (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-29 01:09 UTC by Jesse Glick
Modified: 2016-07-07 08:37 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2006-01-29 01:09:23 UTC
Some build scripts may define a special basedir="..." and rely on file paths
inside the script being relative to that basedir. If you wish to load properties
in project.xml from some *.properties in the project, this could make it
difficult to keep build.xml in synch with project.xml.

Workaround in case you can modify build.xml is to define in build.properties:

custom.basedir=....

and use that in both build.xml and project.xml.
Comment 1 Antonin Nebuzelsky 2010-01-11 04:28:46 UTC
Changing the default component owner to tzezula.
Comment 2 Martin Balin 2016-07-07 08:37:59 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss