vmassol     01/04/04 02:39:32

  Modified:    cactus/docs/framework/xdocs contributors.xml features.xml
                        news.xml todo.xml
  Log:
  updated docs for migration from J2EEUnit on SF to Cactus on Jakarta Commons
  
  Revision  Changes    Path
  1.2       +5 -4      
jakarta-commons-sandbox/cactus/docs/framework/xdocs/contributors.xml
  
  Index: contributors.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/cactus/docs/framework/xdocs/contributors.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- contributors.xml  2001/03/31 20:22:38     1.1
  +++ contributors.xml  2001/04/04 09:39:32     1.2
  @@ -47,9 +47,10 @@
           </p>
           <p>
             Thanks also to the <link href="http://jakarta.apache.org">Apache
  -          Jakarta</link> project for the freedom to use the Jakarta skin they
  -          use on their web site and for all the wonderful applications/
  -          frameworks they make.
  +          Jakarta</link> project and more specifically the
  +          <link href="http://jakarta.apache.org/commons">Jakarta Commons</link>
  +          project for accepting the donation of J2EEUnit (renamed Cactus), thus
  +          giving it a home and a family.
           </p>
   
         </s2>
  @@ -63,7 +64,7 @@
                 for which I work),<br/>
                 An IT consulting company on the cutting edge of new technologies,
                 providing expert Architects in the fields of applications servers
  -              (J2EE, Microsoft, ...), EAI and IRM.
  +              (J2EE, Microsoft DNA & .NET, ...), EAI and IRM.
               </td>
             </tr>
           </table>
  
  
  
  1.2       +6 -5      jakarta-commons-sandbox/cactus/docs/framework/xdocs/features.xml
  
  Index: features.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/cactus/docs/framework/xdocs/features.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- features.xml      2001/03/31 20:22:38     1.1
  +++ features.xml      2001/04/04 09:39:32     1.2
  @@ -17,10 +17,11 @@
         <ul>
           <li>
             Integrates seamlessly with the JUnit testing framework. Your testing 
  -          class just has to extend <code>cactus.ServletTestCase</code> or
  -          <code>cactus.ServletTestCase</code> (which themselves extends 
  -          <code>TestCase</code>) instead of extending <code>TestCase</code> 
  -          directly.
  +          class just has to extend
  +          <code>org.apache.commons.cactus.ServletTestCase</code> or
  +          <code>org.apache.commons.cactus.JspTestCase</code> (which themselves
  +          extends <code>junit.framework.TestCase</code>) instead of extending
  +          <code>junit.framework.TestCase</code> directly.
           </li>
           <li>
             Execute your test methods in a servlet/JSP environment, i.e. you have 
  @@ -131,7 +132,7 @@
             before and after calling each <code>testXXX()</code> method
           </li>
           <li>
  -          Integrated with JUnit 3.5
  +          Works with JUnit 3.5
           </li>
           <li>
             Support for Servlet API 2.2 and 2.3 (Support for Servlet API 2.1 is
  
  
  
  1.2       +8 -9      jakarta-commons-sandbox/cactus/docs/framework/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/cactus/docs/framework/xdocs/news.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- news.xml  2001/03/31 20:22:38     1.1
  +++ news.xml  2001/04/04 09:39:32     1.2
  @@ -33,19 +33,18 @@
         <table>
           <tr>
             <td>
  -            31/03/2001
  +            04/04/2001
             </td>
             <td>
  -            Cactus 1.0 is available for download. Check the updated
  -            <link href="features.html">feature list</link>, the
  -            <link href="changes.html">changes</link> and the updated
  -            <link href="installation.html">installation guide</link> for
  -            the details.
  +            Cactus 1.0 is available for
  +            <link href="downloads.html">download</link>. Check the updated
  +            <link href="features.html">feature list</link> and the
  +            <link href="changes.html">changes</link> for the details.
             </td>
           </tr>
           <tr>
             <td>
  -            31/03/2001
  +            04/04/2001
             </td>
             <td>
               The web site has been updated to reflect the modifications that
  @@ -56,7 +55,7 @@
           </tr>
           <tr>
             <td>
  -            31/03/2001
  +            04/04/2001
             </td>
             <td>
               J2EEUnit has been renamed to Cactus.
  @@ -64,7 +63,7 @@
           </tr>
           <tr>
             <td>
  -            31/03/2001
  +            04/04/2001
             </td>
             <td>
               J2EEUnit has been donated to the Apache Software Foundation.
  
  
  
  1.2       +5 -11     jakarta-commons-sandbox/cactus/docs/framework/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/cactus/docs/framework/xdocs/todo.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- todo.xml  2001/03/31 20:22:38     1.1
  +++ todo.xml  2001/04/04 09:39:32     1.2
  @@ -11,10 +11,9 @@
     </devs>
   
     <actions priority="high">
  -    <action context="build">
  -      Correct problem of zips generated by Ant 1.4alpha and Orion. Indeed,
  -      Orion has problem unwarring jars generated by the war task of Ant
  -      version 1.4lpha.
  +    <action context="docs">
  +      Change the web site skin to be the Jakarta skin and not the Apache XML
  +      skin. This is because Cactus is part of the Jakarta Commons project.
       </action>
     </actions>
   
  @@ -88,7 +87,7 @@
       </action>
       <action context="docs" assigned-to="VMA">
         Add a license section to the Cactus web site that explains that Cactus
  -      is under the GPL license and shows the license statement.
  +      is under the APL license and shows the license statement.
       </action>
       <action context="docs" assigned-to="VMA">
         Add a contributing section to the Cactus web site (see the contributing
  @@ -116,13 +115,8 @@
     </actions>
   
     <actions priority="wish">
  -    <action context="docs">
  -      Create a Cactus Stylebook skin for the Cactus web site instead of
  -      using the Jakarta default one.
  -    </action>
       <action context="code">
  -      Write a plugin for Netbeans or integrate with an existing JUnit plugin
  -      (see the XTest plugin).
  +      Integration for Netbeans by integration with the Netbeans XTest module.
       </action>
       <action context="design" assigned-to="BNA">
         Provide a mechanism for easier testing of EJBs. The mechanism is to be
  
  
  

Reply via email to