equal
deleted
inserted
replaced
357 <target name="sf-run-analysis-ant"> |
357 <target name="sf-run-analysis-ant"> |
358 <echo message="Running source analysis of ANT output"/> |
358 <echo message="Running source analysis of ANT output"/> |
359 <exec executable="perl" dir="${build.log.dir}" failonerror="false" output="${build.log.dir}/analysis/${build.id}_scan_ant.log"> |
359 <exec executable="perl" dir="${build.log.dir}" failonerror="false" output="${build.log.dir}/analysis/${build.id}_scan_ant.log"> |
360 <arg value="${sf.common.config.dir}/tools/analysis/scan_antlogs.pl"/> |
360 <arg value="${sf.common.config.dir}/tools/analysis/scan_antlogs.pl"/> |
361 <arg value="*ant*"/> |
361 <arg value="*ant*"/> |
|
362 <arg value="*stderr*"/> <!-- helium 7 splits output into stderr logs, so use them also --> |
|
363 <arg value="*sbs_error*"/> |
362 </exec> |
364 </exec> |
363 </target> |
365 </target> |
364 |
366 |
365 <target name="sf-run-analysis-raptor"> |
367 <target name="sf-run-analysis-raptor"> |
366 <echo message="Preprocessing *_compile.log files"/> |
368 <echo message="Preprocessing *_compile.log files"/> |