common/build.postbuild.xml
changeset 716 a0829a1a0d41
parent 699 cdfb88270be0
child 743 19d0e93b3fe4
equal deleted inserted replaced
715:ee8b99c7aa0d 716:a0829a1a0d41
   363             <include name="*_compile_preprocessed.log"/>
   363             <include name="*_compile_preprocessed.log"/>
   364           </fileset>
   364           </fileset>
   365         </path>
   365         </path>
   366         <sequential>
   366         <sequential>
   367           <echo message="Extracting error info from @{raptorlogfile}..."/>
   367           <echo message="Extracting error info from @{raptorlogfile}..."/>
   368           <propertyregex override="yes" property="raptorconfig" input="@{raptorlogfile}" regexp=".*[\\/].*__(.*)\.whatlog_(single|multiple)_thread.*" replace="\1" casesensitive="false" defaultValue="noconfig"/>
   368           <propertyregex override="yes" property="raptorconfig" input="@{raptorlogfile}" regexp=".*[\\/].*__(.*)_(single|multiple)_thread.*" replace="\1" casesensitive="false" defaultValue="noconfig"/>
   369           <exec executable="perl" dir="${sf.common.config.dir}/tools/raptor" failonerror="false" output="${build.log.dir}/analysis/${build.id}_raptorparse.log" append="true">
   369           <exec executable="perl" dir="${sf.common.config.dir}/tools/raptor" failonerror="false" output="${build.log.dir}/analysis/${build.id}_raptorparse.log" append="true">
   370             <arg value="${sf.common.config.dir}/tools/raptor/parse.pl"/>
   370             <arg value="${sf.common.config.dir}/tools/raptor/parse.pl"/>
   371             <arg value="--error"/>
   371             <arg value="--error"/>
   372             <arg value="--warning"/>
   372             <arg value="--warning"/>
   373             <arg value="--unreciped"/>
   373             <arg value="--unreciped"/>