--- 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>