Hi

Scenario:
Target X in file build.xml
Target Y in file doit.xml

In X Y is called through the subant task. How can I let X know about Y's
results?

Y executes - among other things - JUnit tests with:
<junit  failureProperty="test.failed" ....

and checks for failed tests:
<fail if="test.failed">Unit tests failed....

I'd like to know in X that JUnit testing failed. How to achieve that?

Regards,
Marcel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to