--- a/common/build.xml Thu Feb 18 18:00:42 2010 +0000
+++ b/common/build.xml Wed Mar 03 19:46:30 2010 +0000
@@ -89,6 +89,16 @@
</or>
<then>
<property name="schema.new" value="true"/>
+ <property name="skip.sbs.parser.exception" value="true"/>
+
+ <!-- Never fail on sbs compile errors -->
+ <hlm:signalInput id="compileSignalInput" failbuild="never">
+ <hlm:notifierListRef refid="defaultFailNotifier" />
+ </hlm:signalInput>
+
+ <hlm:signalInput id="raptorErrorSignalInput" failbuild="never">
+ <hlm:notifierListRef refid="defaultFailNotifier" />
+ </hlm:signalInput>
</then>
</if>