equal
deleted
inserted
replaced
371 </exec> |
371 </exec> |
372 <echo file="${build.log.dir}/analysis/${build.id}_preprocess.log" append="true" message="${@{logfile}}${line.separator}"/> |
372 <echo file="${build.log.dir}/analysis/${build.id}_preprocess.log" append="true" message="${@{logfile}}${line.separator}"/> |
373 </sequential> |
373 </sequential> |
374 </for> |
374 </for> |
375 |
375 |
|
376 <!-- Cook the processed raptor logs to produce something in the right format for the BRAG system --> |
|
377 <mkdir dir="${build.log.dir}/summary/"/> |
|
378 <exec executable="perl" output="${build.log.dir}/summary/sbs_BRAG.xml" logError="yes" failonerror="false"> |
|
379 <arg value="${sf.common.config.dir}/tools/brag/sbsToBRAG.pl"/> |
|
380 <arg value="${build.log.dir}/analysis/*_compile_preprocessed.log"/> |
|
381 </exec> |
|
382 |
376 <echo message="Extracting whatlog information from *whatlog*_compile_preprocessed.log files"/> |
383 <echo message="Extracting whatlog information from *whatlog*_compile_preprocessed.log files"/> |
377 <apply executable="perl" dir="${sf.common.config.dir}/tools/raptor" failonerror="false" output="${build.log.dir}/analysis/${build.id}_whatlog.log" parallel="true"> |
384 <apply executable="perl" dir="${sf.common.config.dir}/tools/raptor" failonerror="false" output="${build.log.dir}/analysis/${build.id}_whatlog.log" parallel="true"> |
378 <arg value="releaseables.pl"/> |
385 <arg value="releaseables.pl"/> |
379 <arg value="--basedir=${build.log.dir}"/> |
386 <arg value="--basedir=${build.log.dir}"/> |
380 <fileset dir="${build.log.dir}/analysis"> |
387 <fileset dir="${build.log.dir}/analysis"> |