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]
