Re: failonerror for target and depends

2009-07-23 Thread dkhanna123
.@weintraub.name > Sent from my iPhone while riding in my Ferrari. (Jealous?) > > - > To unsubscribe, e-mail: user-unsubscr...@ant.apache.org > For additional commands, e-mail: user-h...@ant.apache.org > >

Re: failonerror for target and depends

2009-07-23 Thread David Weintraub
I understand how depends works but my question is.. If I have two targets defined in depends for e.g depends="target1,target2", and if some how target1 does not exist and instead of throwing error ant should move ahead (after showing some warning) and execute target2. If you don't depend

Re: failonerror for target and depends

2009-07-23 Thread dkhanna123
>> >> I have used ant -k option but instead of continuing with init2 and init3 >> the >> whole prompt target exits. >> >> ANy suggestions >> -- >> View this message in context: >> http://www.nabble.com/fai

Re: failonerror for target and depends

2009-07-23 Thread David Weintraub
quot; DOESNOT exist then it > should continue with init2 and init3. > > I have used ant -k option but instead of continuing with init2 and init3 > the > whole prompt target exits. > > ANy suggestions >

failonerror for target and depends

2009-07-23 Thread dkhanna123
message in context: http://www.nabble.com/failonerror-for-target-and-depends-tp24629812p24629812.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For