Re: Applying ParallelTask

2007-11-06 Thread David Weintraub
You may have to do a bit or rewriting in order to use the task. This isn't unusual. Most software has to be rewritten in order to take advantage of multiple processors, so this isn't unusual. First question: Are Module "B" and "C" independent of each other? That is, can you create a release that

Applying ParallelTask

2007-11-05 Thread Arseny
Hello! After moving our Ant server to Intel Core Quadro I decided to make our ant build in parallel. I studied the ParallelTask in ant, but found the following problem in applying it to our project. The project consists of a hundred separate modules (jars) and its build.xml is made in terms of