maven-plugins/cactus/xdocs/changes.xml
2003-01-24 03:44:26 +00:00

85 lines
3.0 KiB
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<author email="vmassol@octo.com">Vincent Massol</author>
</properties>
<body>
<release version="1.2" date="in CVS">
<action dev="vmassol" type="add">
Added Checkstyle report to Cactus plugin web site.
</action>
<action dev="vmassol" type="fix">
The plugin now works even if not connected to the internet.
</action>
<action dev="vmassol" type="fix" due-to="Eric Pugh" due-to-email="EPugh@upstate.com">
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.
</action>
</release>
<release version="1.1" date="2002-11-16">
<action dev="vmassol" type="add">
Added support for HttpUnit integration out of the box (i.e. the
HttpUnit jars are automatically added by the Cactus plugin).
</action>
<action dev="vmassol" type="add">
Ability to exclude Cactus tests (for long running tests for example,
in debug period).
</action>
<action dev="vmassol" type="update">
The <code>web.xml</code> elements required for Cactus are now
automatically added to the user project <code>web.xml</code>.
</action>
<action dev="vmassol" type="add">
Added support for running the tests using the JUnit Swing Test Runner.
Simply create the following Maven property
<code>maven.cactus.testrunner = swing</code> to use the Swing Test
Runner.
</action>
<action dev="vmassol" type="add">
Added automatic discovery of Cactus Test Cases and ignore test support
classes.
</action>
<action dev="vmassol" type="update">
Creation of the project war/webapp is now left to the Maven War plugin.
Cactus repackages it by adding the Cactus tests, the Cactus
configuration files and the Cactus external jars. Thus, the Cactus
plugin now supports the "war:webapp" goal.
</action>
<action dev="vmassol" type="update">
Improved documentation: "news" section on front page and improved
"Quick Start" page.
</action>
<action dev="vmassol" type="add">
Support for WebLogic 7.x.
</action>
</release>
<release version="1.0" date="2002-11-06">
<action dev="vmassol" type="add">
Sample project showing how to use the Cactus plugin.
</action>
<action dev="vmassol" type="add">
Generates HTML reports
</action>
<action dev="vmassol" type="add">
Support for Resin 2.x.
</action>
<action dev="vmassol" type="add">
Support for Tomcat 4.x (supports hot redeploy).
</action>
<action dev="vmassol" type="add">
Creation of the Cactus plugin
</action>
</release>
</body>
</document>