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">
    <parallel>
      <sleep seconds="5" />
      <sleep seconds="5" />
    </parallel>
  </goal>

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

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

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