« Return to Thread: Any tool for ant build.xml file documentation

Re: Any tool for ant build.xml file documentation

by Dave Pawson-2 :: Rate this Message:

Reply to Author | View in Thread

On 22/04/2008, I am Who i am <ragjan@...> wrote:
> Hi All,
>
>  I have a very big build.xml, and i want to create a doucmentation for it, is
>  there any tool for it,
>
>  I found one called antDoc but couldn't make it work, ant its not seems to be
>  being updated,
>
>  Any ideas?

It would help if ant were namespace aware, then additional documentation
could be added in another namespace.

<project xmlns:d="http://www.dpawson.co.uk#ns"
    name="generate"
    basedir="/sgml/site2/pawson/"
    default="help">
<d:description>Main variable set</d:description>

Error reported:

build.xml:16: Problem: failed to create task or type
http://www.dpawson.co.uk#ns:description
Cause: The name is undefined.


That would be a very helpful feature for larger build files.

regards






--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

 « Return to Thread: Any tool for ant build.xml file documentation