buildframework/helium/config/signaling_config_default.ant.xml
changeset 587 85df38eb4012
parent 217 0f5e3a7fb6af
child 588 c7c26511138f
--- a/buildframework/helium/config/signaling_config_default.ant.xml	Thu Mar 04 15:10:37 2010 +0200
+++ b/buildframework/helium/config/signaling_config_default.ant.xml	Tue Apr 27 08:33:08 2010 +0300
@@ -169,20 +169,6 @@
         <hlm:notifierListRef refid="defaultFailNotifier" />
     </hlm:signalInput>
 
-    <hlm:signalInput id="testSBSScanlogInput" failbuild="now">
-        <hlm:notifierListRef refid="defaultFailNotifier" />
-    </hlm:signalInput>
-
-    <hlm:signalListenerConfig id="testSBSScanlog" target="test-scanlog-metadata-1" message="sbs scanlog processed">
-        <hlm:targetCondition>
-            <hlm:hasSeverity severity="error" file="${env.TEMP}/signals/test-scanlog-metadata-1.log.status.xml" />
-        </hlm:targetCondition>
-        <signalNotifierInput>
-            <signalInput refid="testSBSScanlogInput" />
-            <notifierInput file = "${env.TEMP}/signals/test-scanlog-metadata-1.log.status.html" />
-        </signalNotifierInput>
-    </hlm:signalListenerConfig>
-
     <hlm:signalListenerConfig id="prepWorkAreaSignal" target="prep-work-area" message="Errors happened during Preparing Work Area">
         <hlm:targetCondition>
             <hlm:hasSeverity severity="error" file="${build.cache.log.dir}/signals/${build.id}_ccm_get_input.log.status.xml" />
@@ -416,4 +402,19 @@
             </notifierInput>
         </signalNotifierInput>
     </hlm:signalListenerConfig>
+    
+    <hlm:signalExceptionConfig id="signal.exception.post.build">
+        <hlm:notifierList>
+            <hlm:executeTaskNotifier>
+                <if>                
+                    <isset property="exceptions.target" />
+                    <then>
+                        <runtarget target="${exceptions.target}" />
+                    </then>
+                </if>
+            </hlm:executeTaskNotifier>
+        </hlm:notifierList>
+    </hlm:signalExceptionConfig>
 </project>
+
+            
\ No newline at end of file