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
|