Re: parallel targets

2008-11-05 Thread car_car_car
I need some indication if the tests fail, but i still want the other targets to run. When i say parallel i mean that a group of targets should run , not depending on the other target's success. My targets are in this pattern: do all kind of work

Re: parallel targets

2008-11-03 Thread car_car_car
27;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'

parallel targets

2008-11-03 Thread car_car_car
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. meani