Matt Coarr wrote:
Hello,

Is it possible to nest task invocations inside of a "apply" task? Or maybe nesting "java" task calls?
Not directly. <apply> is simply an iteration over <exec> essentially. Its just for launching command-line tools - but you could launch java or ant itself (I assume) if you make the right incantation.

Erik


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



Reply via email to