common/build.postbuild.xml
changeset 914 e4c5389160b3
parent 882 6ae47dc5d707
child 915 9bfe1b1c0a41
--- a/common/build.postbuild.xml	Wed Mar 03 19:46:30 2010 +0000
+++ b/common/build.postbuild.xml	Thu Mar 04 18:54:21 2010 +0000
@@ -359,6 +359,8 @@
         <exec executable="perl" dir="${build.log.dir}" failonerror="false" output="${build.log.dir}/analysis/${build.id}_scan_ant.log">
             <arg value="${sf.common.config.dir}/tools/analysis/scan_antlogs.pl"/>
             <arg value="*ant*"/>
+            <arg value="*stderr*"/>  <!-- helium 7 splits output into stderr logs, so use them also -->
+            <arg value="*sbs_error*"/> 
         </exec>
     </target>