641 <reference refid="sf.spec.s60.system.definition.files" torefid="system.definition.files" /> |
641 <reference refid="sf.spec.s60.system.definition.files" torefid="system.definition.files" /> |
642 </antcall> |
642 </antcall> |
643 |
643 |
644 </target> |
644 </target> |
645 |
645 |
|
646 <target name="sf-create-public-PDK" depends="sf-prebuild,sf-run-sfl-licence-munging" > |
|
647 <if> |
|
648 <istrue value="${sf.spec.md5.enable}"/> |
|
649 <then> |
|
650 <echo message="INFO Creating MD5s"/> |
|
651 <runtarget target="sf-run-evalid"/> |
|
652 </then> |
|
653 </if> |
|
654 |
|
655 <!-- Package up the binaries we built --> |
|
656 <if> |
|
657 <istrue value="${sf.spec.package.bin.enable}"/> |
|
658 <then> |
|
659 <echo message="INFO Packaging Binaries"/> |
|
660 <runtarget target="sf-package-binary"/> |
|
661 <runtarget target="sf-package-tools"/> |
|
662 |
|
663 <echo message="INFO Validate Zip files"/> |
|
664 <runtarget target="sf-package-validate"/> |
|
665 </then> |
|
666 </if> |
|
667 <runtarget target="sf-zip-logs"/> |
|
668 <if> |
|
669 <istrue value="${sf.spec.publish.enable}" /> |
|
670 <then> |
|
671 <echo message="Publish log files and reports to ${sf.spec.publish.rootdir}"/> |
|
672 <runtarget target="sf-publish"/> |
|
673 </then> |
|
674 </if> |
|
675 </target> |
|
676 |
|
677 |
646 <target name="sf-run-sfl-licence-munging" depends="sf-check-utilities-dir" if="sf-utilities-available"> |
678 <target name="sf-run-sfl-licence-munging" depends="sf-check-utilities-dir" if="sf-utilities-available"> |
647 <echo message="Running SFL Licence Munging writing log to ${build.log.dir}"/> |
679 <echo message="Running SFL Licence Munging writing log to ${build.log.dir}"/> |
648 <exec executable="perl" dir="${build.drive}" failonerror="false" output="${build.log.dir}/postbuild_sfl-licence_munging_results.log"> |
680 <exec executable="perl" dir="${build.drive}" failonerror="false" output="${build.log.dir}/postbuild_sfl-licence_munging_results.log"> |
649 <arg value="${build.drive}/utilities/williamr/convert_to_eula.pl"/> |
681 <arg value="${build.drive}/utilities/williamr/convert_to_eula.pl"/> |
650 </exec> |
682 </exec> |