Author: jfrederic.clere(a)jboss.com
Date: 2008-10-09 10:24:37 -0400 (Thu, 09 Oct 2008)
New Revision: 1945
Modified:
trunk/mod_cluster/test/java/build.xml
Log:
Arrange the location of the war file.
Modified: trunk/mod_cluster/test/java/build.xml
===================================================================
--- trunk/mod_cluster/test/java/build.xml 2008-10-09 14:21:33 UTC (rev 1944)
+++ trunk/mod_cluster/test/java/build.xml 2008-10-09 14:24:37 UTC (rev 1945)
@@ -80,6 +80,9 @@
<ant dir="Clients/JBWEB-117/" target="build">
</ant>
+ <!-- Copy the class file in the ouput directory -->
+ <copy file="Clients/JBWEB-117/JBWEB-117.war"
todir="${test.classes}"/>
+
</target>
<target name="all" depends="compile">
Show replies by date