common/build.postbuild.xml
changeset 882 6ae47dc5d707
parent 881 82070405cb6e
child 906 5239d4d0bed1
child 911 49d8149ba655
child 914 e4c5389160b3
--- a/common/build.postbuild.xml	Fri Feb 05 15:59:33 2010 +0000
+++ b/common/build.postbuild.xml	Mon Feb 08 18:57:42 2010 +0000
@@ -422,10 +422,10 @@
       </for>
 
       <!-- Cook the raptor analysis further to produce something in the right format for the BRAG system -->
-      <exec executable="perl" output="${build.log.dir}/summary/Raptor_BRAG.xml" logError="yes">
-        <arg value="${sf.common.config.dir}/tools/brag/raptorToBRAG.pl"/>
-        <arg value="--raptorsummary"/>
-        <arg value="${build.log.dir}/raptorbits/summary.csv"/>
+      <exec executable="perl" output="${build.log.dir}/summary/Uh_BRAG.xml" logError="yes">
+        <arg value="${sf.common.config.dir}/tools/brag/uh2brag.pl"/>
+        <arg value="--index"/>
+        <arg value="${build.log.dir}/html/index.html"/>
       </exec>
       <!-- And copy the XSL so the output can be transformed by a browser -->
       <copy file="${sf.common.config.dir}/tools/brag/brag.xsl" toDir="${build.log.dir}/summary/"/>