Re: Maven/Ant and parallel task

2005-04-01 Thread nusgroup
Hi, > See http://maven.apache.org/faq.html#multiple-threads thank you for your answer! Unfortunately thats not exactly what I'm looking for. I want to use features of the parallel Ant task like threadCount and threadsPerProcessor. any ideas? regards, Volker ---

Maven/Ant and parallel task

2005-04-01 Thread Volker=20F=FC=DFler
Hello, I try to use the Ant parallel task with Maven. But the following snippet (of a maven.xml) isn't working: It always takes over 10 Seconds to run . If I use it with then it works perfectly. Does anybody know why the first snippet isn't working and/or how

Re: Maven/Ant and parallel task

2005-04-01 Thread Kenney Westerhof
On Fri, 1 Apr 2005 [EMAIL PROTECTED] wrote: See http://maven.apache.org/faq.html#multiple-threads > Hello, > > I try to use the Ant parallel task with Maven. But the following snippet (of > a maven.xml) isn't working: > > > > > > > > > It always takes over 10 Second

Maven/Ant and parallel task

2005-04-01 Thread nusgroup
Hello, I try to use the Ant parallel task with Maven. But the following snippet (of a maven.xml) isn't working: It always takes over 10 Seconds to run . If I use it with then it works perfectly. Does anybody know why the first snippet isn't working and/or how