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 196997 - JDK platform definition files do not match their DTDs
Summary: JDK platform definition files do not match their DTDs
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-23 09:25 UTC by _ rkubacki
Modified: 2011-03-31 08:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2011-03-23 09:25:34 UTC
java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/platformdefinition.dtd specifies order of elements

<!ELEMENT platform (jdkhome?,properties?,sysproperties?,sources?,javadoc?)>

but what is generated does not match (jdkhome is after sysproperties).

See for example http://statistics.netbeans.org/analytics/exception.do?id=497160
Comment 1 Tomas Zezula 2011-03-30 15:33:50 UTC
Fixed jet-main a3673114d1af
Comment 2 Quality Engineering 2011-03-31 08:50:12 UTC
Integrated into 'main-golden', will be available in build *201103310400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a3673114d1af
User: Tomas Zezula <tzezula@netbeans.org>
Log: #196997:JDK platform definition files do not match their DTDs