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 16844 - use build.properties file in nbbuild/build.xml
Summary: use build.properties file in nbbuild/build.xml
Status: CLOSED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Michal Zlamal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-23 10:01 UTC by _ rkubacki
Modified: 2002-03-15 09:23 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
patch for this enhancement (658 bytes, patch)
2001-10-23 10:03 UTC, _ rkubacki
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2001-10-23 10:01:39 UTC
the usual way of storing user's customized properties is to put them into
build.properties file and read them from build script. can we add this
functionality into nbbuild/build.xml?
Comment 1 _ rkubacki 2001-10-23 10:03:02 UTC
Created attachment 3101 [details]
patch for this enhancement
Comment 2 Jesse Glick 2001-10-23 10:37:36 UTC
Note: it is also necessary to add build.properties to .cvsignore.
Comment 3 Jesse Glick 2002-01-08 14:29:23 UTC
Probably Michal's domain.
Comment 4 Michal Zlamal 2002-03-13 17:09:29 UTC
The was created the global build.properties file which contains all 
configuration.
User can also make his own user.build.properites file to overwrite 
standard settings.