vmassol     01/11/14 13:57:34

  Modified:    docs/framework/xdocs changes.xml contributors.xml
                        doc-book.xml site-book.xml
  Log:
  new howto : junitee integration. Thanks to Kaarle.
  
  Revision  Changes    Path
  1.64      +14 -0     jakarta-cactus/docs/framework/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/changes.xml,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- changes.xml       2001/11/12 21:17:48     1.63
  +++ changes.xml       2001/11/14 21:57:34     1.64
  @@ -28,6 +28,15 @@
       <table>
         <tr>
           <td>
  +          14/11/2001
  +        </td>
  +        <td>
  +          New tutorial that explains how to use JUnitEE with Cactus. Check it
  +          <link href="howto_junitee.html">here</link>. Thanks Kaarle !
  +        </td>
  +      </tr>
  +      <tr>
  +        <td>
             25/09/2001
           </td>
           <td>
  @@ -118,6 +127,11 @@
       </devs>
   
       <release version="1.3 in CVS">
  +      <action dev="VMA" type="add" due-to="Kaarle Kaila" 
due-to-email="[EMAIL PROTECTED]">
  +        New howto that explains how to use JUnitEE as a Test Runner for
  +        executing Cactus tests from within the container (i.e. Cactus client
  +        and server sides live in the same JVM in the container).
  +      </action>
         <action dev="VMA" type="fix">
           Fixed bug in <code>MockHttpURLConnection</code> that was triggered by some 
modification
           in HttpUnit. It means that some Cactus 1.2 unit tests will fail if run with 
HttpUnit
  
  
  
  1.11      +3 -0      jakarta-cactus/docs/framework/xdocs/contributors.xml
  
  Index: contributors.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/contributors.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- contributors.xml  2001/09/22 19:20:35     1.10
  +++ contributors.xml  2001/11/14 21:57:34     1.11
  @@ -84,6 +84,9 @@
           <li>
             <link href="mailto:[EMAIL PROTECTED]";>Hudson Wong</link>
           </li>
  +        <li>
  +          <link href="mailto:[EMAIL PROTECTED]";>Kaarle Kaila</link>
  +        </li>
         </ul>
   
       </s1>
  
  
  
  1.33      +2 -0      jakarta-cactus/docs/framework/xdocs/doc-book.xml
  
  Index: doc-book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/doc-book.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- doc-book.xml      2001/11/05 21:57:42     1.32
  +++ doc-book.xml      2001/11/14 21:57:34     1.33
  @@ -57,6 +57,8 @@
       <menu-item label="IDE Howto" source="howto_ide.xml"/>
       <menu-item type="hidden" source="howto_ide_vajava.xml"/>
       <menu-item type="hidden" source="howto_ide_jbuilder.xml"/>
  +
  +    <menu-item label="JUnitEE Howto" source="howto_junitee.xml"/>
     </menu>
   
     <menu label="Support">
  
  
  
  1.29      +2 -0      jakarta-cactus/docs/framework/xdocs/site-book.xml
  
  Index: site-book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/site-book.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- site-book.xml     2001/11/05 21:57:42     1.28
  +++ site-book.xml     2001/11/14 21:57:34     1.29
  @@ -57,6 +57,8 @@
       <menu-item label="IDE Howto" source="howto_ide.xml"/>
       <menu-item type="hidden" source="howto_ide_vajava.xml"/>
       <menu-item type="hidden" source="howto_ide_jbuilder.xml"/>
  +
  +    <menu-item label="JUnitEE Howto" source="howto_junitee.xml"/>
     </menu>
   
     <menu label="Support">
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to