vmassol     2003/03/22 08:05:12

  Modified:    src/plugins-build/cactus project.xml
               src/plugins-build/cactus/xdocs changes.xml index.xml
                        navigation.xml
  Added:       src/plugins-build/cactus/announcements 1.2.ann
  Log:
  Prepare for release 1.2
  
  Revision  Changes    Path
  1.13      +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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml       19 Mar 2003 10:32:14 -0000      1.12
  +++ project.xml       22 Mar 2003 16:05:11 -0000      1.13
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-cactus-plugin</id>
     <name>Maven Cactus Plug-in</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.2</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>
  @@ -31,7 +31,7 @@
       <version>
         <id>1.2</id>
         <name>1.2</name>
  -      <tag>HEAD</tag>
  +      <tag>MAVEN_CACTUS_1_2</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.2       +24 -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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml       24 Jan 2003 03:44:48 -0000      1.1
  +++ changes.xml       22 Mar 2003 16:05:11 -0000      1.2
  @@ -7,7 +7,30 @@
   
     <body>
   
  -    <release version="1.2" date="in CVS">
  +    <release version="1.2" date="2003-03-22">
  +      <action dev="epugh" type="fix">
  +        Upgraded scripts to work with Maven beta 8.
  +      </action>              
  +      <action dev="epugh" type="fix">
  +        Checkstyle fixes for included Sample webapp.
  +      </action>          
  +      <action dev="epugh" type="add">
  +        Add new target <code>cactus:test</code> that runs tests for 
  +        all containers with a 
  +        <code>maven.cactus.[container].home</code> property set.
  +      </action>
  +      <action dev="epugh" type="fix">
  +        <code>cactus:single</code> now builds all the code and then runs 
  +        the testcase specified by the property 
  +        <code>mavencactustestcase</code>.  Example 
  +        <code>maven cactus:single 
  +        -Dmavencactustestcase=com.my.company.EasyTest</code>.
  +      </action>      
  +      <action dev="epugh" type="fix">
  +        Commented out dvsl merging of web.xml due to changes in Maven.
  +        Instead uses either included default web.xml or one provided by
  +        <code>maven.cactus.webxml</code>.
  +      </action>
         <action dev="vmassol" type="add">
           Added Checkstyle report to Cactus plugin web site.
         </action>
  
  
  
  1.2       +6 -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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 24 Jan 2003 03:44:49 -0000      1.1
  +++ index.xml 22 Mar 2003 16:05:11 -0000      1.2
  @@ -25,6 +25,12 @@
             <th>Description</th>
           </tr>
           <tr>
  +          <td>22 Mar 2003</td>
  +          <td>
  +            Release of version 1.2.
  +          </td>
  +        </tr>
  +        <tr>
             <td>16 Nov 2002</td>
             <td>
               Release of version 1.1.
  
  
  
  1.3       +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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml    19 Mar 2003 05:54:18 -0000      1.2
  +++ navigation.xml    22 Mar 2003 16:05:11 -0000      1.3
  @@ -17,6 +17,7 @@
       <menu name="Downloads">
         <item name="Cactus Plugin 1.0" 
href="http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-1.0.jar"/>
         <item name="Cactus Plugin 1.1" 
href="http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-1.1.jar"/>
  +      <item name="Cactus Plugin 1.2" 
href="http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-1.2.jar"/>
       </menu>
     </body>
   </project>
  
  
  
  1.1                  maven/src/plugins-build/cactus/announcements/1.2.ann
  
  Index: 1.2.ann
  ===================================================================
  The Maven team is pleased to announce the Cactus plugin 1.2 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.
  
  Changes in this version:
  
  o Update the plugin to make it work in Maven beta 8
  o Checkstyle fixes for included Sample webapp.
  o Add new target cactus:test that runs tests for all containers with a 
    maven.cactus.[container].home property set.
  o cactus:single now builds all the code and then runs the testcase specified 
    by the property mavencactustestcase.
    Example: maven cactus:single -Dmavencactustestcase=com.my.company.EasyTest
  o Commented out dvsl merging of web.xml due to changes in Maven. Instead uses 
    either included default web.xml or one provided by maven.cactus.webxml.
  o Added Checkstyle report to Cactus plugin web site.
  o The plugin now works even if not connected to the internet.
  o Fixed problem when the <code>web.xml</code> of the application to 
    test was defining security configuration. The Cactus was adding its
    own but the web.xml DTD only supports one. The new implementation
    discards the application security information which is replaced by
    the Cactus definition.
  
  You can download the Cactus Maven plugin here:
  http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-1.2.jar
  
  Have fun!
  -Vincent
  
  

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

Reply via email to