Fixed copying temp index
authorMaciej Seroka <maciejs@symbian.org>
Fri, 15 Jan 2010 17:08:55 +0000
changeset 847 16e63d402b4d
parent 846 4ae1d9d987f6
child 848 56d2bc67ec40
Fixed copying temp index
common/build.postbuild.xml
common/build.test.xml
--- a/common/build.postbuild.xml	Fri Jan 15 11:34:04 2010 +0000
+++ b/common/build.postbuild.xml	Fri Jan 15 17:08:55 2010 +0000
@@ -691,6 +691,8 @@
 			   <include name="libraries_report.xml"/>
 		   </fileset>
         </copy>
+		<mkdir dir="${publish.dir}/ats_reports" failonerror="false"/>
+		<copy file="${sf.common.config.dir}/tools/ats/report_dummy.html" tofile="${publish.dir}/ats_reports/index.html" failonerror="false"/>
     </target>
 
     <!-- TODO: Make this work for package builds once we have sysmodel story worked out -->
--- a/common/build.test.xml	Fri Jan 15 11:34:04 2010 +0000
+++ b/common/build.test.xml	Fri Jan 15 17:08:55 2010 +0000
@@ -129,7 +129,6 @@
 						</sequential>
   
 					</for>
-					<copy file="${sf.common.config.dir}/tools/ats/report_dummy.html" tofile="${build.log.dir}/ats_reports/index.html" failonerror="false" verbose="true"/>
 				</then>
 			</if>
 		</then>