vmassol     01/07/05 07:10:43

  Modified:    cactus/build build.xml
  Log:
  the ant.jar target was not called when the test target was started, leading to a 
class not found exception as the cactus ant tasks were not compiled
  
  Revision  Changes    Path
  1.18      +1 -1      jakarta-commons/cactus/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/build/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml 2001/07/05 12:11:30     1.17
  +++ build.xml 2001/07/05 14:10:41     1.18
  @@ -539,7 +539,7 @@
            Run both the unit and functional tests
          ========================================================================
       -->
  -    <target name="tests" depends="tests-unit,tests-functional">
  +    <target name="tests" depends="jar.ant,tests-unit,tests-functional">
       </target>
   
       <!-- 
  
  
  

Reply via email to