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 20857

Summary: Nicer storage of IntrospectedInfo
Product: projects Reporter: Jesse Glick <jglick>
Component: AntAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: jchalupa
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jesse Glick 2002-02-25 18:31:13 UTC
If 3.4 permits module-defined formats for .settings format, consider storing Ant
settings in a more human-editable way:

- custom taskdef/typedef info (IntrospectedInfo)

- structural info about custom tasks/types (I.I. again)

- custom properties (.properties format from AntSettings)
Comment 1 Marek Grummich 2002-07-22 08:18:13 UTC
Target milestone was changed from '3.4' to TBD.
Comment 2 Jesse Glick 2003-12-19 15:41:25 UTC
Needs Registry/Convertors APIs, probably.
Comment 3 Jesse Glick 2005-06-23 16:13:54 UTC
Would be much easier using java.util.prefs.
Comment 4 Jesse Glick 2008-02-24 21:41:48 UTC
Was done already.

*** This issue has been marked as a duplicate of 87114 ***