vmassol     01/04/14 07:59:04

  Modified:    cactus/docs/framework/xdocs changes.xml todo.xml
  Log:
  modified the ant custom tasks to verify if server is already started or already 
stopped (thanks to Philip Aston)
  
  Revision  Changes    Path
  1.5       +7 -0      jakarta-commons/cactus/docs/framework/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/changes.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes.xml       2001/04/14 08:17:18     1.4
  +++ changes.xml       2001/04/14 14:59:04     1.5
  @@ -6,9 +6,16 @@
   
     <devs>
       <person name="Vincent Massol" email="[EMAIL PROTECTED]" id="VMA"/>
  +    <person name="Philip Aston" email="[EMAIL PROTECTED]" id="PAS"/>
     </devs>
   
     <release version="1.0b2 in CVS" date="">
  +    <action dev="VMA" type="update" due-to="Philip Aston" 
due-to-email="[EMAIL PROTECTED]">
  +      Modified the Ant <code>runservertest</code> task so that it also works
  +      when a servlet engine is already up and running and when a server is
  +      already stopped prior. This is to support intensive debugging mode when
  +      we don't want to start/stop the server all the time.
  +    </action>
       <action dev="VMA" type="add">
         Added a
         <link href="scope.html">"Cactus scope and status"</link> page on the web
  
  
  
  1.5       +0 -6      jakarta-commons/cactus/docs/framework/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/todo.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- todo.xml  2001/04/14 09:14:01     1.4
  +++ todo.xml  2001/04/14 14:59:04     1.5
  @@ -6,7 +6,6 @@
   
     <devs>
       <person name="Vincent Massol" email="[EMAIL PROTECTED]" id="VMA"/>
  -    <person name="Philip Aston" email="[EMAIL PROTECTED]" id="PAS"/>
       <person name="P. Babu Naidu" email="[EMAIL PROTECTED]" id="BNA"/>
     </devs>
   
  @@ -31,11 +30,6 @@
     </actions>
   
     <actions priority="low">
  -    <action context="code" assigned-to="PAS">
  -      Modify the Ant <code>runservertest</code> task so that it also works when
  -      a servlet engine is already up and running (thanks to Philip Aston who
  -      requested and provided the code for this feature)
  -    </action>
       <action context="code">
         Make the methods <code>setUp()</code> and <code>tearDown()</code>
         protected on the server side so that it is consistent with JUnit (for the
  
  
  

Reply via email to