> Isn't this the default behaviour anyway? No - there is no multithreading by default. That's why I write the ParallelExecutor.
> <target name="a" depends="b,c,d"/> > If such a dependency did exist, it should be incorporated in > the depends attribute of the 'b' & 'c' target declarations. Thats the meaning - unordered list. > Assuming in the example above that targets b, c & d have no > dependencies of their own, they should be eligable for > parallel execution automatically without any need for > additions to the syntax. Thats the ParallelExecutor implementation ;) Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]