jvanzyl     01/08/29 10:00:53

  Modified:    build    testcases.xml
  Log:
  - will fix the velocity tests, the test.jar for the texen-classpath
    test was pointing to a temporary jar and not to the one in the test
    directory.
  
  Revision  Changes    Path
  1.20      +1 -1      jakarta-velocity/build/testcases.xml
  
  Index: testcases.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/testcases.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- testcases.xml     2001/08/29 02:39:05     1.19
  +++ testcases.xml     2001/08/29 17:00:53     1.20
  @@ -281,7 +281,7 @@
       
       <taskdef name="texen" classname="org.apache.velocity.texen.ant.TexenTask">
         <classpath>
  -        <pathelement location="./test.jar"/>
  +        <pathelement location="../test/texen-classpath/test.jar"/>
           <path refid="classpath"/>
         </classpath>
       </taskdef>
  
  
  

Reply via email to