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 251854 - org.xml.sax.SAXParseException; systemId: file:/home/vkvashin/src/netbeans/cnd_newcndmodel_34/cnd.api.project/nbproject/project.xml; lineNumber: 127; columnNumber: 2; The content of elements must consi
Summary: org.xml.sax.SAXParseException; systemId: file:/home/vkvashin/src/netbeans/cnd...
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-15 13:01 UTC by Vladimir Kvashin
Modified: 2015-04-20 14:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216768


Attachments
stacktrace (4.40 KB, text/plain)
2015-04-15 13:01 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2015-04-15 13:01:35 UTC
This bug was originally marked as duplicate of bug 243340, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20150319-671fd0118e08)
VM: OpenJDK 64-Bit Server VM, 24.75-b04, OpenJDK Runtime Environment, 1.7.0_75-b13
OS: Linux

User Comments:
vkvashin: Merged the entire cnd-main repo - got an exception




Stacktrace: 
org.xml.sax.SAXParseException; systemId: file:/home/vkvashin/src/netbeans/cnd_newcndmodel_34/cnd.api.project/nbproject/project.xml; lineNumber: 127; columnNumber: 2; The content of elements must consist of well-formed character data or markup.
   at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
   at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347)
   at org.openide.xml.XMLUtil.parse(XMLUtil.java:365)
   at org.netbeans.modules.apisupport.project.universe.ModuleList.parseData(ModuleList.java:1047)
   at org.netbeans.modules.apisupport.project.universe.ModuleList$2.run(ModuleList.java:211)
   at org.netbeans.modules.apisupport.project.universe.ModuleList$2.run(ModuleList.java:205)
Comment 1 Vladimir Kvashin 2015-04-15 13:01:37 UTC
Created attachment 153212 [details]
stacktrace