You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-cvs@jakarta.apache.org by mw...@apache.org on 2002/05/10 08:29:18 UTC

cvs commit: jakarta-log4j/tests build.xml

mwomack     02/05/09 23:29:18

  Modified:    tests    build.xml
  Log:
  Modified clean task to delete the output dir.
  Added LevelMatchFilter task to run test case.
  Added LevelMatchFilter task to runAll task.
  
  Revision  Changes    Path
  1.15      +10 -1     jakarta-log4j/tests/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/tests/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml	9 May 2002 17:44:54 -0000	1.14
  +++ build.xml	10 May 2002 06:29:18 -0000	1.15
  @@ -82,6 +82,7 @@
     <!-- ================================================================= -->
     <target name="clean">
       <delete dir="./classes/" />
  +    <delete dir="./output/" />
     </target>
   
     <!-- ================================================================= -->
  @@ -99,7 +100,7 @@
                                        HierarchyThreshold, SocketServer, 
                                        XMLLayout, AsyncAppender, 
                                        OptionConverter, BoundedFIFO, 
  -                                     CyclicBuffer, OR"/>
  +                                     CyclicBuffer, OR, LevelMatchFilter"/>
   
     <!-- ================================================================= -->
     <!-- Longer unit tests                                                 -->
  @@ -241,6 +242,14 @@
         <classpath refid="tests.classpath"/>
         <formatter type="plain" usefile="false"/>
         <test name="org.apache.log4j.or.ORTestCase" />
  +    </junit>
  +  </target>
  +  
  +  <target name="LevelMatchFilter" depends="build">
  +    <junit printsummary="yes" fork="yes" haltonfailure="yes">
  +      <classpath refid="tests.classpath"/>
  +      <formatter type="plain" usefile="false"/>
  +      <test name="org.apache.log4j.varia.LevelMatchFilterTestCase" />
       </junit>
     </target>
   
  
  
  

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