I have a target defined as : <target name="prompt" depends="-init1,-init2,-init3">
Now I want when ant call prompt target and if "init1" 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 -- View this 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 additional commands, e-mail: user-h...@ant.apache.org