common/build.xml
changeset 364 4dc3b5b1577c
parent 347 94b4a136d800
child 365 95e054b2bec1
equal deleted inserted replaced
362:35ec0d29a3d8 364:4dc3b5b1577c
   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>