vmassol 2003/01/31 04:15:08
Modified: petals/ant build.xml
Log:
HttpUnit also needs to be on the server side (otherwise we get a CNFE for test cases
using HttpUnit, due to the httpunit imports).
Revision Changes Path
1.4 +1 -1 jakarta-cactus/petals/ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/petals/ant/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 30 Jan 2003 20:07:12 -0000 1.3
+++ build.xml 31 Jan 2003 12:15:08 -0000 1.4
@@ -351,7 +351,6 @@
file="${target.dir}/${antpetal.jar.name}.jar"/>
<copy todir="${target.petal.lib.client.dir}" file="${j2ee.jar}"/>
<copy todir="${target.petal.lib.client.dir}"
file="${commons.httpclient.jar}"/>
- <copy todir="${target.petal.lib.client.dir}" file="${httpunit.jar}"/>
<!-- Gather all shared (client and server) Cactus jars -->
<copy tofile="${target.petal.lib.common.dir}/cactus-${project.version}.jar"
@@ -360,6 +359,7 @@
<copy todir="${target.petal.lib.common.dir}" file="${log4j.jar}"/>
<copy todir="${target.petal.lib.common.dir}" file="${aspectjrt.jar}"/>
<copy todir="${target.petal.lib.common.dir}" file="${junit.jar}"/>
+ <copy todir="${target.petal.lib.common.dir}" file="${httpunit.jar}"/>
<!-- Copy the scripts for the current J2EE API -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]