zmughal / treaty

Automatically exported from code.google.com/p/treaty
0 stars 0 forks source link

JDOM illegal data exception #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
some contracts do not get verified,

reason: Cannot parse plugin.xml
Caused by: org.jdom.IllegalDataException: The data "-<comment>" is not
legal for a JDOM comment: Comment data cannot start with a hyphen..

validating the plugin.xml using http://validator.w3.org/check or
http://www.w3schools.com/xml/xml_validator.asp returns no error

example:
org.eclipse.cdt.ui - contains this "illegal" comment
<!--- Template extension for the editor --> line 2336
org.eclipse.search - illegal comment starts on line 298

Original issue reported on code.google.com by lluu...@hotmail.com on 11 Feb 2009 at 9:49

GoogleCodeExporter commented 9 years ago
fixed and checked - the issue was solved by updating jdom from 1.0 to 1.1 

Original comment by jens.dietrich on 13 Feb 2009 at 1:55