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

Summary: Regenerate only necessary portions of $userdir/build.properties
Product: java Reporter: Jesse Glick <jglick>
Component: PlatformAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41535    

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.