[Webtest] what are the canoo webtest jar versions and names ?

Scot Hale webtest@lists.canoo.com
Thu, 27 Feb 2003 11:06:24 -0800


Cool Thanks! (the url should be added to the plugin site)

I downloaded that plugin, and went to the plugin directory and typed "maven 
webtest -X"  as documented on the website.  I added the verbose for 
debugging.  Here is the output :
__  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|   v. 1.0-beta-8


[DEBUG] Adding reference: maven.dependency.classpath -> 
C:\project\maven-1.0-beta-8\repository\ant\jars\ant-1.5.jar;C:\project\maven-1.0-beta-8\repository\ant\jars\ant-optional-1.5.jar;C:\project\maven-1.0-beta-8\repository\dom4j\jars\dom4j-1.3.jar;C:\project\maven-1.0-beta-8\repository\httpunit\jars\httpunit-1.5.jar;C:\project\maven-1.0-beta-8\repository\junit\jars\junit-3.8.1.jar;C:\project\maven-1.0-beta-8\repository\nekohtml\jars\nekohtml-0.6.5.jar;C:\project\maven-1.0-beta-8\repository\oro\jars\oro-2.0.6.jar;C:\project\maven-1.0-beta-8\repository\servletapi\jars\servletapi-2.3.jar;C:\project\maven-1.0-beta-8\repository\xalan\jars\xalan-2.3.1.jar;C:\project\maven-1.0-beta-8\repository\xercesImpl\jars\xercesImpl-2.0.2.jar;C:\project\maven-1.0-beta-8\repository\xml-apis\jars\xml-apis-1.0.b2.jar
[DEBUG] Adding reference: maven-classpath ->
Attempting to download xercesImpl-2.0.2.jar.
[DEBUG] Adding reference: maven.dependency.classpath -> 
C:\project\maven-1.0-beta-8\repository\ant\jars\ant-1.5.jar;C:\project\maven-1.0-beta-8\repository\ant\jars\ant-optional-1.5.jar;C:\project\maven-1.0-beta-8\repository\dom4j\jars\dom4j-1.3.jar;C:\project\maven-1.0-beta-8\repository\httpunit\jars\httpunit-1.5.jar;C:\project\maven-1.0-beta-8\repository\junit\jars\junit-3.8.1.jar;C:\project\maven-1.0-beta-8\repository\nekohtml\jars\nekohtml-0.6.5.jar;C:\project\maven-1.0-beta-8\repository\oro\jars\oro-2.0.6.jar;C:\project\maven-1.0-beta-8\repository\servletapi\jars\servletapi-2.3.jar;C:\project\maven-1.0-beta-8\repository\xalan\jars\xalan-2.3.1.jar;C:\project\maven-1.0-beta-8\repository\xercesImpl\jars\xercesImpl-2.0.2.jar;C:\project\maven-1.0-beta-8\repository\xml-apis\jars\xml-apis-1.0.b2.jar
[DEBUG] Adding reference: maven-classpath ->
Total time:  3 seconds

java.lang.ClassNotFoundException: xml
        at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
        at 
org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:1039)
        at 
org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java:647)
        at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown 
Source)
        at 
org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown 
Source)
        at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
Source)
        at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown 
Source)
        at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
        at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
        at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at 
org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:320)
        at 
org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:207)
        at 
org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:174)
        at org.apache.maven.jelly.JellyUtils.runScript(JellyUtils.java:111)
        at org.apache.maven.jelly.JellyUtils.runScript(JellyUtils.java:139)
        at 
org.apache.maven.plugin.PluginManager.loadPlugin(PluginManager.java:673)
        at 
org.apache.maven.plugin.PluginManager.prepForGoal(PluginManager.java:475)
        at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:367)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:360)
        at org.apache.maven.cli.App.doMain(App.java:518)
        at org.apache.maven.cli.App.main(App.java:1074)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at com.werken.forehead.Forehead.run(Forehead.java:543)
        at com.werken.forehead.Forehead.main(Forehead.java:573)
java.lang.ClassNotFoundException: xml
        at 
org.apache.commons.jelly.parser.XMLParser.createSAXException(XMLParser.java:1225)
        at 
org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:1044)
        at 
org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java:647)
        at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown 
Source)
        at 
org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown 
Source)
        at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
Source)
        at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown 
Source)
        at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
        at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
        at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at 
org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:320)
        at 
org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:207)
        at 
org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:174)
        at org.apache.maven.jelly.JellyUtils.runScript(JellyUtils.java:111)
        at org.apache.maven.jelly.JellyUtils.runScript(JellyUtils.java:139)
        at 
org.apache.maven.plugin.PluginManager.loadPlugin(PluginManager.java:673)
        at 
org.apache.maven.plugin.PluginManager.prepForGoal(PluginManager.java:475)
        at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:367)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:360)
        at org.apache.maven.cli.App.doMain(App.java:518)
        at org.apache.maven.cli.App.main(App.java:1074)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at com.werken.forehead.Forehead.run(Forehead.java:543)
        at com.werken.forehead.Forehead.main(Forehead.java:573)
java.lang.ClassNotFoundException: xml
        at 
org.apache.commons.jelly.parser.XMLParser.createSAXException(XMLParser.java:1225)
        at 
org.apache.commons.jelly.parser.XMLParser.createSAXException(XMLParser.java:1247)
        at 
org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:1090)
        at 
org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java:647)
        at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown 
Source)
        at 
org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown 
Source)
        at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
Source)
        at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown 
Source)
        at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
        at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
        at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at 
org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:320)
        at 
org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:207)
        at 
org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:174)
        at org.apache.maven.jelly.JellyUtils.runScript(JellyUtils.java:111)
        at org.apache.maven.jelly.JellyUtils.runScript(JellyUtils.java:139)
        at 
org.apache.maven.plugin.PluginManager.loadPlugin(PluginManager.java:673)
        at 
org.apache.maven.plugin.PluginManager.prepForGoal(PluginManager.java:475)
        at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:367)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:360)
        at org.apache.maven.cli.App.doMain(App.java:518)
        at org.apache.maven.cli.App.main(App.java:1074)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at com.werken.forehead.Forehead.run(Forehead.java:543)
        at com.werken.forehead.Forehead.main(Forehead.java:573)

Scot Hale





----Original Message Follows----
From: "Goeschl Siegfried" <S.Goeschl@together.at>
Reply-To: webtest@lists.canoo.com
To: <webtest@lists.canoo.com>
Subject: RE: [Webtest] what are the canoo webtest jar versions and names ?
Date: Thu, 27 Feb 2003 19:26:36 +0100

Please try the binary release from 
http://sourceforge.net/projects/maven-plugins/ - it is version 0.5 labeled 
in CVS.

Siegfried Goeschl

-----Original Message-----
From: Scot Hale [mailto:halesm@hotmail.com]
Sent: Thursday, February 27, 2003 7:08 PM
To: webtest@lists.canoo.com
Subject: RE: [Webtest] what are the canoo webtest jar versions and names ?



Siegfried,

Is there a place I can download the binary release of the maven plugin?  I 
have been building it from cvs.

For the time being, which should I use?  The Head or the branch  
maven-webtest-plugin-0-5-0?

----Original Message Follows----
From: "Goeschl Siegfried"
Reply-To: webtest@lists.canoo.com
To:
Subject: RE: [Webtest] what are the canoo webtest jar versions and names ?
Date: Thu, 27 Feb 2003 17:53:03 +0100
MIME-Version: 1.0
Received: from mail.canoo.com ([212.232.176.82]) by 
mc3-f13.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Thu, 27 Feb 
2003 08:54:16 -0800
Received: from dns.canoo.com (localhost [127.0.0.1])by mail.canoo.com 
(Postfix) with ESMTPid 4B79357DA4; Thu, 27 Feb 2003 17:54:04 +0100 (CET)
Received: from t001s6.T001D.togteam.at (unknown [194.112.232.100])by 
mail.canoo.com (Postfix) with ESMTP id 29D6357D8Dfor ; Thu, 27 Feb 2003 
17:53:05 +0100 (CET)
X-Message-Info: dHZMQeBBv44lPE7o4B5bAg==
Delivered-To: webtest@lists.canoo.com
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
Message-ID: <5C0D1D9F3269B349AF689E1DBDCE20FF22C094@t001s6.t001d.togteam.at>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Sender: webtest-admin@lists.canoo.com
Errors-To: webtest-admin@lists.canoo.com
X-BeenThere: webtest@lists.canoo.com
X-Mailman-Version: 2.0.6
Precedence: bulk
List-Help:
List-Post:
List-Subscribe: ,
List-Id: Canoo WebTest Interest List
List-Unsubscribe: ,
List-Archive:
Return-Path: webtest-admin@dns.canoo.com
X-OriginalArrivalTime: 27 Feb 2003 16:54:18.0323 (UTC) 
FILETIME=[DE1A2230:01C2DE80]
Eric Pugh had problems with XERCES as well, I think the stemmed from using 
DBUnit with the ANT scripts. Problem is people complain but don't tell me if 
they got it working or just drop the tool ....
Siegfried Goeschl
-----Original Message-----
From: Scot Hale [mailto:halesm@hotmail.com]
Sent: Thursday, February 27, 2003 5:52 PM
To: webtest@lists.canoo.com
Subject: Re: [Webtest] what are the canoo webtest jar versions and names ?
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: webtest@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?!
ant
1.5
maven.root
ant+optional
1.5
maven.root
dom4j
1.3
maven.root
httpunit
1.5
maven.root
junit
3.8.1
maven.root
nekohtml
0.6.5
maven.root
oro
2.0.6
maven.root
servletapi
2.3
maven.root
xalan
2.3.1
maven.root
xercesImpl
2.0.2
maven.root
xml-apis
1.0.b2
maven.root
Siegfried Goeschl
-----Original Message-----
From: Scot Hale [mailto:halesm@hotmail.com]
Sent: Wednesday, February 26, 2003 1:55 AM
To: webtest@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 --> ???
Scot Hale
phone: (425) 442-7970
email: halesm@hotmail.com
_____
Help STOP SPAM with the new MSN 8 and get 2 months FREE* 
_______________________________________________ WebTest mailing list 
WebTest@lists.canoo.com http://lists.canoo.com/mailman/listinfo/webtest

   _____

STOP MORE SPAM with the new MSN 8 <http://g.msn.com/8HMCENUS/2728>  and get 
2 months FREE* _______________________________________________ WebTest 
mailing list WebTest@lists.canoo.com 
http://lists.canoo.com/mailman/listinfo/webtest



_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail