Torben Norling wrote: > Hi, > I'm wondering how-to properly document my build.xml > scripts? Is there some kind of "Javadoc"'like feature > available or in the works??
I once made a xslt that transforms a build.xml to a html with links between dependencies and links to the ant documentation for any task. If you don't find anything better, I could share it with you. But it is still in an incomplete 'works-for-me' status, in the sense that there must be an enumeration of all tasks and this is still on a ant 1.4 state. Use of other tasks will go missing in the html. Cheers, Alex -- Alexander Funk | mailto:[EMAIL PROTECTED] ArtCom GmbH | Grazer Str. 8 | 28359 Bremen | VOICE: +49 421 20419 42 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
