It's all about the answers!

Ask a question

How do I propagate errors from RAD to RTC when building using the RAD Ant build script?


Spencer Murata (2.3k115971) | asked Jan 21 '13, 12:27 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
 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


permanent link
Spencer Murata (2.3k115971) | answered Jan 21 '13, 12:31 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
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

Your answer


Register or to post your answer.