equal
deleted
inserted
replaced
678 |
678 |
679 <echo message="INFO Updating smoketest package with test info"/> |
679 <echo message="INFO Updating smoketest package with test info"/> |
680 <exec executable="perl" dir="${sf.common.config.dir}/tools/ats/" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_smoketest.log"> |
680 <exec executable="perl" dir="${sf.common.config.dir}/tools/ats/" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_smoketest.log"> |
681 <arg value="ats_specialise_test_drop.pl"/> |
681 <arg value="ats_specialise_test_drop.pl"/> |
682 <arg value="--test-drop-name=Smoketest-${build.id}"/> |
682 <arg value="--test-drop-name=Smoketest-${build.id}"/> |
683 <arg value="--device-name=ATSINTERFACE EMULATOR on ${env.COMPUTERNAME}"/> |
683 <arg value="--device-name=GENERIC EMULATOR on ${env.COMPUTERNAME}"/> |
684 <arg value="--src=${sf.spec.test.package.location}\smoketest.zip"/> |
684 <arg value="--src=${sf.spec.test.package.location}\smoketest.zip"/> |
685 <arg value="--dest=${sf.spec.test.package.location}\${sf.spec.test.package.name}"/> |
685 <arg value="--dest=${sf.spec.test.package.location}\${sf.spec.test.package.name}"/> |
686 </exec> |
686 </exec> |
687 <!-- Now ready to send to ATS3 --> |
687 <!-- Now ready to send to ATS3 --> |
688 </target> |
688 </target> |
719 |
719 |
720 <exec executable="perl" dir="${build.log.dir}/analysis" failonerror="false" output="${build.log.dir}/analysis/${build.id}_analysecomponents.log"> |
720 <exec executable="perl" dir="${build.log.dir}/analysis" failonerror="false" output="${build.log.dir}/analysis/${build.id}_analysecomponents.log"> |
721 <arg value="${sf.common.config.dir}/tools/analysis/analyse_components.pl"/> |
721 <arg value="${sf.common.config.dir}/tools/analysis/analyse_components.pl"/> |
722 <arg value="${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/> |
722 <arg value="${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/> |
723 <arg value="${build.id}_what_results.csv_results.csv"/> |
723 <arg value="${build.id}_what_results.csv_results.csv"/> |
724 <arg value="${sf.project.location}/sysdefs/system_model_os_contributed.xml"/> |
724 <arg value="${sf.project.location}/sysdefs/system_model_os.xml"/> |
725 <arg value="${sf.project.location}/sysdefs/system_model_s60_contributed.xml"/> |
|
726 </exec> |
725 </exec> |
727 |
726 |
728 <echo message="Running collision analysis"/> |
727 <echo message="Running collision analysis"/> |
729 <exec executable="perl" dir="${build.drive}" failonerror="false" output="${build.log.dir}/analysis/${build.id}_collisions.log"> |
728 <exec executable="perl" dir="${build.drive}" failonerror="false" output="${build.log.dir}/analysis/${build.id}_collisions.log"> |
730 <arg value="${sf.common.config.dir}/tools/analysis/find_collisions.pl"/> |
729 <arg value="${sf.common.config.dir}/tools/analysis/find_collisions.pl"/> |