common/build.postbuild.xml
changeset 942 dabd7af4f869
parent 937 d01f6a730008
child 957 8dfe67a9e2fe
child 1016 aabab255ad7b
--- 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"/>