vmassol     01/08/09 10:52:54

  Modified:    cactus/docs/framework/xdocs changes.xml
  Log:
  The Cactus runservertests custom Ant task will now not stop the server if it was 
running before the task was executed. This is to allow to run and rerun Cactus tests 
without starting/stopping the server every time you run the tests. Thanks to Paul 
Dillon ([EMAIL PROTECTED]) for this suggestion
  
  Revision  Changes    Path
  1.36      +6 -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.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- changes.xml       2001/08/05 11:12:43     1.35
  +++ changes.xml       2001/08/09 17:52:54     1.36
  @@ -116,6 +116,12 @@
       </devs>
   
       <release version="1.2 in CVS">
  +      <action dev="VMA" type="update" due-to="Paul Dillon" 
due-to-email"[EMAIL PROTECTED]">
  +        The Cactus <code>runservertests</code> custom Ant task will now not
  +        stop the server if it was running before the task was executed. This
  +        is to allow to run and rerun Cactus tests without starting/stopping
  +        the server every time you run the tests.
  +      </action>
         <action dev="VMA" type="update">
           Updated all Cactus documentation and reorganised it to better
           understand what Cactus is, how it works and how to use it.
  
  
  

Reply via email to