Edmund Urbani wrote:

Siegfried Goeschl wrote:

Hi folks,

the Maven Canoo WebTest Plugin 0.9.1 is released and can be downloaded from http://sourceforge.net/projects/maven-plugins/

+) uses XSLT instead of JSTL to generate reports
+) uses Canoo WebTest Build 543 with Groovy support
+) has a webtest:loop target to stress the webserver
+) comes with bundled Canoo WebTest JARs since the stuff is never found on IBIBLIO


I tested it using Maven 1.0-RC1 on Windows XP therefore any feedback on other environments is welcome ... :-)

Cheers,

Siegfried Goeschl

I'm just trying to update from the 0.8.1 version (which worked ok on my system). I get this error message from maven/ant when I use the new plugin:

...
[java] file:config.xml:15: Could not create task or type of type: config.
...

It seems ant is interpreting the <config ../> element within my testSpec as a task and then complains about it like this.

I'm using maven 1.0 on Debian/Unstable. Any ideads what may be causing this? Could it be an ant bug? Does this version of the plugin/webtest require some additional/different configuration?

Edmund

I eventually figured it out:
The <taskdef > element now needs to include the webtestTaskdefs.properties file as shown in the sample included with the plugin. Just defining webtest's testSpec task is not enough anymore.


Edmund


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



Reply via email to