633 </target> |
633 </target> |
634 |
634 |
635 <target name="sf-compare-to-baseline" depends="sf-diamondize-bom,sf-check-utilities-dir" if="sf-utilities-available"> |
635 <target name="sf-compare-to-baseline" depends="sf-diamondize-bom,sf-check-utilities-dir" if="sf-utilities-available"> |
636 <property name="sf.releasenotes.wiki.txt" value="${build.log.dir}/releaseNotes.wiki.txt"/> |
636 <property name="sf.releasenotes.wiki.txt" value="${build.log.dir}/releaseNotes.wiki.txt"/> |
637 <delete file="${sf.releasenotes.wiki.txt}"/> |
637 <delete file="${sf.releasenotes.wiki.txt}"/> |
|
638 <!-- FCL Usage and Changesets --> |
|
639 <exec executable="perl" dir="${build.drive}" output="${sf.releasenotes.wiki.txt}"> |
|
640 <arg value="${build.drive}/utilities/releaseAutomation/releaseNotes.pl"/> |
|
641 <arg value="${build.log.dir}/BOM/sources.csv"/> |
|
642 </exec> |
638 <!-- Package Comparison and FCL Usage --> |
643 <!-- Package Comparison and FCL Usage --> |
639 <exec executable="perl" dir="${sf.spec.sourcesync.sourcespecdir}" output="${sf.releasenotes.wiki.txt}"> |
644 <exec executable="perl" dir="${sf.spec.sourcesync.sourcespecdir}" output="${sf.releasenotes.wiki.txt}" append="true"> |
640 <arg value="${build.drive}/utilities/releaseAutomation/packageComparison.pl"/> |
645 <arg value="${build.drive}/utilities/releaseAutomation/packageComparison.pl"/> |
641 <arg value="--sources=${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/> |
646 <arg value="--sources=${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/> |
642 <arg value="--sysdef=${sf.spec.sourcesync.sourcespecdir}/sysdefs/system_model.xml"/> |
647 <arg value="--sysdef=${sf.spec.sourcesync.sourcespecdir}/sysdefs/system_model.xml"/> |
643 <arg value="--sysdef=${sf.spec.sourcesync.sourcespecdir}/sysdefs/system_model_os.xml"/> |
648 <arg value="--sysdef=${sf.spec.sourcesync.sourcespecdir}/sysdefs/system_model_os.xml"/> |
644 <arg value="--sysdef=${sf.spec.sourcesync.sourcespecdir}/sysdefs/system_model_s60.xml"/> |
649 <arg value="--sysdef=${sf.spec.sourcesync.sourcespecdir}/sysdefs/system_model_s60.xml"/> |
645 <arg value="--baseline=${sf.previous.pdk.tag}"/> |
650 <arg value="--baseline=${sf.previous.pdk.tag}"/> |
646 </exec> |
651 </exec> |
647 <!-- Mercurial comparison --> |
652 <!-- Mercurial comparison --> |
648 <echo file="${sf.releasenotes.wiki.txt}" append="true">== Mercurial Comparison ==${line.separator}${line.separator}</echo> |
653 <echo file="${sf.releasenotes.wiki.txt}" append="true">== Mercurial Comparison ==${line.separator}${line.separator}</echo> |
649 <if> |
654 <if> |