common/build.test.xml
changeset 1126 4af748f40e05
parent 1124 a6d2a8ac4c74
child 1189 94d03733c245
child 1246 85da5566bcbb
equal deleted inserted replaced
1125:347520d321d4 1126:4af748f40e05
   143 	<target name="sf-build-smoketestpkg" depends="sf-getenv-tools">
   143 	<target name="sf-build-smoketestpkg" depends="sf-getenv-tools">
   144         <echo message="INFO Building smoketest"/>
   144         <echo message="INFO Building smoketest"/>
   145 		
   145 		
   146 		<!-- Have to replace qt.conf with the one in the smoketest package -->
   146 		<!-- Have to replace qt.conf with the one in the smoketest package -->
   147 		<copy file="${build.drive}/epoc32/tools/qt/qt.conf" tofile="${build.drive}/epoc32/tools/qt/qt.conf.temp" overwrite="true" />
   147 		<copy file="${build.drive}/epoc32/tools/qt/qt.conf" tofile="${build.drive}/epoc32/tools/qt/qt.conf.temp" overwrite="true" />
   148 		<copy file="${build.drive}/smoketest/qt.conf.smoketest" tofile="${build.drive}/epoc32/tools/qt/qt.conf" overwrite="true" />
   148 		<copy file="${build.drive}/smoketest/qt/qt.conf.smoketest" tofile="${build.drive}/epoc32/tools/qt/qt.conf" overwrite="true" />
   149 		
   149 		
   150          <fmpp sourceFile="${qt.qmake.ant.template}" outputFile="${temp.build.dir}/run-qmake-test.ant.xml">
   150          <fmpp sourceFile="${qt.qmake.ant.template}" outputFile="${temp.build.dir}/run-qmake-test.ant.xml">
   151             <data expandProperties="yes">
   151             <data expandProperties="yes">
   152                 data: xml(${build.drive}/smoketest/package_definition.xml)
   152                 data: xml(${build.drive}/smoketest/package_definition.xml)
   153                 ant: antProperties()
   153                 ant: antProperties()