You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by rl...@apache.org on 2002/01/12 00:12:01 UTC

cvs commit: jakarta-watchdog-4.0/src/conf build.xml

rlubke      02/01/11 15:12:01

  Modified:    src/conf build.xml
  Log:
   - Added the ability to call individual tests.
       example:  ant -Dstest=GetContentLengthTest servlet
       This will invoke the GetContentLengthTest only.
  
  Revision  Changes    Path
  1.3       +2 -1      jakarta-watchdog-4.0/src/conf/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/conf/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	10 Aug 2001 01:04:08 -0000	1.2
  +++ build.xml	11 Jan 2002 23:12:01 -0000	1.3
  @@ -5,6 +5,7 @@
   
      <property name="host" value="localhost" />
      <property name="port" value="8080" />
  +   <property name="stest" value="gtestservlet-test" />
       
     <!-- ================= Create Execution Classpath ===================== -->
   
  @@ -45,7 +46,7 @@
      description="All servlet tests">
       <antcall target="execute">
         <param   name="execute.build"   value="conf/servlet-gtest.xml"/>
  -      <param   name="execute.target"  value="gtestservlet-test"/>
  +      <param   name="execute.target"  value="${stest}"/>
       </antcall>
     </target>
   
  
  
  

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