common/build.postbuild.xml
changeset 919 25854ab85b4e
parent 914 e4c5389160b3
parent 912 5a63512dfd19
child 920 3f238c627274
equal deleted inserted replaced
912:5a63512dfd19 919:25854ab85b4e
   393     <target name="sf-run-analysis-ant">    
   393     <target name="sf-run-analysis-ant">    
   394         <echo message="Running source analysis of ANT output"/>
   394         <echo message="Running source analysis of ANT output"/>
   395         <exec executable="perl" dir="${build.log.dir}" failonerror="false" output="${build.log.dir}/analysis/${build.id}_scan_ant.log">
   395         <exec executable="perl" dir="${build.log.dir}" failonerror="false" output="${build.log.dir}/analysis/${build.id}_scan_ant.log">
   396             <arg value="${sf.common.config.dir}/tools/analysis/scan_antlogs.pl"/>
   396             <arg value="${sf.common.config.dir}/tools/analysis/scan_antlogs.pl"/>
   397             <arg value="*ant*"/>
   397             <arg value="*ant*"/>
       
   398             <arg value="*stderr*"/>  <!-- helium 7 splits output into stderr logs, so use them also -->
       
   399             <arg value="*sbs_error*"/> 
   398         </exec>
   400         </exec>
   399     </target>
   401     </target>
   400 
   402 
   401     <target name="sf-run-analysis-raptor">            
   403     <target name="sf-run-analysis-raptor">            
   402       <echo message="Preprocessing *_compile.log files"/>
   404       <echo message="Preprocessing *_compile.log files"/>