Introduced new Helium property (sf.spec.ats.version) to specify ATS version
authorMaciej Seroka <maciejs@symbian.org>
Wed, 09 Jun 2010 14:57:01 +0100
changeset 1081 e212ddf00ed6
parent 1080 35aea233d3f7
child 1082 372b86ab2b52
child 1085 461755d25d57
Introduced new Helium property (sf.spec.ats.version) to specify ATS version
common/build.test.xml
common/common_props.ant.xml
--- a/common/build.test.xml	Tue Jun 08 17:16:53 2010 +0100
+++ b/common/build.test.xml	Wed Jun 09 14:57:01 2010 +0100
@@ -151,6 +151,7 @@
         <exec executable="perl" dir="${build.drive}/smoketest/group" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_smoketest.log">
             <arg value="smoketest.pl"/>
 			<arg value="--target=${sf.spec.test.target}"/>
+			<arg value="--ats-version=${sf.spec.ats.version}"/>
         </exec>
         <copy file="${build.drive}/smoketest/group/smoketest.zip" todir="${sf.spec.test.package.location}"  failonerror="false"/>
         
--- a/common/common_props.ant.xml	Tue Jun 08 17:16:53 2010 +0100
+++ b/common/common_props.ant.xml	Wed Jun 09 14:57:01 2010 +0100
@@ -70,6 +70,7 @@
     <property name="sf.spec.publish.diamonds.port" value="80"/>
     <property name="sf.spec.publish.diamonds.path" value="/diamonds/builds/"/>
     <property name="sf.spec.publish.diamonds.tag" value=""/>
+    <property name="sf.spec.ats.version" value="ats3"/>
     <property name="sf.spec.ats_worker.drive" value="C:\apps\ATS3\bin"/>
     
     <property name="sf.spec.tagafterbuild.enable" value="false"/>