You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@apache.org on 2002/03/13 18:21:20 UTC

cvs commit: jakarta-velocity-dvsl build.xml

geirm       02/03/13 09:21:20

  Modified:    .        build.xml
  Log:
  added new testcase
  
  Revision  Changes    Path
  1.16      +11 -3     jakarta-velocity-dvsl/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-dvsl/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml	22 Feb 2002 06:17:55 -0000	1.15
  +++ build.xml	13 Mar 2002 17:21:20 -0000	1.16
  @@ -63,8 +63,8 @@
     <!-- Should Java compilations set the 'optimize' compiler option? -->
     <property name="compile.optimize"        value="true"/>
   
  - 
  -  
  +
  +
     <!-- Construct compile classpath -->
     <path id="classpath">
       <fileset dir="${local.repository}">
  @@ -271,7 +271,7 @@
     <!--  T E S T                                                           -->
     <!-- ================================================================== -->
   
  -  <target name="test"  depends="test.transform"
  +  <target name="test"  depends="test.transform, test.xpath"
       description="Run all unit tests">
     </target>
   
  @@ -284,4 +284,12 @@
       </java>
     </target>
   
  +  <target name="test.xpath" depends="compile-tests">
  +    <echo message="Running XPath transform test"/>
  +    <java classname="${test.runner}" fork="yes"
  +        failonerror="${test.failonerror}">
  +      <arg value="org.apache.tools.dvsl.XPathTest"/>
  +      <classpath refid="test.classpath"/>
  +    </java>
  +  </target>
   </project>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>