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 271005 - org.xml.sax.SAXException: Scanner State 24 not Recognized
Summary: org.xml.sax.SAXException: Scanner State 24 not Recognized
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-30 09:55 UTC by Exceptions Reporter
Modified: 2017-07-02 15:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229576


Attachments
stacktrace (1.08 KB, text/plain)
2017-06-30 09:55 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-06-30 09:55:49 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: Modified \nbproject\private\configurations.xml adding a entity and refering to is in a string
e.g.
<!DOCTYPE resources [
      <!ENTITY varname "MyVarName">
 ]>

<string name="var_name">&varname;</string>




Stacktrace: 
org.xml.sax.SAXException: Scanner State 24 not Recognized 
   at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1253)
   at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:649)
   at org.netbeans.modules.cnd.api.xml.XMLDocReader.read(XMLDocReader.java:152)
   at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationXMLReader._read(ConfigurationXMLReader.java:193)
   at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationXMLReader.access$000(ConfigurationXMLReader.java:84)
   at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationXMLReader$1.runImpl(ConfigurationXMLReader.java:135)
Comment 1 Exceptions Reporter 2017-06-30 09:55:51 UTC
Created attachment 164663 [details]
stacktrace