Hello,

I try to use the Ant parallel task with Maven. But the following snippet (of a 
maven.xml) isn't working:

  <goal name="parallel">
    <ant:parallel>
      <ant:sleep seconds="5" />
      <ant:sleep seconds="5" />
    </ant:parallel>
  </goal> 

It always takes over 10 Seconds to run . If I use it with 

<ant:ant dir="${basedir}" antfile="build.xml" />

then it works perfectly.

Does anybody know why the first snippet isn't working and/or how I can get it 
to work?

btw. I'm using maven-1.1-snapshot, but this behaviour is the same with 
maven-1.02.

regards, Volker




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to