You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by Jon Scott Stevens <jo...@latchkey.com> on 2002/02/19 01:01:21 UTC

[patch] another build.xml patch

Need to call init first so that the <available> task is called.

Also, it seems that in order to run things, one needs to have junit-3.7.jar
in their classpath. I'm not sure how to fix that yet other than splitting
the testing out to another .xml file and calling it separately.

-jon

Index: build.xml
===================================================================
RCS file: /home/cvs/xml-rpc/build.xml,v
retrieving revision 1.7
diff -u -r1.7 build.xml
--- build.xml   18 Feb 2002 23:55:17 -0000      1.7
+++ build.xml   18 Feb 2002 23:59:47 -0000
@@ -213,7 +213,7 @@
   <!-- ==================================================================
-->
 
   <target name="compile-tests"
-    depends="check.junit,compile"
+    depends="init,check.junit,compile"
     description="Compiles testing source code">
     
     <mkdir dir="${build.test.dest}"/>