I have to write a custom Ant task to get some detailed data out of
Perforce into some properties, and then I need to use those properties
in following steps of a build.  Are there any difficulties in having my
build first compile the Ant task, and then use it in the further steps
of the build?  Can I do that in a single Ant build file, or do I have to
do something funky with a top-level script to build the task, and then a
sub-level script to use the task?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to