Revision: 3755
Author: [email protected]
Date: Mon Jul 19 09:09:46 2010
Log: Changed the build's junit target to copy junit reports to the
dist/latest/reports/junit folder.
http://code.google.com/p/power-architect/source/detail?r=3755
Modified:
/trunk/build.xml
=======================================
--- /trunk/build.xml Fri Jul 16 14:56:44 2010
+++ /trunk/build.xml Mon Jul 19 09:09:46 2010
@@ -445,6 +445,9 @@
</fileset>
<report todir="${reports.junit}" />
</junitreport>
+ <copy todir="${dist.latest}/reports/junit">
+ <fileset dir="${reports.junit}"/>
+ </copy>
</target>
<!-- Compiles the application source files -->
@@ -1428,7 +1431,7 @@
</fileset>
</copy>
- <copy todir="${dist.latest}">
+ <copy todir="${dist.latest}" overwrite="true">
<fileset dir="${dist.dir}"/>
</copy>