You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by se...@apache.org on 2002/09/04 21:10:39 UTC

cvs commit: xml-axis/java buildTest.xml

seibert     2002/09/04 12:10:39

  Modified:    java     buildTest.xml
  Log:
  Corrected bad path reference (added the axis.home syntax)
  
  Revision  Changes    Path
  1.27      +1 -1      xml-axis/java/buildTest.xml
  
  Index: buildTest.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/buildTest.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- buildTest.xml	27 Aug 2002 16:20:47 -0000	1.26
  +++ buildTest.xml	4 Sep 2002 19:10:39 -0000	1.27
  @@ -239,7 +239,7 @@
       </java>
   
       <!-- now, run the actual test -->
  -    <junit dir="." printsummary="yes" haltonfailure="${test.functional.fail}" fork="yes">
  +    <junit dir="${axis.home}" printsummary="yes" haltonfailure="${test.functional.fail}" fork="yes">
         <classpath refid="classpath" />
         <formatter type="xml" usefile="${test.functional.usefile}"/>
         <batchtest todir="${test.functional.reportdir}">