Hello I'm using ant in cruise control and I'm having trouble defining my target order.
I have a project with single 'init' target and multiple independent 'target_A...Z'. I couldn't find the syntax that runs the 'init' target and only after its success runs the other target independently. meaning - run the next target regardless to the previous target's success. I only know a way to run one dependent on the other. <target name="target_B" depends="target_A"> this way, if target_a fails - all the other targets won't run. Thanks, Carmen -- View this message in context: http://www.nabble.com/parallel-targets-tp20302370p20302370.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]