I'd like to document J2EE components that we create. Our ant scripts have targets to build them all. I was wondering if there is anything like "javadoc" for an ant script. In other words, I could annotate the ant targets:
<target name="some.war'>
<antdoc>
This war file provides the user interface for the foo application.
</antdoc>
...
</target
Does this even seem like a good idea? Maybe I'm better off creating a regular document.