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 would probably come closest would be
an <antcall> per target you want to execute, but this will create some
huge overhead and won't work if the target within your <seqential>
part depend on properties set in one of the other targets (and many
other situations).

Stefan

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

Reply via email to