I have the cvs version of xdoclet (thought sourceforge is puking at all
times right now), xdoclet-all in particular.
I build it, try to use it, with maven.
Nowhere in my project.xml's anywhere do I refer to
xdoclet-xjavadoc-1.0.1.jar
yet my script won't run because it can't download it!  xdoclet-xjavadoc-1.0,
and 1.2b2
I'm guessing it means that the maven-xdoclet-plugin needs it.  Well, why
didn't it build it then?
I look in the build.properties and see:

xjavadoc.dir = ${xdoclet.root.dir}/../xjavadoc
xjavadoc.version = 1.0.1

I look in the parallel directory xjavadoc and all it has is xjavadoc.jar,
though it does build xjavadoc-1.0.1.jar

Now when I try to run I always get xjavadoc errors, here's part of the
complaint:
(XDocletMain.start                   47  ) Running <deploymentdescriptor/>
java.lang.NoSuchMethodError:
xjavadoc.XJavaDoc.setDocEncoding(Ljava/lang/String;)V
        at xdoclet.XmlSubTask.startProcess(XmlSubTask.java:181)
        at xdoclet.modules.web.WebXmlSubTask.execute(WebXmlSubTask.java:366)
        at xdoclet.XDocletMain.start(XDocletMain.java:48)
        at xdoclet.DocletTask.start(DocletTask.java:458)
        at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:95)
        at org.apache.tools.ant.Task.perform(Task.java:341)


Is there something broken in the source?  Is there some special
xdoclet-*-module I'm forgetting to put in my dependencies list?



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to