2 messages in com.canoo.lists.webtestRE: [Webtest] some problems getting s...
FromSent OnAttachments
Stefan Armbruster04 Jul 2003 08:14 
Dierk Koenig04 Jul 2003 08:46 
Subject:RE: [Webtest] some problems getting started
From:Dierk Koenig (dier@canoo.com)
Date:07/04/2003 08:46:48 AM
List:com.canoo.lists.webtest

Hi Stefan,

thanx for the post. comments inline

-----Original Message----- From: webt@lists.canoo.com [mailto:webt@lists.canoo.com]On Behalf Of Stefan Armbruster Sent: Freitag, 4. Juli 2003 17:15 To: webt@lists.canoo.com Subject: [Webtest] some problems getting started .. 1) webtestTaskdefs.properties is not included in the zip file. I manually copied it from cvs to WEBTEST_HOME

Yes, with the change to the new "Custom Step" support I forgot to put this in the distribution collection. Added in latest build, i.e. it is now contained in the build zip.

2) doc/samples/installTest.xml could not find webtest.jar. I've added <fileset dir="${webtest.home}" includes="**/plain/*.jar"/> in line 38

Yes. I rearranged the build such that webtest.jar is now in the lib dir (where it obviously belongs).

3) doc/samples/installTest.xml gave this error: java.lang.NoClassDefFoundError: org/cyberneko/html/HTMLConfiguration

To solve this I downloaded the parser from http://www.apache.org/~andyc/neko/doc/html/ and put nekohtml.jar into WEBTEST_HOME/lib

Hm, this I cannot reproduce. Since neko is not used at all as long as jtidy can be found on the classpath, there should be no such problem. Maybe another classpath issue...

After fixing these 3 issues I was able to run the install test.

Sorry for the trouble and thanx a lot for your effort. Mittie