My targets contain junit. when they fail - the whole target fails - this information is usfull to me for other reasons. I want to be able to keep running the other targets DESPITE the failure.
what's happening now is that if one of the target fails its tests - the other targets won't start. car_car_car wrote: > > 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-tp20302370p20305052.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]