Here is a patch to build.xml against HEAD.
Index: build.xml
===================================================================
RCS file: /cvsroot/jwebunit/jWebUnit/build.xml,v
retrieving revision 1.29
diff -u -r1.29 build.xml
--- build.xml   30 Jun 2004 19:05:40 -0000      1.29
+++ build.xml   5 Aug 2004 07:12:00 -0000
@@ -21,6 +21,9 @@
     <path id="tests.classpath">
         <pathelement location="${build.classes.dir}"/>
         <path refid="src.classpath"/>
+        <fileset dir="testlib">
+            <include name="**/*.jar"/>
+        </fileset>
     </path>
 
     <path id="junit.classpath">

Reply via email to