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

Summary: Switch from TAX to XDM
Product: apisupport Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: Martin Kozeny <mkozeny>
Status: STARTED ---    
Severity: normal Keywords: ARCH
Priority: P2    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Attachments: Start of patch

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.