Siegfried Goeschl <[EMAIL PROTECTED]> writes: > > Hi folks, > > to look a little bit closer at testing mobile application I try to set > up an Eclipse project for Canoo WebTest to keep me going > > I added the following JARs to the Eclipse project > > +) servlet-2.3jar > +) rmock-2.0.0-rc-5.jar > +) easymock-2.0.jar > > But the compile fails with "The import org.easymock.ParameterMatcher". > > I also check easymock-1.3.jar but it also does not contain a > ParameterMatcher - am I on the right track? > > Thanks in advance > > Siegfried Goeschl >
Hi Siegfried, as long as we don't use maven (perhaps can you help to "migrate" ;-)), there is no automatic way to generate a config file for your IDE. You will need to add manually the jars from lib and suborders to your build path. Why do you want to add other jars to your build path? Marc. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

