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
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'
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