The short answer is no.
The longer answer is that there was some discussion on the dev. list about adding parallelization to the <subant> task, but even the chances of that being implemented anytime soon are slim.
JEC
____________________________________________________________________________________________ | |
Jeffrey E. (Jeff) Care | |
IBM WebSphere Application Server Development |
WAS Pyxis Lead
Release Engineer
|
|
"Antony, Sony" <[EMAIL PROTECTED]> wrote on 05/18/2006 01:23:26 PM:
> We have a set of directories each containing ejbs targeted for weblogic.
> Each of these are independent of others and can be compiled in parallel.
>
> I thought about the <parallel> task. But we do not want to hard code the
> names of the directories in the build.xml as new ones get created and
> old ones get deleted.
>
>
> I also tried something like
> <parallel>
> <apply ...
> </apply>
> </parallel>
>
> which didn't work either.
> Is there a way for us to do this using <fileset>( which will contain
> the list of directories )
>
> Thanks you
> --sony