Re: Parallel task...

2007-01-24 Thread Andrew Close
ne <[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

Re: Parallel task...

2007-01-24 Thread Dominique Devienne
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

Parallel task...

2007-01-24 Thread Andrew Close
hi all, 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 wa

RE: Parallel Task

2006-08-31 Thread DHARNA, AJAY [AG/1000]
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

RE: Parallel Task

2006-08-31 Thread Burgess, Benjamin
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 tas

Parallel Task

2006-08-31 Thread DHARNA, AJAY [AG/1000]
Hi all, I have setup my parallel task as below: I wanted the parallel task to timeout if it does not get a response in 18 milliseconds - however, I don't want it to fail the build - is there anyway of getting it to timeout but not fail - or - is there any other

Re: [SPAM-H] - Condition for two Parallel task - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-05-10 Thread Devaraj, Geethakrishnan
Subject: Re: [SPAM-H] - Condition for two Parallel task - Email has different SMTP TO: and MIME TO: fields in the email addresses > Hi pritesh, > > try this > > > > > > > > > > > > > > i have not tried this ..but i believe it sh

Re: [SPAM-H] - Condition for two Parallel task - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-05-10 Thread Devaraj, Geethakrishnan
Hi pritesh, try this i have not tried this ..but i believe it should work.. Regards, Geethakrishnan - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, May 10, 2006 3:35 PM Subject: [SPAM-H] - Condition for two Parallel task - Email has dif

Condition for two Parallel task

2006-05-10 Thread pritesh.saharey
Hi All, I am trying to use but not finding a good way to resolve my problem, problem goes like this: I had one build-properties.xml file which contains //-- build-properties.xml

AW: parallel task and missing jars

2006-02-12 Thread Jan.Materne
MAIL PROTECTED] >Gesendet: Samstag, 11. Februar 2006 21:03 >An: user@ant.apache.org >Betreff: parallel task and missing jars > > >HI to all ANT users, > My configuration is Ant 1.6.3 and jdk 1.5. > I have been challenged by my friend to perform the >followi

parallel task and missing jars

2006-02-11 Thread Harshal Chavda
HI to all ANT users, My configuration is Ant 1.6.3 and jdk 1.5. I have been challenged by my friend to perform the following 2 things -perform simultaneous build without using parallel task -write a task to create a jar such that the message that, jar is created is displayed but