Author: mwringe
Date: 2008-08-25 11:48:15 -0400 (Mon, 25 Aug 2008)
New Revision: 11734
Modified:
modules/portlet/trunk/test/src/test/build.xml
Log:
Fix issue in which ant wasn't copying files properly for the tests causing test
failures.
Modified: modules/portlet/trunk/test/src/test/build.xml
===================================================================
--- modules/portlet/trunk/test/src/test/build.xml 2008-08-25 10:02:30 UTC (rev 11733)
+++ modules/portlet/trunk/test/src/test/build.xml 2008-08-25 15:48:15 UTC (rev 11734)
@@ -496,6 +496,10 @@
<!-- JBoss 5.0 portlet-test.war -->
<copy todir="${test.temp.dir}/jboss-5.0/portlet-test-war">
<fileset dir="${target}/test-classes/portlet-test-war"/>
+ </copy>
+ <!-- Note: must have this separate copy statement and have overwrite=true
+ in order for the files to get properly overwritten every time -->
+ <copy todir="${test.temp.dir}/jboss-5.0/portlet-test-war"
overwrite="true">
<fileset
dir="${target}/test-classes/jboss-5.0/portlet-test-war"/>
</copy>
<copy todir="${test.temp.dir}/jboss-5.0/portlet-test-war/WEB-INF/lib"
flatten="true">
Show replies by date