Remove call to releaseables.pl script as now UH parser handles releaseables as well
authorDario Sestito <darios@symbian.org>
Wed, 24 Mar 2010 15:41:36 +0000
changeset 947 8b32e923c459
parent 946 d4afc2cbd15a
child 948 21eb99277b75
Remove call to releaseables.pl script as now UH parser handles releaseables as well
common/build.postbuild.xml
--- a/common/build.postbuild.xml	Mon Mar 22 21:39:33 2010 +0000
+++ b/common/build.postbuild.xml	Wed Mar 24 15:41:36 2010 +0000
@@ -410,18 +410,10 @@
         <arg value="${build.log.dir}/analysis/*_compile_preprocessed.log"/>
       </exec -->
       
-      <echo message="Extracting whatlog information from *whatlog*_compile.log files"/>
-      <apply executable="perl" dir="${build.drive}/utilities/uh_parser" failonerror="false" output="${build.log.dir}/analysis/${build.id}_whatlog.log" parallel="true">
-        <arg value="releaseables.pl"/>
-        <arg value="--basedir=${build.log.dir}"/>
-        <fileset dir="${build.log.dir}">
-          <include name="*whatlog*_compile.log"/>
-        </fileset>
-      </apply>
-      
       <echo message="Running UH parser on *_compile.log files"/>
       <apply executable="perl" dir="${build.drive}/utilities/uh_parser" failonerror="false" output="${build.log.dir}/analysis/${build.id}_raptorparse.log" parallel="true">
         <arg value="uh.pl"/>
+        <arg value="-m"/>
         <arg value="--basedir=${build.log.dir}"/>
         <fileset dir="${build.log.dir}">
           <include name="*_compile.log"/>