Title: Message
Running 'ant clean functional-tests' does not work.  Thanks to Runako Godfrey for his feedback and commiseration. :-) Here's a patch to build.xml to fix it:
 
Index: build.xml
=========================================================
RCS file: /home/cvspublic/xml-axis/java/build.xml,v
retrieving revision 1.235
diff -r1.235 build.xml
287c287
<        <param name="target" value="compileFunctional"/>
---
>        <param name="target" value="compile"/>
323a324
>     <mkdir dir="${test.functional.reportdir}" />

Reply via email to