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 42736 - Regenerate only necessary portions of $userdir/build.properties
Summary: Regenerate only necessary portions of $userdir/build.properties
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 41535
  Show dependency tree
 
Reported: 2004-05-03 19:51 UTC by Jesse Glick
Modified: 2011-08-31 14:05 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 2004-05-03 19:51:26 UTC
Currently I think this entire file is regenerate
acc. to active platforms and libraries. But
probably that is unnecessary; could also
regenerate the particular properties it cares
about (since they all have a standard naming pattern).

Would permit us to e.g. have a global
(per-session) ${javac.debug} setting.