Steve Loughran wrote:
----- Original Message ----- From: "Erik Hatcher" <[EMAIL PROTECTED]>
To: "Ant Developers List" <[EMAIL PROTECTED]>
Sent: Friday, October 18, 2002 5:07 PM
Subject: Re: Link to custom javadoc doclet for ant-tasks




Another tip:

See Ant's proposal/xdocs code in Ant's CVS.  :))

I haven't thoroughly checked what your tool can do, but the xdocs way will do more than just document, its also designed for metadata generation such as property files to do taskdefs and for IDE's to use for enhancing the Ant integration experience. At least in theory, that is.....

Erik


yes, but is it working this week? I cant get it to doc the axis tasks

Haven't tried it, as it takes a fair bit of configuration to get right. Have you ensured that all your dependencies are in the classpath(s) properly? The XDoclet tag handler I wrote does Class.forName() and requires that the task itself be compiled and in the classpath as well as the source path, and any dependencies the tasks might have need to be available as well.


        Erik



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



Reply via email to