Hi, We are using the <parallel>-Tag to build our components in parallel. Here's a little scenario for the function we would like to have implemented. Component A takes two hours and Component B takes one hour. We need two hours to build both components. In a sub-sequent step, we want to build component C which depends on A & B. And here is the problem. If component B was not built successfully, we notice this only after two hours when the built of component C is actually started. A Tag like <depend> in <parallel> would be very nice, which indicates whether a task of the parallel tasks failed and stops all other tasks and interrupts the main build. This way we would be able to notice the failure much earlier. Is this useful or not?
Best Regards, Gunnar
