How do I propagate errors from RAD to RTC when building using the RAD Ant build script?
![]()
I have a RAD Ant build script that I am running and I want it to fail the RTC build when it fails in RAD.
|
Accepted answer
![]()
This is covered in the following technote:
http://www-01.ibm.com/support/docview.wss?uid=swg21610613
The short answer is it is possible to propagate the errors via Ant tasks. The Ant tasks can specify the state of the Ant build when it gets contributed back to RTC.
~Spencer Spencer Murata selected this answer as the correct answer
|