equal
deleted
inserted
replaced
908 <sequential> |
908 <sequential> |
909 <echo message="Extracting error info from @{raptorlogfile}..."/> |
909 <echo message="Extracting error info from @{raptorlogfile}..."/> |
910 <exec executable="perl" dir="${sf.common.config.dir}/tools/raptor" failonerror="false" output="${build.log.dir}/analysis/${build.id}_raptorparse.log" append="true"> |
910 <exec executable="perl" dir="${sf.common.config.dir}/tools/raptor" failonerror="false" output="${build.log.dir}/analysis/${build.id}_raptorparse.log" append="true"> |
911 <arg value="${sf.common.config.dir}/tools/raptor/parse.pl"/> |
911 <arg value="${sf.common.config.dir}/tools/raptor/parse.pl"/> |
912 <arg value="--error"/> |
912 <arg value="--error"/> |
|
913 <arg value="--warning"/> |
913 <arg value="--log=@{raptorlogfile}"/> |
914 <arg value="--log=@{raptorlogfile}"/> |
914 <arg value="--basedir=${build.log.dir}/raptorbits"/> |
915 <arg value="--basedir=${build.log.dir}/raptorbits"/> |
915 <arg value="--append"/> |
916 <arg value="--append"/> |
916 </exec> |
917 </exec> |
917 </sequential> |
918 </sequential> |