common/build.postbuild.xml
changeset 791 9054e820b1e6
parent 784 9791b89d932a
child 792 893b85cda81b
equal deleted inserted replaced
790:d67c930e18a1 791:9054e820b1e6
   358         <arg value="--basedir=${build.log.dir}"/>
   358         <arg value="--basedir=${build.log.dir}"/>
   359         <fileset dir="${build.log.dir}/analysis">
   359         <fileset dir="${build.log.dir}/analysis">
   360           <include name="*_compile_preprocessed.log"/>
   360           <include name="*_compile_preprocessed.log"/>
   361         </fileset>
   361         </fileset>
   362       </apply>
   362       </apply>
   363       
       
   364       <echo message="Summarizing Raptor data"/>
       
   365       <exec executable="perl" dir="${sf.common.config.dir}/tools/raptor" failonerror="false" output="${build.log.dir}/analysis/${build.id}_raptorparse.log" append="true">
       
   366         <arg value="${sf.common.config.dir}/tools/raptor/summarize.pl"/>
       
   367         <arg value="--raptorbitsdir=${build.log.dir}/raptorbits"/>
       
   368         <arg value="--outputdir=${build.log.dir}"/>
       
   369       </exec>
       
   370           
   363           
   371       <!-- Now iterate through the generated TSVs to sort them and remove duplicates -->
   364       <!-- Now iterate through the generated TSVs to sort them and remove duplicates -->
   372       <for param="tsv">
   365       <for param="tsv">
   373         <path>
   366         <path>
   374           <fileset dir="${build.log.dir}">
   367           <fileset dir="${build.log.dir}">