vmassol     2003/08/05 02:16:26

  Modified:    src/plugins-build/cactus project.xml
               src/plugins-build/cactus/xdocs changes.xml navigation.xml
                        index.xml
  Added:       src/plugins-build/cactus/announcements 3.0.ann
  Log:
  Prepare to release version 3.0
  
  Revision  Changes    Path
  1.1                  maven/src/plugins-build/cactus/announcements/3.0.ann
  
  Index: 3.0.ann
  ===================================================================
  The Maven team is pleased to announce the Cactus plugin 3.0 release!
  
  http://maven.apache.org/reference/plugins/cactus
  
  The Maven Cactus plugin is a plugin for Cactus
  (http://jakarta.apache.org/cactus) that allows to automatically start 
  containers, run Cactus tests and stop the containers.
  
  User-visible changes in this version:
  
  o New goal cactus:match added that allows you to run just matching testcases.
    Pass the testcase in using -Dtestmatch=MyTestCase.  This brings to parity the
    cactus plugin with the test plugin for running types of tests.
  o New goal cactus:single added that allows you to run just a single testcase.
    Pass the testcase in using -Dtestcase=my.single.TestCase.
  o Add xml declaration to generated report. Fixed for character encoding.
  o Ability to optionally specify for Tomcat 4x and 5x a directory to which 
    the container will be installed for the tests.        
  o Add all user jars that have been marked to be included in the cactus
    test (with the <cactus.bundle>true</cactus.bundle> property
    in dependencies). For example, DBUnit would be a jar you would 
    include in a Cactus test but not in a runtime war.
  o Updated to Cactus/Ant of 19th of June 2003 which fixes a bug
    preventing JBoss to start correctly on unix machines (caused by
    an invalid URL file format on unix. Thanks to Chris Lenz for
    fixing it.
  o The cactus:compile goal now correctly copy the non java files to the target 
    class directory.
  o Major change: updated to use the Cactus/Ant integration built after 
    23rd of May 2003 (it is completely different from the Cactus/Ant
    integration used in version 2.0.
  
  Note that this plugin has been tested with Maven beta 10. Using it with
  another version of Maven is at your own risks! :-)
  
  You can download the Cactus Maven plugin here:
  http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-3.0.jar
  
  Have fun!
  -Vincent
  
  
  1.32      +2 -2      maven/src/plugins-build/cactus/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/project.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- project.xml       25 Jul 2003 03:32:22 -0000      1.31
  +++ project.xml       5 Aug 2003 09:16:26 -0000       1.32
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-cactus-plugin</id>
     <name>Maven Cactus Plug-in</name>
  -  <currentVersion>3.0-SNAPSHOT</currentVersion>
  +  <currentVersion>3.0</currentVersion>
     <description>Plugin for Cactus (http://jakarta.apache.org/cactus) that allows to 
automatically start containers, run Cactus tests and stop the containers.</description>
     <shortDescription>Cactus plugin</shortDescription>
     <url>http://maven.apache.org/reference/plugins/cactus/</url>
  @@ -38,7 +38,7 @@
       <version>
         <id>3.0</id>
         <name>3.0</name>
  -      <tag>HEAD</tag>
  +      <tag>MAVEN_CACTUS_3_0</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.17      +1 -1      maven/src/plugins-build/cactus/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/xdocs/changes.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- changes.xml       25 Jul 2003 03:32:22 -0000      1.16
  +++ changes.xml       5 Aug 2003 09:16:26 -0000       1.17
  @@ -7,7 +7,7 @@
   
     <body>
   
  -    <release version="3.0" date="in CVS">  
  +    <release version="3.0" date="2003-08-05">  
         <action dev="dion" type="update">
           Upgrade to commons-logging 1.0.3
         </action>
  
  
  
  1.5       +1 -0      maven/src/plugins-build/cactus/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/xdocs/navigation.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- navigation.xml    8 Apr 2003 21:40:20 -0000       1.4
  +++ navigation.xml    5 Aug 2003 09:16:26 -0000       1.5
  @@ -15,6 +15,7 @@
         <item name="Properties" href="/properties.html"/>
       </menu>
       <menu name="Downloads">
  +      <item name="Cactus Plugin 3.0" 
href="http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-3.0.jar"/>
         <item name="Cactus Plugin 2.0" 
href="http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-2.0.jar"/>
         <item name="Cactus Plugin 1.2" 
href="http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-1.2.jar"/>
         <item name="Cactus Plugin 1.1" 
href="http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-1.1.jar"/>
  
  
  
  1.7       +7 -0      maven/src/plugins-build/cactus/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/xdocs/index.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.xml 23 May 2003 21:30:25 -0000      1.6
  +++ index.xml 5 Aug 2003 09:16:26 -0000       1.7
  @@ -25,6 +25,13 @@
             <th>Description</th>
           </tr>
           <tr>
  +          <td>05 Aug 2003</td>
  +          <td>
  +            Release of version 3.0. Read the
  +            <a 
href="http://cvs.apache.org/viewcvs.cgi/maven/src/plugins-build/cactus/announcements/3.0.ann?rev=1.1&amp;content-type=text/vnd.viewcvs-markup";>announcement</a>.
  +          </td>
  +        </tr>
  +        <tr>
             <td>08 Apr 2003</td>
             <td>
               Release of version 2.0. Read the
  
  
  

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

Reply via email to