Fix to account of log file names for test builds
authorDario Sestito <darios@symbian.org>
Mon, 20 Jul 2009 17:15:58 +0100
changeset 262 2f097e4f5384
parent 261 257557b39754
child 263 55c062276b22
Fix to account of log file names for test builds
common/build.xml
--- a/common/build.xml	Mon Jul 20 10:43:39 2009 +0100
+++ b/common/build.xml	Mon Jul 20 17:15:58 2009 +0100
@@ -793,7 +793,7 @@
           </fileset>
         </path>
         <sequential>
-          <propertyregex override="yes" property="preprocessedlogfile" input="@{logfile}" regexp=".*[\\|\/].*\.\d+_+(.*)_compile\.log" replace="\1_compile_preprocessed.log"/>
+          <propertyregex override="yes" property="preprocessedlogfile" input="@{logfile}" regexp=".*[\\|\/].*CL\.T?\d+_+(.*)_compile\.log" replace="\1_compile_preprocessed.log"/>
 	        <echo message="Preprocessing @{logfile}..."/>
           <exec executable="perl" dir="${sf.common.config.dir}/tools/raptor" failonerror="false" input="@{logfile}" output="${build.log.dir}/analysis/${preprocessedlogfile}" error="${build.log.dir}/analysis/${build.id}_preprocess.log" append="true">
             <arg value="${sf.common.config.dir}/tools/raptor/preprocess_log.pl"/>