23 messages in com.canoo.lists.webtestRe: [Webtest] what are the canoo webt...
FromSent OnAttachments
Scot Hale25 Feb 2003 16:54 
Goeschl Siegfried27 Feb 2003 01:11 
Scot Hale27 Feb 2003 08:51 
Goeschl Siegfried27 Feb 2003 08:52 
Scot Hale27 Feb 2003 10:07 
Goeschl Siegfried27 Feb 2003 10:26 
Scot Hale27 Feb 2003 11:06 
Goeschl Siegfried27 Feb 2003 11:55 
Scot Hale27 Feb 2003 13:13 
Scot Hale27 Feb 2003 13:37 
Siegfried Göschl28 Feb 2003 02:17 
Aatish Arora05 Mar 2003 04:30 
Dierk Koenig13 Mar 2003 11:00 
Jitendra Joshi14 Mar 2003 03:56 
Goeschl Siegfried14 Mar 2003 04:10 
Dierk Koenig localhost14 Mar 2003 06:24 
Healey, Thomas14 Mar 2003 13:45 
Dierk Koenig localhost17 Mar 2003 04:06 
Healey, Thomas17 Mar 2003 09:09 
Healey, Thomas17 Mar 2003 09:20 
Healey, Thomas17 Mar 2003 09:37.txt
Christian Sell18 Mar 2003 00:17 
Dierk Koenig localhost18 Mar 2003 01:00 
Subject:Re: [Webtest] what are the canoo webtest jar versions and names ?
From:Scot Hale (hal@hotmail.com)
Date:02/27/2003 08:51:13 AM
List:com.canoo.lists.webtest

I have been trying to get it to work but I was running into a xerces exception.
My coworker tried it and he got another exception. We were both using maven beta
7 though. I will give it a try again today and give the details if it doesn't
work. ----- Original Message ----- From: Goeschl Siegfried To: webt@lists.canoo.com Sent: Thursday, February 27, 2003 1:11 AM Subject: RE: [Webtest] what are the canoo webtest jar versions and names ?

Hi Scot,

Below is the code snippet of the project.xml of the Maven Canoo Webtest Plugin
using a patched Canoo Webtest Build 256. BTW I'm a bit puzzled why anyone tries
to get Canoo Webtest running with Maven since a plugin already exists .... is
the Canoo Webtest plugin that bad?!

<dependencies> <dependency> <id>ant</id> <version>1.5</version> <properties> <classloader>maven.root</classloader> </properties> </dependency> <dependency> <id>ant+optional</id> <version>1.5</version> <properties> <classloader>maven.root</classloader> </properties> </dependency> <dependency> <id>dom4j</id> <version>1.3</version> <properties> <classloader>maven.root</classloader> </properties> </dependency> <dependency> <id>httpunit</id> <version>1.5</version> <properties> <classloader>maven.root</classloader> </properties> </dependency> <dependency> <id>junit</id> <version>3.8.1</version> <properties> <classloader>maven.root</classloader> </properties> </dependency> <dependency> <id>nekohtml</id> <version>0.6.5</version> <properties> <classloader>maven.root</classloader> </properties> </dependency> <dependency> <id>oro</id> <version>2.0.6</version> <properties> <classloader>maven.root</classloader> </properties> </dependency> <dependency> <id>servletapi</id> <version>2.3</version> <properties> <classloader>maven.root</classloader> </properties> </dependency> <dependency> <id>xalan</id> <version>2.3.1</version> <properties> <classloader>maven.root</classloader> </properties> </dependency> <dependency> <id>xercesImpl</id> <version>2.0.2</version> <properties> <classloader>maven.root</classloader> </properties> </dependency> <dependency> <id>xml-apis</id> <version>1.0.b2</version> <properties> <classloader>maven.root</classloader> </properties> </dependency>

Siegfried Goeschl

-----Original Message----- From: Scot Hale [mailto:hal@hotmail.com] Sent: Wednesday, February 26, 2003 1:55 AM To: webt@lists.canoo.com Subject: [Webtest] what are the canoo webtest jar versions and names ?

I am trying to get canoo webtest to run under maven. In order to do this I need
to which versions of the jar files that webtest uses, so that maven can go out
to http://www.ibiblio.org/maven/ to find them, and they won't take up space in
CVS. I am guessing, and ended up just copying canoo's webtest jars to a file
server becuase I could figure it out. Can someone verify if these are the
correct versions and/or fill in the blanks?

Tidy.jar --> jtidy-4aug2000r7-dev? (this is the only one I could find) ant.jar --> I am using 1.5.1. Is this okay? antrunner.jar --> Is this also a webtest jar? dom4j-1.3-full.jar --> Is this different from dom4j-1.3 ? httpunitWithJTidy.jar --> httpunit-1.4.6? (I noticed 1.5.1 is out) jakarta-ant-1.4-optional.jar --> is 1.5.1 okay? jakarta-oro-2.0.4.jar --> oro-2.0.4 (fairly obvious) jcert.jar --> jcert-1.0.2 (sun) jnet.jar --> jnet-1.0.2 (sun) js.jar --> rhino-1.5R4-RC3? (this is the most recent one I could find) jsse.jar --> jsse-1.0.2 (sun)? junit_3.7.jar --> is junit-3.8.1 okay? servlet.jar --> servletapi-2.3 webtest.jar --> latest and greatest xalan.jar --> xalan-2.0.1 ? xercesImpl.jar --> ??? xmlParserAPIs.jar --> ???