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 - Nicer storage of IntrospectedInfo
Summary: Nicer storage of IntrospectedInfo
Status: RESOLVED DUPLICATE of bug 87114
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-25 18:31 UTC by Jesse Glick
Modified: 2008-02-24 21:41 UTC (History)
1 user (show)

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 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 ***