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 194547 - Switch from TAX to XDM
Summary: Switch from TAX to XDM
Status: STARTED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords: ARCH
Depends on:
Blocks:
 
Reported: 2011-01-20 20:49 UTC by Jesse Glick
Modified: 2013-02-14 13:17 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Start of patch (78.83 KB, patch)
2011-01-20 20:49 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2011-01-20 20:49:41 UTC
Created attachment 105216 [details]
Start of patch

Currently layer.xml manipulation is done using TAX, which is old and barely maintained, and occasionally reformats unrelated XML text (e.g. '<foo />' -> '<foo/>'). Should use XDM instead.

Attached patch partly works but the lifecycle handling - parse/modify/save/reload - needs to be improved.