equal
deleted
inserted
replaced
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 |