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 27167 - Register XML APIs as Java Library
Summary: Register XML APIs as Java Library
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on: 23798
Blocks: 26613 27163
  Show dependency tree
 
Reported: 2002-09-10 12:57 UTC by _ lkramolis
Modified: 2005-01-13 18:08 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ lkramolis 2002-09-10 12:57:36 UTC
Rewrite XML to new projects' platform registry.
Comment 1 _ lkramolis 2002-09-27 16:21:37 UTC
Productivity Tools module mount XML APIs (JAXP, DOM, SAX) to classpath.

JDK 1.4 already contains XML APIs so this extra library make sense
just on JDK 1.3 or lower. So, we would like to mount the library just
with Java project JDK < 1.4.

http://www.netbeans.org/download/prj40_prototype/javadoc/JavaSupportAPIs/index.html
Comment 2 _ lkramolis 2002-10-22 13:55:41 UTC
We could create XML-APIs library (provided by Java module) that
contains API for compile time, API+impl for run/debug time, API
Javadoc and sources for debug time. [It depends on issue #23798.]

Then it depends on a user if she want to add the library to Resources
and project's classpath.
Comment 3 Vitezslav Stejskal 2003-11-27 12:18:18 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.
Comment 4 dmladek 2004-08-19 09:50:07 UTC
Well, work on Projects for NB3.6 has been stopped
but for upcomming NB4.0 it's been renovated, right?

thus, even though it's too late for promo-d (4.0), I'm reopening cause
work on Projects still continue and in promo-e PRojects should be mcuh
enhanced.

Any objections?
Comment 5 Jesse Glick 2005-01-13 18:08:51 UTC
Probably obsolete; I expect most people to be using JDK 1.4+ at this
point, and those who are not can make their own library.