Fix some build configurations are left as 'noconfig'
authorDario Sestito <darios@symbian.org>
Wed, 28 Oct 2009 11:34:17 +0000
changeset 716 a0829a1a0d41
parent 715 ee8b99c7aa0d
child 717 2693597ea20b
Fix some build configurations are left as 'noconfig'
common/build.postbuild.xml
--- a/common/build.postbuild.xml	Wed Oct 28 11:32:28 2009 +0000
+++ b/common/build.postbuild.xml	Wed Oct 28 11:34:17 2009 +0000
@@ -365,7 +365,7 @@
         </path>
         <sequential>
           <echo message="Extracting error info from @{raptorlogfile}..."/>
-          <propertyregex override="yes" property="raptorconfig" input="@{raptorlogfile}" regexp=".*[\\/].*__(.*)\.whatlog_(single|multiple)_thread.*" replace="\1" casesensitive="false" defaultValue="noconfig"/>
+          <propertyregex override="yes" property="raptorconfig" input="@{raptorlogfile}" regexp=".*[\\/].*__(.*)_(single|multiple)_thread.*" replace="\1" casesensitive="false" defaultValue="noconfig"/>
           <exec executable="perl" dir="${sf.common.config.dir}/tools/raptor" failonerror="false" output="${build.log.dir}/analysis/${build.id}_raptorparse.log" append="true">
             <arg value="${sf.common.config.dir}/tools/raptor/parse.pl"/>
             <arg value="--error"/>