<taskdef name="ejbdoclet"
classname="xdoclet.modules.ejb.EjbDocletTask"
classpathref="xdoclet.path"
>So now the ejbdoclet uses the classpathref also. (the webdoclettask had originally used the old way as well, the classpathref was an attempted solution).
Also, just out of desperation tried switching to Sun's J2SE 1.4.1_02. . .no luck there either.
*tears up*
G
Mike wrote:
Perhaps a nuance between the ejbDocklet <classpath refid="xdoclet.path"/> subelement and the webdoclet classpathref="xdoclet.path" attribute?
Ant docs show that you do have it correctly, but it may be worth playing with to see if you get a variation in the errors (or it working.)
You may look at line 270 of your build.xml file for context. It's the source of your original exception and you might get a hint there....
-Mike
<taskdef name="ejbdoclet" classname="xdoclet.modules.ejb.EjbDocletTask">
<classpath refid="xdoclet.path"/>
</taskdef>
<taskdef [*****WEBDOCLETTASK DOES NOT WORK] name="webdoclet" classname="xdoclet.modules.web.WebDocletTask" classpathref="xdoclet.path" /> [***Straight from the examples build.xml]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
