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 34593

Summary: Deprecate libs/jaxp module
Product: ide Reporter: Jesse Glick <jglick>
Component: libsAssignee: issues@ide <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: ARCH, PERFORMANCE
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2003-06-25 19:45:31 UTC
Now that J2SE 1.4 is assumed, the libs/jaxp module
is not useful - you always have JAXP (interfaces +
impl) in the JRE anyway. Suggest:

- deprecate the module (OpenIDE-Module-Deprecated)

- remove it from the build (build.properties)

- add a module auto dep in core that translates a
dependency on org.netbeans.libs.jaxp/1, or a
requirement on
javax.xml.transform.TransformerFactory, to nothing
(no dep needed)
Comment 1 Jesse Glick 2003-12-23 17:52:47 UTC
See also issue #38300.
Comment 2 Jesse Glick 2004-05-14 14:15:23 UTC
Should not be shipping useless modules.
Comment 3 _ rkubacki 2004-05-19 13:35:57 UTC
fixed with issue 38300