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 16962 - Mount SAX, DOM and JAXP libraries and completion dbs
Summary: Mount SAX, DOM and JAXP libraries and completion dbs
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Tools (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: _ lkramolis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-25 16:29 UTC by _ pkuzel
Modified: 2007-09-25 01:33 UTC (History)
0 users

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 _ pkuzel 2001-10-25 16:29:15 UTC
.. and mount them as a hidden filesystems as Servlet module does.
Comment 1 Jan Chalupa 2001-11-27 17:39:05 UTC
Target milestone -> 3.3.1.
Comment 2 Jan Chalupa 2001-11-27 17:42:37 UTC
Target milestone -> 3.3.1.
Comment 3 _ lkramolis 2002-04-29 15:08:06 UTC
Hint:

http://www.netbeans.org/dtds/JavaLibrary-1_0.dtd

Example (web/core's layer.xml):

  <folder name="Mount">
      <folder name="java">
          <file
name="org-netbeans-modules-web-core-resources-library-servlet.xml">
              <attr name="SystemFileSystem.localizingBundle"
stringvalue="org.netbeans.modules.web.core.Bundle" />
              <![CDATA[
                  <!DOCTYPE Library PUBLIC "-//NetBeans IDE//DTD
JavaLibrary//EN" "http://www.netbeans.org/dtds/JavaLibrary-1_0.dtd">
                  <Library>
                      <Archive name="modules/ext/servlet-2.3.jar"/>
                  </Library>
              ]]>
          </file>
      </folder>
  </folder>
Comment 4 _ lkramolis 2002-04-30 09:36:25 UTC
Could be included system/ParseDB/*.(jcb|jcs) files.
Comment 5 _ lkramolis 2002-05-13 18:54:22 UTC
Integrated.
Comment 6 Quality Engineering 2003-07-02 08:36:30 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 7 Quality Engineering 2003-07-02 08:40:41 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.