Running parallel tasks

2001-11-28 Thread Euan Guttridge
Hi, I am attempting to run various non - dependant target's in parallel in my script using the parallel task. I get the error below, optional.jar is not the problem. I have a feeling I may be confusing tasks with targets, the documentation states: Parallel is a container task - it can

Re: Running parallel tasks

2001-11-28 Thread Stefan Bodewig
On Wed, 28 Nov 2001, Euan Guttridge [EMAIL PROTECTED] wrote: I have a feeling I may be confusing tasks with targets, probably. A target can be identified by its element name, which always is target 8-) - whereas I need to run target's not tasks in parallel. You cannot do that in Ant - what