Re: Any tool for ant build.xml file documentation

2008-04-27 Thread Charbel BITAR
Hi, Give Ant Pretty Build a try... http://antprettybuild.sourceforge.net HTH -- Charbel On Wed, Apr 23, 2008 at 12:57 AM, 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

Re: Any tool for ant build.xml file documentation

2008-04-23 Thread Dave Pawson
On 23/04/2008, Steve Loughran <[EMAIL PROTECTED]> wrote: > > Kind of against the idea of namespace aware apps? > > If you don't have a use for namespace X, ignore it. > > > > well, it depends on what you want from a namespaced app. And more > importantly, what you mean by "understand". I have bee

Re: Any tool for ant build.xml file documentation

2008-04-23 Thread Peter Reilly
On Wed, Apr 23, 2008 at 11:40 AM, Steve Loughran <[EMAIL PROTECTED]> wrote: > Dave Pawson wrote: > > > On 23/04/2008, Steve Loughran <[EMAIL PROTECTED]> wrote: > > > > > > > Ant is namespace aware, it merely chooses not to ignore content in > other > > > namespaces, as it assumes they are tasks de

Re: Any tool for ant build.xml file documentation

2008-04-23 Thread Steve Loughran
Dave Pawson wrote: On 23/04/2008, Steve Loughran <[EMAIL PROTECTED]> wrote: Ant is namespace aware, it merely chooses not to ignore content in other namespaces, as it assumes they are tasks declared into a different namespace. Kind of against the idea of namespace aware apps? If you don't ha

Re: Any tool for ant build.xml file documentation

2008-04-23 Thread Dave Pawson
On 23/04/2008, Steve Loughran <[EMAIL PROTECTED]> wrote: > Ant is namespace aware, it merely chooses not to ignore content in other > namespaces, as it assumes they are tasks declared into a different > namespace. Kind of against the idea of namespace aware apps? If you don't have a use for name

Re: Any tool for ant build.xml file documentation

2008-04-23 Thread Peter Reilly
On Wed, Apr 23, 2008 at 10:31 AM, Steve Loughran <[EMAIL PROTECTED]> wrote: > Dave Pawson wrote: > > > > > > It would help if ant were namespace aware, then additional documentation > > could be added in another namespace. > > > > Ant is namespace aware, it merely chooses not to ignore content in

Re: Any tool for ant build.xml file documentation

2008-04-23 Thread Steve Loughran
Dave Pawson wrote: It would help if ant were namespace aware, then additional documentation could be added in another namespace. Ant is namespace aware, it merely chooses not to ignore content in other namespaces, as it assumes they are tasks declared into a different namespace. http://

Re: Any tool for ant build.xml file documentation

2008-04-23 Thread Dave Pawson
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

Re: Any tool for ant build.xml file documentation

2008-04-22 Thread Scot P. Floess
I have an XSLT that will convert Ant scripts to HTML... It can be found at http://sourceforge.net/projects/keros Or I can send it to you directly... I am Who i am 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

Any tool for ant build.xml file documentation

2008-04-22 Thread I am Who i am
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?