equal
deleted
inserted
replaced
485 |
485 |
486 <target name="sf-compare-to-baseline" depends="sf-diamondize-bom,sf-check-utilities-dir" if="sf-utilities-available"> |
486 <target name="sf-compare-to-baseline" depends="sf-diamondize-bom,sf-check-utilities-dir" if="sf-utilities-available"> |
487 <property name="sf.releasenotes.wiki.txt" value="${build.log.dir}/releaseNotes.wiki.txt"/> |
487 <property name="sf.releasenotes.wiki.txt" value="${build.log.dir}/releaseNotes.wiki.txt"/> |
488 <delete file="${sf.releasenotes.wiki.txt}"/> |
488 <delete file="${sf.releasenotes.wiki.txt}"/> |
489 <!-- FCL usage --> |
489 <!-- FCL usage --> |
490 <!-- TODO --> |
490 <exec executable="perl" dir="${build.drive}/utilities/releaseAutomation/" output="${build.log.dir}/fcls4releasenotes.log"> |
|
491 <arg value="${build.drive}/utilities/releaseAutomation/fcls4releasenotes.pl"/> |
|
492 <arg value="--pdkname1=${sf.previous.pdk.tag}"/> |
|
493 <arg value="--pdkloc2=${build.log.dir}"/> |
|
494 </exec> |
491 <!-- Mercurial comparison --> |
495 <!-- Mercurial comparison --> |
492 <echo file="${sf.releasenotes.wiki.txt}" append="true">== Mercurial Comparison == |
496 <echo file="${sf.releasenotes.wiki.txt}" append="true">== Mercurial Comparison == |
493 |
497 |
494 </echo> |
498 </echo> |
495 <if> |
499 <if> |
511 </then> |
515 </then> |
512 <else> |
516 <else> |
513 <exec executable="perl" dir="${build.drive}/" output="${sf.releasenotes.wiki.txt}" append="true"> |
517 <exec executable="perl" dir="${build.drive}/" output="${sf.releasenotes.wiki.txt}" append="true"> |
514 <arg value="${build.drive}/utilities/releaseAutomation/mercurialComparison.pl"/> |
518 <arg value="${build.drive}/utilities/releaseAutomation/mercurialComparison.pl"/> |
515 <arg value="${build.log.dir}/BOM/build-info.xml"/> |
519 <arg value="${build.log.dir}/BOM/build-info.xml"/> |
516 <arg value="${sf.previous.pdk.tag}"/> |
520 <arg value="${sf.previous.pdk.tag}"/> |
517 <arg value="${build.log.dir}/mercurialComparison.tsv"/> |
521 <arg value="${build.log.dir}/mercurialComparison.tsv"/> |
518 </exec> |
522 </exec> |
519 </else> |
523 </else> |
520 </if> |
524 </if> |
521 </then> |
525 </then> |