vmassol     2003/08/18 01:54:04

  Modified:    src/plugins-build/cactus/announcements Tag: MAVEN_RC1_STABLE
                        3.0.ann
  Log:
  Binary --> ASCII
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +39 -39    maven/src/plugins-build/cactus/announcements/3.0.ann
  
  Index: 3.0.ann
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/announcements/3.0.ann,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- 3.0.ann   7 Aug 2003 16:58:49 -0000       1.1.2.1
  +++ 3.0.ann   18 Aug 2003 08:54:04 -0000      1.1.2.2
  @@ -1,40 +1,40 @@
  -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!
  +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
  
  
  

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

Reply via email to