You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/09/15 22:04:07 UTC

cvs commit: maven/src/plugins-build/cactus/announcements 3.1.ann

vmassol     2003/09/15 13:04:07

  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.1.ann
  Log:
  Preparing for 3.1 release. Please do not make any change till release of Maven 1.0 rc1!
  
  Revision  Changes    Path
  1.41      +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.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- project.xml	2 Sep 2003 10:23:27 -0000	1.40
  +++ project.xml	15 Sep 2003 20:04:07 -0000	1.41
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-cactus-plugin</id>
     <name>Maven Cactus Plug-in</name>
  -  <currentVersion>3.1-SNAPSHOT</currentVersion>
  +  <currentVersion>3.1</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>
  @@ -43,7 +43,7 @@
       <version>
         <id>3.1</id>
         <name>3.1</name>
  -      <tag>HEAD</tag>
  +      <tag>MAVEN_CACTUS_3_1</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.29      +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.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- changes.xml	11 Sep 2003 12:14:10 -0000	1.28
  +++ changes.xml	15 Sep 2003 20:04:07 -0000	1.29
  @@ -7,7 +7,7 @@
   
     <body>
   
  -    <release version="3.1" date="in CVS">
  +    <release version="3.1" date="2003-09-15">
         <action dev="vmassol" type="add">
           New <code>cactus:jar-install</code> goal to install the Cactus
           jar in the local Maven repository. This is useful if you wish to 
  
  
  
  1.7       +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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- navigation.xml	31 Aug 2003 15:49:06 -0000	1.6
  +++ navigation.xml	15 Sep 2003 20:04:07 -0000	1.7
  @@ -15,6 +15,7 @@
         <item name="Properties" href="/properties.html"/>
       </menu>
       <menu name="Downloads">
  +      <item name="Cactus Plugin 3.1" href="http://www.ibiblio.org/maven/maven/plugins/maven-cactus-plugin-3.1.jar"/>
         <item name="Cactus Plugin 3.0" href="http://www.ibiblio.org/maven/maven/plugins/maven-cactus-plugin-3.0.jar"/>
         <item name="Cactus Plugin 2.0" href="http://www.ibiblio.org/maven/maven/plugins/maven-cactus-plugin-2.0.jar"/>
         <item name="Cactus Plugin 1.2" href="http://www.ibiblio.org/maven/maven/plugins/maven-cactus-plugin-1.2.jar"/>
  
  
  
  1.8       +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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.xml	5 Aug 2003 09:16:26 -0000	1.7
  +++ index.xml	15 Sep 2003 20:04:07 -0000	1.8
  @@ -25,6 +25,13 @@
             <th>Description</th>
           </tr>
           <tr>
  +          <td>15 Sep 2003</td>
  +          <td>
  +            Release of version 3.1. Read the
  +            <a href="http://cvs.apache.org/viewcvs.cgi/maven/src/plugins-build/cactus/announcements/3.1.ann?rev=1.1&amp;content-type=text/vnd.viewcvs-markup">announcement</a>.
  +          </td>
  +        </tr>
  +        <tr>
             <td>05 Aug 2003</td>
             <td>
               Release of version 3.0. Read the
  
  
  
  1.1                  maven/src/plugins-build/cactus/announcements/3.1.ann
  
  Index: 3.1.ann
  ===================================================================
  The Maven team is pleased to announce the Cactus plugin 3.1 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 cactus:jar-install goal to install the Cactus jar in the local Maven
    repository. This is useful if you wish to put Cactus test classes in one 
    Maven project and execute the Cactus tests in another project.
  o New cactus:jar goal to generate a jar containing the Cactus test classes. 
  o Added new cactus.tmp.dir optional property to specify a location where 
    Cactus will put its temporary files (mostly where it setup containers for 
    execution). Defaults to [java.io.tmpdir]/[containername].
  o Generate the Cactus test reports in the Cactus reports directory
    instead of directly in the Maven build directory. This fixes bug MAVEN-669
  o Updated commons-httpclient dependency to 2.0 rc1, httpunit to 1.5.3 and 
    nekohtml to 0.7.7.
  o Added new optional property cactus.weblogic7x.beahome to configure the 
    location of BEA HOME for the WebLogic 7.x container. It is only needed if 
    the BEA HOME location is not the parent directory of cactus.home.weblogic7x.
  o Added back support for WebLogic 7.x (it had somehow been dropped
    when we moved to the new Cactus/Ant integration in version 3.0).
  o Updated to Cactus 1.6dev-20030830 which has fixes for WebLogic 7.x support.
  
  Note that this plugin has been tested with Maven 1.0 rc1.
  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.1.jar
  
  Have fun!
  -Vincent
  
  

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