Discussion:
[Xdoclet-devel] [XDoclet-JIRA] Commented: (XDT-718) Cannot use xdoclet externalizer task with Maven.
Java XDoclet (JIRA)
2008-02-29 21:21:17 UTC
Permalink
[ http://opensource.atlassian.com/projects/xdoclet/browse/XDT-718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_17860 ]

Java XDoclet commented on XDT-718:
----------------------------------

I am also facing the same issue. Ludovic, can you please explain what do you mean by mix-up between b2 and b4 in project dependency? Please help me in resolving this.
Cannot use xdoclet externalizer task with Maven.
------------------------------------------------
Key: XDT-718
URL: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-718
Project: XDoclet
Issue Type: Bug
Components: XDoclet Module
Affects Versions: 1.2 Beta 3
Environment: Maven
Reporter: Ludovic Claude
Assignee: xdoclet-devel (Use for new issues)
Cannot use xdoclet externalizer task with Maven.
Running <externalizer/>
java.lang.NoSuchMethodError: xjavadoc.XJavaDoc.getInstance()Lxjavadoc/XJavaDoc;
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:655
)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:96)
at org.apache.tools.ant.Task.perform(Task.java:341)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Ludovic Claude (JIRA)
2008-03-01 00:44:17 UTC
Permalink
[ http://opensource.atlassian.com/projects/xdoclet/browse/XDT-718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_17861 ]

Ludovic Claude commented on XDT-718:
------------------------------------

That was really a long time ago... I don't remember the details, but usually this type of error occurs when you have 2 versions of a jar (here: xjavadoc.jar) in the classpath, or the wrong version is used. It would help if you sent your Maven project descriptors.
Cannot use xdoclet externalizer task with Maven.
------------------------------------------------
Key: XDT-718
URL: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-718
Project: XDoclet
Issue Type: Bug
Components: XDoclet Module
Affects Versions: 1.2 Beta 3
Environment: Maven
Reporter: Ludovic Claude
Assignee: xdoclet-devel (Use for new issues)
Cannot use xdoclet externalizer task with Maven.
Running <externalizer/>
java.lang.NoSuchMethodError: xjavadoc.XJavaDoc.getInstance()Lxjavadoc/XJavaDoc;
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:655
)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:96)
at org.apache.tools.ant.Task.perform(Task.java:341)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Java XDoclet (JIRA)
2008-03-04 21:36:17 UTC
Permalink
[ http://opensource.atlassian.com/projects/xdoclet/browse/XDT-718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_17864 ]

Java XDoclet commented on XDT-718:
----------------------------------

Thanks Ludovic for the hint! I really had 2 incompatible xjavadoc.jar and removing one of them fixed it.
Cannot use xdoclet externalizer task with Maven.
------------------------------------------------
Key: XDT-718
URL: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-718
Project: XDoclet
Issue Type: Bug
Components: XDoclet Module
Affects Versions: 1.2 Beta 3
Environment: Maven
Reporter: Ludovic Claude
Assignee: xdoclet-devel (Use for new issues)
Cannot use xdoclet externalizer task with Maven.
Running <externalizer/>
java.lang.NoSuchMethodError: xjavadoc.XJavaDoc.getInstance()Lxjavadoc/XJavaDoc;
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:655
)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:96)
at org.apache.tools.ant.Task.perform(Task.java:341)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...