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
---
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
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
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