How to ignore error on RTC build.
One answer
Assuming you are using the JBE, there is no way to mask the exit code on the JBE side. If the exit code is non-zero then it will be a failure. Ant doesn't really let you manipulate the exit code, so really the only way to mask the failure while using JBE/Ant is to modify the batch script to return exit code zero if a failure is minor or expected.
~Spencer
~Spencer