vmassol 2004/05/08 11:15:04 Modified: . ANNOUNCEMENT.txt Log: Added Maven plugin changes Revision Changes Path 1.11 +29 -9 jakarta-cactus/ANNOUNCEMENT.txt Index: ANNOUNCEMENT.txt =================================================================== RCS file: /home/cvs/jakarta-cactus/ANNOUNCEMENT.txt,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ANNOUNCEMENT.txt 8 May 2004 17:57:36 -0000 1.10 +++ ANNOUNCEMENT.txt 8 May 2004 18:15:04 -0000 1.11 @@ -11,19 +11,35 @@ Main new features ----------------- -* Added the Maven plugin. It was formerly hosted in the Maven project's - own CVS. It is now in the Cactus CVS and is part of the Cactus - distribution. To install the plugin in your Maven installation please - see http://jakarta.apache.org/cactus/integration/maven/installing.html -* The <cactus> Ant task now supports Mac OSX. -* Added support for Resin 3.x in the <cactus> Ant task (<resin3x> element). -* Better configurability of the <cactus> container elements: +* [Core] Added the Maven plugin. It was formerly hosted in the Maven + project's own CVS. It is now in the Cactus CVS and is part of the + Cactus distribution. To install the plugin in your Maven installation + please see + http://jakarta.apache.org/cactus/integration/maven/installing.html +* [Core] Added new ServletContextWrapper.setInitParameters() method which allows + to programatically define Context init parameters. +* [Ant] The <cactus> Ant task now supports Mac OSX. +* [Ant] Added support for Resin 3.x in the <cactus> Ant task (<resin3x> element). +* [Ant] Better configurability of the <cactus> container elements: - new configXml attribute for the <weblogic7x> element - added support for JBoss jboss-web.xml in the <jboss3x> element - new contextxml attribute for the <tomcat4x> element - new jndiport attribute for the <jboss3x> element -* Added new ServletContextWrapper.setInitParameters() method which allows - to programatically define Context init parameters. +* [Maven] Only runs tests if there are Cactus tests present in the filesystem. +* [Maven] Added support for EJB testing with Cactus. +* [Maven] Added cactus.jboss3x.jndiport property to specify which JNDI port to + use when shutting down JBoss. +* [Maven] Added support for Resin 3.x (above version 3.0.5). +* [Maven] Added support for custom ports when using JBoss. Please note that + this will only work with custom JBoss configs. The default config used by + Cactus uses port 8080 (that's the default JBoss config). +* [Maven] Added 2 new properties to support debugging Cactus tests: + cactus.logging.config.client and cactus.logging.config.server. They point + to logging config properties file. +* [Maven] Added support for custom WebLogic config.xml +* [Maven] The cactus:test goal now automatically discovers JUnit Test Cases + from non JUnit java classes and by default excludes all classes that are + not tests. Changes ------- @@ -31,6 +47,10 @@ Please check the Changes page at http://jakarta.apache.org/cactus/changes.html for a full list of the changes in version 1.6. + +Please check the Changes page at +http://jakarta.apache.org/cactus/integration/maven/changes-report.html +for a full list of the changes in the Maven plugin for Cactus 1.6. Known limitations and bugs: ---------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
