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 166104

Summary: xml schema docs still in standard distro
Product: usersguide Reporter: John Jullion-ceccarelli <johnjullion>
Component: CodeAssignee: Irina Filippova <ifilippova>
Status: RESOLVED FIXED    
Severity: blocker CC: mmirilovic
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description John Jullion-ceccarelli 2009-05-27 13:11:58 UTC
The XML Schema documentation is in the standard distribution but this functionality is in the SOA pack and removed from
the main builds.
Comment 1 Marian Mirilovic 2009-05-27 15:34:16 UTC
not a stopper for RC 1, but stopper for RC2/FCS
Comment 2 Irina Filippova 2009-05-27 16:17:40 UTC
XML Schema docs will be removed from OLH starting June 1
Comment 3 John Jullion-ceccarelli 2009-05-27 16:37:11 UTC
So Marian, the process here is to fix it in the Trunk and have it ready for merging to the 67 clone once RC1 goes out?
If so, Irina please prepare the fix in the trunk.
Comment 4 Marian Mirilovic 2009-05-27 17:07:45 UTC
2john: exactly
Comment 5 Marian Mirilovic 2009-06-01 11:30:45 UTC
Ok, this issue is considered as a stopper for RC2/FCS. Proceed with bugfix into release67 ASAP, thanks in advance.
Comment 6 Irina Filippova 2009-06-01 13:01:24 UTC
Marian, just to confirm once again.

I should be committing changes both to release67 and trunk?
Comment 7 Marian Mirilovic 2009-06-01 13:49:27 UTC
yes, both.
Comment 8 Irina Filippova 2009-06-03 06:03:34 UTC
Fixed both in main and release67.
Changesets: http://hg.netbeans.org/main/rev/68c8cb6f8420 and http://hg.netbeans.org/release67/rev/ba8c23221dc5

Comments to the fix: there were a few topics that mentioned creating and working with XML Schema docs. As the
functionality was removed, this information was taken out.

In org.netbeans.modules.usersguide, the following topics have been modified to reflect changes in the XML Schema
functionality:
xml/xml_about.html - removed XML Schema from the list of supported XML files
xml/xml_overview.html - removed link to creating new XML Schema docs
xml/xml_quickref.html - from the Quick reference table removed the item about Creating an XML Schema
xml/xml_validate.html - removed link to the topic Working with XML Schema files
schema/schemas.html - removed this topic and folder

The remaining files in OLH that mention XML Schema reflect the existing functionality (support for creating XML Schema
constrained docs, support for XML Catalogs, web services functionality related to XML schema, such as JAXB Wizard)

Closing as fixed.