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 12977 - Make destination directory for a build of NB configurable through an ant property.
Summary: Make destination directory for a build of NB configurable through an ant prop...
Status: VERIFIED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: All Other
: P4 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-19 00:24 UTC by Chris Hogue
Modified: 2001-08-01 09:36 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Hogue 2001-06-19 00:24:08 UTC
It would be useful, especially for those doing builds of NB as part of a larger 
build, to be able to set a property for what directory the results of a NB 
build should be put into. Currently, in nbbuild/build.xml, the firststart-merge 
target has this hard-coded as 'netbeans'. Making this configurable through a 
property would be convenient for times when the resulting build is desired 
somewhere else.
Comment 1 rbalada 2001-07-16 12:52:34 UTC
This was fixed in main trunk.
Please verify by using 

ant -Dnetbeans.dest="/home/foo/netbeans"
Comment 2 support 2001-07-31 20:04:25 UTC
Works great now.
Comment 3 rbalada 2001-08-01 09:36:59 UTC
Verified