strange as both classes are in the same jar file. Or maybe an idea: which JDK do you use? The one from Sun. If I correctly remember some sun specific classes have been used for a long time, that are only available in Sun JDK. If you start your build with -debug, perhaps will you see that the class causing problem is not TableNotFound but some com.sun....
In all cases, I recommend to upgrade to the latest build. Marc. Sascha Wirfler wrote: > Hi there, > > yesterday i experienced a strange problem running webtest on a SUSE system: > > > BUILD FAILED > /home/xxx/yyy/webtests/zzz/localConfig.xml:37: The following error > occurred while executing this line: > /home/xxx/yyy/webtests/zzz/modules/taskdef.xml:22: taskdef A class > needed by class com.canoo.webtest.extension.StoreDigest cannot be found: > com/canoo/webtest/steps/locator/TableNotFound > > > Error occured on both SUSE 10.2 and 10.0. (Java 1.5.0). > > The used webtest package (R_1365) runs on Windows, Ubuntu and Fedora > without any problems (= exactly the same files). > > > Any ideas? > > Thanks in advance, > Sascha > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

