From: Siegfried G. <wd...@us...> - 2004-10-28 08:52:27
|
wdsgoe 04/10/28 01:52:19 Modified: webtest/xdocs changes.xml how-to.xml index.xml properties.xml ssl.xml Log: Preparing release 0.9.1 Revision Changes Path 1.7 +10 -7 maven-plugins/webtest/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/changes.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- changes.xml 12 Oct 2004 13:25:32 -0000 1.6 +++ changes.xml 28 Oct 2004 08:52:18 -0000 1.7 @@ -7,21 +7,24 @@ <releases> - <release version="0.9.1" date="2004-08-10"> + <release version="0.9.1" date="2004-10-28"> <action dev="wdsgoe" type="update"> - Shipping the custom Canoo WebTest as plugin-resources since the can't be uploaded to IBIBLIOP + Updated to Canoo WebTest 543 </action> - <action dev="wdsgoe" type="add"> - Added a webtest:loop target + <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.1" date="2004-08-10"> + <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 + 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 + Added a webtest:loop target </action> </release> 1.7 +16 -1 maven-plugins/webtest/xdocs/how-to.xml Index: how-to.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/how-to.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- how-to.xml 12 Oct 2004 13:25:32 -0000 1.6 +++ how-to.xml 28 Oct 2004 08:52:18 -0000 1.7 @@ -21,7 +21,7 @@ <subsection name="How to run the all samples?"> <p> - Just go to the plugin directory and type "maven webtest". This + Just go to the "sample" directory of the plugin and type "maven webtest". This will execute all Canoo Webtest scripts and the resulting report is located in "target/docs/webtest-report.html" </p> @@ -54,6 +54,21 @@ HTTPUnit or Latka. </p> </subsection> + + <subsection name="Why does webtest:loop not stop at the first error?!"> + <p> + Well, this is bug since I do not explicitely set maven.webtest.config.haltonfailure + and maven.webtest.config.haltonerror to "true" to terminate the test run on the + first problems. + </p> + </subsection> + + <subsection name="How can get more/less output on my console?!"> + <p> + Nowadays Canoo WebTest use Log4J and the configuration file is located + in the ${plugin.dir}/plugin-resources/classes + </p> + </subsection> </section> 1.4 +1 -1 maven-plugins/webtest/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/index.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.xml 18 Jul 2003 09:30:01 -0000 1.3 +++ index.xml 28 Oct 2004 08:52:18 -0000 1.4 @@ -11,7 +11,7 @@ <p> This plugin integrates the <a href="http://webtest.canoo.com">Canoo WebTest</a> - for MAVEN B10 just in case you have a webserver to test + for MAVEN 1.0 just in case you have a webserver to test </p> <subsection name="Canoo Webtest Software License"> 1.4 +0 -8 maven-plugins/webtest/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/properties.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- properties.xml 18 Jul 2003 09:30:01 -0000 1.3 +++ properties.xml 28 Oct 2004 08:52:18 -0000 1.4 @@ -100,14 +100,6 @@ </td> </tr> <tr> - <td>maven.webtest.config.verbose</td> - <td>Yes</td> - <td>true</td> - <td> - Turns the verbose mode on/off - overwrite at your own risk - </td> - </tr> - <tr> <td>maven.webtest.config.saveresponse</td> <td>Yes</td> <td>true</td> 1.2 +2 -2 maven-plugins/webtest/xdocs/ssl.xml Index: ssl.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/ssl.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ssl.xml 5 Apr 2003 12:31:21 -0000 1.1 +++ ssl.xml 28 Oct 2004 08:52:18 -0000 1.2 @@ -25,12 +25,12 @@ <subsection name="Install the JSSE"> <p> - To enable SSL support in Java you need to download JSSE. Here you get + To enable SSL support in Java 1.3.x you need to download JSSE. Here you get the files "jcert.jar", "jnet.jar", "jsse.jar". </p> <p> - Copy them to the maven-webtest-x-y\jar directory. + Copy them to the maven-webtest-x-y\plugin-resources\lib directory. </p> </subsection> |