equal
deleted
inserted
replaced
810 <arg value="--in=@{logfile}"/> |
810 <arg value="--in=@{logfile}"/> |
811 <arg value="--out=${build.log.dir}/analysis/${whatlogfile}"/> |
811 <arg value="--out=${build.log.dir}/analysis/${whatlogfile}"/> |
812 </exec> |
812 </exec> |
813 <echo message="Extracting whatlog info from ${whatlogfile}..."/> |
813 <echo message="Extracting whatlog info from ${whatlogfile}..."/> |
814 <exec executable="perl" dir="${sf.common.config.dir}/tools/raptor" failonerror="false" output="${build.log.dir}/analysis/${build.id}_whatlog.log" append="true"> |
814 <exec executable="perl" dir="${sf.common.config.dir}/tools/raptor" failonerror="false" output="${build.log.dir}/analysis/${build.id}_whatlog.log" append="true"> |
815 <arg value="${sf.common.config.dir}/tools/raptor/package_what.pl"/> |
815 <arg value="${sf.common.config.dir}/tools/raptor/parse.pl"/> |
|
816 <arg value="--releaseable"/> |
816 <arg value="--log=${build.log.dir}/analysis/${whatlogfile}"/> |
817 <arg value="--log=${build.log.dir}/analysis/${whatlogfile}"/> |
817 <arg value="--basedir=${build.log.dir}/deliverables"/> |
818 <arg value="--basedir=${build.log.dir}/releaseables"/> |
818 <arg value="--append"/> |
819 <arg value="--append"/> |
819 </exec> |
820 </exec> |
820 </sequential> |
821 </sequential> |
821 </for> |
822 </for> |
822 |
823 |