Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 2.0.5
-
Fix Version/s: 2.0.5
-
Component/s: Core
-
Labels:None
-
Environment:I'm using the MAVEN1 maven-xdoclet2-plugin-1.0.3-SNAPSHOT.jar with a modified dependency to use xdoclet-2.0.5-SNAPSHOT and the xdoclet-plugin-hibernate-1.0.4-SNAPSHOT
-
Number of attachments :
Description
This was a problem in XDoclet one that is documented as being fixed, so I'm not sure if XDoclet 2 has addressed this problem.
For a full rundown of the problem check out http://opensource2.atlassian.com/projects/xdoclet/browse/XJD-41
The error is below when parsing a file with a Java 5 generic:
Running org.xdoclet.plugin.hibernate.HibernateMappingPlugin
Error parsing File C:[longpath]\Person.java:Encountered "<" at line 82, column 14.
Was expecting one of:
<IDENTIFIER> ...
"[" ...
"." ...
This issue belongs to qdox project, as this is parser xdoclet uses.