From: Eric P. <de...@us...> - 2005-06-03 17:40:23
|
dep4b 05/06/03 10:40:12 Modified: webtest project.xml webtest/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.1 Revision Changes Path 1.22 +20 -35 maven-plugins/webtest/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- project.xml 18 Mar 2005 20:25:57 -0000 1.21 +++ project.xml 3 Jun 2005 17:40:11 -0000 1.22 @@ -3,35 +3,40 @@ <project> <extend>${basedir}/../plugin-project.xml</extend> <!--pomVersion is in parent --> + <id>maven-webtest-plugin</id> <name>Canoo WebTest Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.1-SNAPSHOT</currentVersion> + + <currentVersion>1.1</currentVersion> <!-- organization is in parent --> + <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> + <description>Maven Plugin for Canoo WebTest</description> <shortDescription>Maven Plugin for Canoo WebTest</shortDescription> <!-- issue tracking url, siteAddress are in parent --> + <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/</siteDirectory> <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/distributions/</distributionDirectory> - <repository> <connection>scm:cvs:pserver:wd...@cv...:/cvsroot/maven-plugins:maven-plugins/webtest</connection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/webtest/</url> </repository> - <versions> <version> <id>1.0</id> <name>1.0</name> <tag>MAVEN_WEBTEST_PLUGIN_1_0</tag> - </version> + </version> + <version> + <id>1.1</id> + <name>1.1</name> + <tag>MAVEN_WEBTEST_PLUGIN_1_1</tag> + </version> </versions> - - <branches> - </branches> - + <branches></branches> <!-- mailingLists are in parent --> <developers> @@ -60,7 +65,7 @@ <roles> <role>Software Developer</role> </roles> - </developer> + </developer> <developer> <name>Vincent Massol</name> <id>vmassol</id> @@ -70,7 +75,7 @@ <role>Software Developer</role> </roles> </developer> - <developer> + <developer> <name>Willie Vu</name> <id>willievu</id> <email>wil...@ya...</email> @@ -79,108 +84,90 @@ </roles> </developer> </developers> - <dependencies> <dependency> <groupId>commons-jelly</groupId> <artifactId>commons-jelly-tags-interaction</artifactId> <version>1.0</version> - </dependency> - + </dependency> <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> <version>1.5.2</version> <url>http://jakarata.apache.org/ant</url> </dependency> - <dependency> <groupId>ant</groupId> <artifactId>ant-optional</artifactId> <version>1.5.2</version> <url>http://jakarata.apache.org/ant</url> </dependency> - <dependency> <groupId>asm</groupId> <artifactId>asm</artifactId> <version>1.4.1</version> </dependency> - <dependency> - <groupId>commons-cli</groupId> - <artifactId>commons-cli</artifactId> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> <version>1.0</version> <url>http://jakarta.apache.org/commons/cli/index.html</url> </dependency> - <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.4</version> <url>http://www.dom4j.org</url> </dependency> - <dependency> <groupId>groovy</groupId> <artifactId>groovy</artifactId> <version>1.0-beta-6</version> <url>http://groovy.codehaus.org/</url> </dependency> - <dependency> <groupId>httpunit</groupId> <artifactId>httpunit</artifactId> <version>1.6</version> - <url></url> + <url/> </dependency> - - <dependency> <groupId>jtidy</groupId> <artifactId>jtidy</artifactId> <version>4aug2000r7-dev</version> </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <url>http://www.junit.org</url> </dependency> - <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.8</version> </dependency> - <dependency> <groupId>oro</groupId> <artifactId>oro</artifactId> <version>2.0.6</version> </dependency> - <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> <version>2.5.1</version> </dependency> - <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.4.0</version> </dependency> - <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.0.b2</version> </dependency> - </dependencies> - <build> <resources> <resource> @@ -205,13 +192,11 @@ </resource> </resources> </build> - <reports> - <report>maven-changes-plugin</report> + <report>maven-changes-plugin</report> <report>maven-changelog-plugin</report> <report>maven-developer-activity-plugin</report> <report>maven-file-activity-plugin</report> <report>maven-license-plugin</report> </reports> </project> - 1.16 +38 -141 maven-plugins/webtest/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/changes.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- changes.xml 18 Mar 2005 21:41:13 -0000 1.15 +++ changes.xml 3 Jun 2005 17:40:11 -0000 1.16 @@ -1,174 +1,71 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> + <document> <properties> <title>Changes</title> <author email="sie...@it...">Siegfried Goeschl</author> </properties> - <body> - <release version="1.1" date="in CVS"> - </release> + <release version="1.1" date="2005-06-03"></release> <release version="1.0" date="2005-03-18"> - <action dev="epugh" type="upgrade"> - Upgrade to build 752 of Webtest. Mostly consists of updating jar files. - </action> - <action dev="wdsgoe" type="fix" due-to="David Gerber"> - Fixed anchors in the XSLT - </action> - <action dev="wdsgoe" type="fix" due-to="Krystian Nowak"> - Hopefully fixed passing emtpy parameters to ANT on UNIX. - </action> - <action dev="epugh" type="upgrade" due-to="Matt Raible"> - Upgrade to build 733 of Webtest. Mostly consists of updating jar files. - </action> - <action dev="epugh" type="add"> - Add the ability to supply a list of extra systemproperties (maven.webtest.sysproperties) that - are passed into the Ant task. Any empty system properties will cause a prompt first to supply - the data. - </action> - <action dev="epugh" type="fix"> - Fix link to generated report when running maven site. - </action> + <action dev="epugh" type="upgrade">Upgrade to build 752 of Webtest. Mostly consists of updating jar files.</action> + <action dev="wdsgoe" type="fix" due-to="David Gerber">Fixed anchors in the XSLT</action> + <action dev="wdsgoe" type="fix" due-to="Krystian Nowak">Hopefully fixed passing emtpy parameters to ANT on UNIX.</action> + <action dev="epugh" type="upgrade" due-to="Matt Raible">Upgrade to build 733 of Webtest. Mostly consists of updating jar files.</action> + <action dev="epugh" type="add">Add the ability to supply a list of extra systemproperties (maven.webtest.sysproperties) that are passed into the Ant task. Any empty system properties will cause a prompt first to supply the data.</action> + <action dev="epugh" type="fix">Fix link to generated report when running maven site.</action> </release> <release version="0.9.1" date="2004-10-28"> - <action dev="wdsgoe" type="update"> - Updated to Canoo WebTest 543 - </action> - <action dev="wdsgoe" type="update"> - Shipping the custom Canoo WebTest libraries as plugin-resources since the can't be uploaded to IBIBLIOP - </action> - <action dev="wdsgoe" type="update"> - Removed the special handling for ANT targets in the JELLY script - hope this still works on UNIX?! - </action> + <action dev="wdsgoe" type="update">Updated to Canoo WebTest 543</action> + <action dev="wdsgoe" type="update">Shipping the custom Canoo WebTest libraries as plugin-resources since the can't be uploaded to IBIBLIOP</action> + <action dev="wdsgoe" type="update">Removed the special handling for ANT targets in the JELLY script - hope this still works on UNIX?!</action> </release> - <release version="0.9.0" date="2004-08-10"> - <action dev="wdsgoe" type="update"> - Dropping JSTL in favour for XSLT and the the available XSL templates from Canoo - </action> - <action dev="wdsgoe" type="add"> - Added a webtest:loop target - </action> + <action dev="wdsgoe" type="update">Dropping JSTL in favour for XSLT and the the available XSL templates from Canoo</action> + <action dev="wdsgoe" type="add">Added a webtest:loop target</action> </release> - <release version="0.8" date="2003-08-01"> - <action dev="wdsgoe" type="fix"> - Fixed empty target problem with the ANT invocation - under UNIX/LINUX - </action> + <action dev="wdsgoe" type="fix">Fixed empty target problem with the ANT invocation under UNIX/LINUX</action> </release> - <release version="0.7" date="2003-07-18"> - <action dev="wdsgoe" type="update"> - Got the plugin working for Maven B10. - </action> - <action dev="wdsgoe" type="update"> - Dropped the finishing time of sumamry report - since it is redundant and just use precious - space - </action> - <action dev="wdsgoe" type="update"> - Extended the individual test report to show - the parameters of the test steps. The generated - HTML report now contains all the information - of the original XSLT report apart from the - html parser warnings. - </action> + <action dev="wdsgoe" type="update">Got the plugin working for Maven B10.</action> + <action dev="wdsgoe" type="update">Dropped the finishing time of sumamry report since it is redundant and just use precious space</action> + <action dev="wdsgoe" type="update">Extended the individual test report to show the parameters of the test steps. The generated HTML report now contains all the information of the original XSLT report apart from the html parser warnings.</action> </release> - <release version="0.6" date="2003-01-3"> - <action dev="wdsgoe" type="fix"> - Using current versions of Canoo Webtest, NekoHtml und XERCES - </action> - <action dev="wdsgoe" type="fix"> - Removed feature in plugin.jelly wich allows to add a JAR - into ANT's classpath using JAR id for the local repository. - Not defining anything resulted to adding all Jars of the - local repository - </action> - <action dev="wdsgoe" type="add"> - Added more detailed information how to use Canoo Webtest with - SSL - </action> + <action dev="wdsgoe" type="fix">Using current versions of Canoo Webtest, NekoHtml und XERCES</action> + <action dev="wdsgoe" type="fix">Removed feature in plugin.jelly wich allows to add a JAR into ANT's classpath using JAR id for the local repository. Not defining anything resulted to adding all Jars of the local repository</action> + <action dev="wdsgoe" type="add">Added more detailed information how to use Canoo Webtest with SSL</action> </release> - <release version="0.6" date="2003-01-3"> - <action dev="wdsgoe" type="fix"> - Using current versions of Canoo Webtest, NekoHtml und XERCES - </action> - <action dev="wdsgoe" type="fix"> - Removed feature in plugin.jelly wich allows to add a JAR - into ANT's classpath using JAR id for the local repository. - Not defining anything resulted to adding all Jars of the - local repository - </action> - <action dev="wdsgoe" type="add"> - Added more detailed information how to use Canoo Webtest with - SSL - </action> + <action dev="wdsgoe" type="fix">Using current versions of Canoo Webtest, NekoHtml und XERCES</action> + <action dev="wdsgoe" type="fix">Removed feature in plugin.jelly wich allows to add a JAR into ANT's classpath using JAR id for the local repository. Not defining anything resulted to adding all Jars of the local repository</action> + <action dev="wdsgoe" type="add">Added more detailed information how to use Canoo Webtest with SSL</action> </release> - <release version="0.5" date="2002-12-30"> - <action dev="wdsgoe" type="add"> - Added a "maven.webtest.target" property fo define a - target to be executed - </action> - <action dev="wdsgoe" type="add"> - Added a few Canoo Webtest samples - </action> - <action dev="wdsgoe" type="add"> - The default target "webtest" does everything now - </action> + <action dev="wdsgoe" type="add">Added a "maven.webtest.target" property fo define a target to be executed</action> + <action dev="wdsgoe" type="add">Added a few Canoo Webtest samples</action> + <action dev="wdsgoe" type="add">The default target "webtest" does everything now</action> </release> - <release version="0.4" date="2002-11-12"> - <action dev="wdsgoe" type="fix"> - Not inlcuding the project dependencies when calling ANT. - This should avoid clashes with the various Xerces on this - planet + <action dev="wdsgoe" type="fix">Not inlcuding the project dependencies when calling ANT. This should avoid clashes with the various Xerces on this planet</action> + <action dev="wdsgoe" type="add">Since the project dependencies are not longer included a new property + <b>maven.webtest.jar.include</b>is used tpo selectively import JARs from the project. The property contains a comma seperated list of JAR ids to add JARs defined in the project.xml </action> - <action dev="wdsgoe" type="add"> - Since the project dependencies are not longer included a - new property <b>maven.webtest.jar.include</b> is used - tpo selectively import JARs from the project. The property - contains a comma seperated list of JAR ids to add JARs - defined in the project.xml - </action> - <action dev="wdsgoe" type="add"> - Using HttpUnit 1.5 instead of 1.4.1 - </action> - <action dev="wdsgoe" type="add"> - Using NeckoHTML instead of JTidy due to HttpUnit 1.5 - </action> + <action dev="wdsgoe" type="add">Using HttpUnit 1.5 instead of 1.4.1</action> + <action dev="wdsgoe" type="add">Using NeckoHTML instead of JTidy due to HttpUnit 1.5</action> </release> - <release version="0.3" date="2002-10-24"> - <action dev="wdsgoe" type="fix"> - Removed XALAN from the ANT classpath since it was not needed - </action> - <action dev="wdsgoe" type="add"> - Using images for the result of a webtest - </action> - <action dev="wdsgoe" type="add"> - Added number of executed tests to summary report - </action> + <action dev="wdsgoe" type="fix">Removed XALAN from the ANT classpath since it was not needed</action> + <action dev="wdsgoe" type="add">Using images for the result of a webtest</action> + <action dev="wdsgoe" type="add">Added number of executed tests to summary report</action> </release> - <release version="0.2" date="2002-10-24"> - <action dev="wdsgoe" type="add"> - Retrieving the required JARs from project.xml - </action> - <action dev="wdsgoe" type="add"> - Provided properties to add additional JARs for executing ANT - </action> + <action dev="wdsgoe" type="add">Retrieving the required JARs from project.xml</action> + <action dev="wdsgoe" type="add">Provided properties to add additional JARs for executing ANT</action> </release> - <release version="0.1" date="2002-10-18"> - <action dev="wdsgoe" type="add"> - Initial plugin created - </action> + <action dev="wdsgoe" type="add">Initial plugin created</action> </release> - </body> </document> - |