common/build.postbuild.xml
changeset 882 6ae47dc5d707
parent 881 82070405cb6e
child 906 5239d4d0bed1
child 911 49d8149ba655
child 914 e4c5389160b3
equal deleted inserted replaced
881:82070405cb6e 882:6ae47dc5d707
   420           </exec>
   420           </exec>
   421         </sequential>
   421         </sequential>
   422       </for>
   422       </for>
   423 
   423 
   424       <!-- Cook the raptor analysis further to produce something in the right format for the BRAG system -->
   424       <!-- Cook the raptor analysis further to produce something in the right format for the BRAG system -->
   425       <exec executable="perl" output="${build.log.dir}/summary/Raptor_BRAG.xml" logError="yes">
   425       <exec executable="perl" output="${build.log.dir}/summary/Uh_BRAG.xml" logError="yes">
   426         <arg value="${sf.common.config.dir}/tools/brag/raptorToBRAG.pl"/>
   426         <arg value="${sf.common.config.dir}/tools/brag/uh2brag.pl"/>
   427         <arg value="--raptorsummary"/>
   427         <arg value="--index"/>
   428         <arg value="${build.log.dir}/raptorbits/summary.csv"/>
   428         <arg value="${build.log.dir}/html/index.html"/>
   429       </exec>
   429       </exec>
   430       <!-- And copy the XSL so the output can be transformed by a browser -->
   430       <!-- And copy the XSL so the output can be transformed by a browser -->
   431       <copy file="${sf.common.config.dir}/tools/brag/brag.xsl" toDir="${build.log.dir}/summary/"/>
   431       <copy file="${sf.common.config.dir}/tools/brag/brag.xsl" toDir="${build.log.dir}/summary/"/>
   432     </target>
   432     </target>
   433 
   433