On 22/04/2008, I am Who i am <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to