[ptt-users] Problem translating a recorded test using translator
Ian Phillips
phillipsic at gmail.com
Fri Sep 28 00:57:51 PDT 2007
Hi.
I have installed the FF addon for recording my tests. My tests are
working as expected.
I have now installed the translator
tg4w-htmlunit-interpreter-1.1-lib-1.13 and an trying to produce
htmlunit tests.
When I run the translator I get the following errors:
./runner --input-dir=kop -t --output-dir=. --java-home=/bin/java
**************************
staring unittest server
**************************
find: illegal option -- n
find: [-H | -L] path-list predicate-list
**************************
Compiling Java..
**************************
src/translator/com/spike/tg4w/htmlunit/CachingHttpWebConnection.java:8:
package com.gargoylesoftware.htmlunit does not exist
import com.gargoylesoftware.htmlunit.HttpWebConnection;
^
src/translator/com/spike/tg4w/htmlunit/CachingHttpWebConnection.java:9:
package com.gargoylesoftware.htmlunit does not exist
import com.gargoylesoftware.htmlunit.StringWebResponse;
^
src/translator/com/spike/tg4w/htmlunit/CachingHttpWebConnection.java:10:
package com.gargoylesoftware.htmlunit does not exist
import com.gargoylesoftware.htmlunit.WebClient;
<SNIP>
src/translator/com/spike/tg4w/htmlunit/HtmlUnitInterpreter.java:781:
cannot find symbol
symbol : class HtmlElement
location: class com.spike.tg4w.htmlunit.HtmlUnitInterpreter
HtmlElement e2check =
(HtmlElement) list.get(el);
^
100 errors
ERROR: error compiling java
I have searched the forum and cannot find anything that helps. Is
this a configuration problem?
Thanks
Ian
More information about the Users
mailing list