You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2004/01/18 15:49:29 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs features.xml changes.xml

vmassol     2004/01/18 06:49:29

  Modified:    documentation/docs/xdocs features.xml changes.xml
  Log:
  - Resin 3.x is supported after version 3.0.5 only
  - Updated features list
  
  Revision  Changes    Path
  1.25      +15 -20    jakarta-cactus/documentation/docs/xdocs/features.xml
  
  Index: features.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/features.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- features.xml	22 Dec 2003 15:53:41 -0000	1.24
  +++ features.xml	18 Jan 2004 14:49:29 -0000	1.25
  @@ -75,8 +75,8 @@
   
       <section title="Detailed feature list">
         <p>
  -        <img src="images/new.jpg" alt="New in Cactus 1.5"/><em> = 
  -        New in Cactus 1.5</em>
  +        <img src="images/new.jpg" alt="New in Cactus 1.6"/><em> = 
  +        New in Cactus 1.6</em>
         </p>
         <ul>
           <li>
  @@ -96,7 +96,6 @@
             can extend for unit testing Taglibs or any java classes that
             make use of JSP API objects. In addition, provides a
             <code>TestJspTagLifecycle</code> extension to help test JSP Taglibs.
  -          <img src="images/new.jpg" alt="New in Cactus 1.5"/>
           </li>
           <li>
             Provides a <code>FilterTestCase</code> class that your test case
  @@ -107,7 +106,6 @@
             Allows to run existing JUnit Test Case classes on the server side.
             This is provided by special Cactus TestSuite classes that wrap
             your existing Test Cases.
  -          <img src="images/new.jpg" alt="New in Cactus 1.5"/>
           </li>
           <li>
             Ability to unit test EJBs (including local interfaces) by calling
  @@ -131,7 +129,6 @@
               </li>
               <li>
                 Servlet Session Cookie,
  -              <img src="images/new.jpg" alt="New in Cactus 1.5"/> 
               </li>
               <li>
                 HTTP parameters (GET and POST),
  @@ -179,7 +176,6 @@
             after each test. They are the equivalent of JUnit's 
             <code>setUp()</code> and <code>tearDown()</code> which are run
             on the Server side.
  -          <img src="images/new.jpg" alt="New in Cactus 1.5"/>           
           </li>
           <li>
             Provides several Integration Module for easily running Cactus
  @@ -190,7 +186,6 @@
                 scripts to run Cactus tests (start and stop containers 
                 automatically, package and deploy a Cactify webapp and run the 
                 tests).
  -              <img src="images/new.jpg" alt="New in Cactus 1.5"/>           
               </li>
   <!--
   Note: Uncomment once we releasee the Eclipse plugin. ATM it is still very
  @@ -209,16 +204,21 @@
                 from a Browser. Results can be displayed either in XML or in
                 HTML (either server-side XSLT or Browser XSLT for the Browsers 
                 which support it)
  -              <img src="images/new.jpg" alt="New in Cactus 1.5"/>           
               </li>
               <li>
  -              Several other integration provided by third parties
  -              (Maven, etc).
  +              <em>Maven Integration</em>: Complete end to end Cactus test 
  +              automation with minimal setup. It's probably currently the easiest
  +              way to run Cactus tests (provided you have Maven installed on
  +              your machine).
  +            </li>
  +            <li>
  +              Several other integration provided by third parties.
               </li>
             </ul>
           </li>
           <li>
  -          The Ant Integration Module supports the following containers:
  +          The Ant integration module and the Maven integraton one support the 
  +          following containers:
             <ul>
               <li>
                 Tomcat 3.x
  @@ -234,24 +234,24 @@
                 Resin 2.x
               </li>
               <li>
  -              WebLogic 7.x
  +              Resin 3.x (above version 3.0.5)
                 <img src="images/new.jpg" alt="New in Cactus 1.5"/>
               </li>
               <li>
  +              WebLogic 7.x
  +            </li>
  +            <li>
                 Orion 1.x
               </li>
               <li>
                 Orion 2.x
  -              <img src="images/new.jpg" alt="New in Cactus 1.5"/>
               </li>
               <li>
                 JBoss/Jetty 3.x
  -              <img src="images/new.jpg" alt="New in Cactus 1.5"/>
               </li>
               <li>
                 Note: The WebLogic 6.x support has been dropped as BEA does not
                 provide a link to download WebLogic 6.x anymore.
  -              <img src="images/new.jpg" alt="New in Cactus 1.5"/>
               </li>
             </ul>
           </li>
  @@ -301,28 +301,23 @@
           <li>
             Provides a <code>JettyTestSetup</code> JUnit TestSetup class to
             automatically start Jetty before a test suite starts executing.
  -          <img src="images/new.jpg" alt="New in Cactus 1.5"/>           
           </li>
           <li>
             Provide a sample application that demonstrates how to write Cactus
             tests for Servlet, Taglibs and Filters. It also show how to use the 
             Ant Integration Module to automate the full process.
  -          <img src="images/new.jpg" alt="New in Cactus 1.5"/>           
           </li>
           <li>
             Provide a sample application that demonstrates how to use the 
             <code>JettyTestSetup</code> feature to run Cactus tests.
  -          <img src="images/new.jpg" alt="New in Cactus 1.5"/>           
           </li>
           <li>
             Provide a sample application that demonstrates how to write Cactus
             tests for EJBs. It also show how to use the Ant Integration Module
             to automate the full process.
  -          <img src="images/new.jpg" alt="New in Cactus 1.5"/>           
           </li>
           <li>
             Supports internationalization.
  -          <img src="images/new.jpg" alt="New in Cactus 1.5"/>           
           </li>
         </ul>
       </section>
  
  
  
  1.155     +3 -1      jakarta-cactus/documentation/docs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
  retrieving revision 1.154
  retrieving revision 1.155
  diff -u -r1.154 -r1.155
  --- changes.xml	18 Jan 2004 11:03:04 -0000	1.154
  +++ changes.xml	18 Jan 2004 14:49:29 -0000	1.155
  @@ -69,7 +69,9 @@
   
         <release version="1.6dev" date="in CVS">
           <action dev="VMA" type="add">
  -          Added support for Resin 3.x in the Ant integration. Note that
  +          Added support for Resin 3.x in the Ant integration. Only Resin 3.0.5
  +          and above are supported (the reason is that it seems the configuration
  +          file format has changed between Resin 3.0.3 and 3.0.5). Note that
             Servlet API 2.4/JSP 2.0 are not yet supported by Cactus.
           </action>          
           <action dev="VMA" type="add">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org