You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2002/06/29 14:52:03 UTC

cvs commit: jakarta-commons-sandbox/pattern build.xml

scolebourne    2002/06/29 05:52:03

  Modified:    pattern  build.xml
  Log:
  Add tests to ant
  
  Revision  Changes    Path
  1.2       +4 -8      jakarta-commons-sandbox/pattern/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/pattern/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	26 Jun 2002 22:46:01 -0000	1.1
  +++ build.xml	29 Jun 2002 12:52:03 -0000	1.2
  @@ -26,6 +26,7 @@
     <path id="test.classpath">
       <pathelement location="${build.home}/classes"/>
       <pathelement location="${build.home}/tests"/>
  +    <pathelement location="${lang.classes}"/>
       <pathelement location="${junit.jar}"/>
     </path>
   
  @@ -156,17 +157,12 @@
   
     <target name="test"  depends="compile.tests"
      description="Run all unit test cases">
  -<!--  add tests as targets above...  -->
  -  </target>
  -
  -<!--
  -  <target name="test.strings" depends="compile.tests">
  -    <echo message="Running Strings tests ..."/>
  +    <echo message="Running tests ..."/>
       <java classname="${test.runner}" fork="yes"
           failonerror="${test.failonerror}">
  -      <arg value="org.apache.commons.lang.StringsTest"/>
  +      <arg value="org.apache.commons.pattern.PatternTestSuite"/>
         <classpath refid="test.classpath"/>
       </java>
     </target>
  --->
  +
   </project>
  
  
  

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