Dominique,
thanks for the reply. i'll heed your advice and stay away from
parallel for now. it just looked like a nice way to process some of
the 'optional' tasks we have. :)
i'll take a look at your other suggestions.
thanks again
andy
On 1/24/07, Dominique Devienne <[EMAIL PROTECTED]> wrote
i'm looking at the use of the parallel task to run some optional jobs
during my build. this looks like it would be perfect for doing things
like javadoc, junit, jprobe, etc. however, i would like to be able to
switch my optional tasks so that they are only run if a flag was set.
currently i have
I just saw that and was going to try it out - thanks
Ajay
-Original Message-
From: Burgess, Benjamin [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 31, 2006 9:44 AM
To: Ant Users List
Subject: RE: Parallel Task
You could use ant contrib. to Try Catch the failure...
Ben
You could use ant contrib. to Try Catch the failure...
Ben
-Original Message-
From: DHARNA, AJAY [AG/1000] [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 31, 2006 10:22 AM
To: 'Ant Users List'
Subject: Parallel Task
Hi all,
I have setup my parallel task as below: