ant: compiling ejbs in parallel.

S

sonyantony

We are using ant for our java ( ejb ) builds.
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top