Kris Read [mailto:[EMAIL PROTECTED]
Sent: 25 October 2004 20:40
To: Ant Users List
Subject: Re: Verifying Ant Build Files
I am not so clear on what you are trying to do but...
You can use the classes of ANT from any Java application. They are
not as well documented as one might like, but you sh
I am not so clear on what you are trying to do but...
You can use the classes of ANT from any Java application. They are
not as well documented as one might like, but you shouldn't find it
too tough.
As for verifying a build.xml file, there is no ANT schema or DTD since
ANT is flexible and allow
Hi,
I am currently developing a distributed build system and wish to use ANT
build files to provide the build information. Whether or not I will actually
execute ANT on the individual nodes had not been decided yet.
Basically, what I would like to do , using the ANT API, is be able to :
1) Verif