I am using Tellurium 0.7.0, downloaded today. I see in my project Properties->Java Build Path->Libraries tellurium-core-0.7.0.jar. I am still not clear why NewGoogleStartPage.groovy in the same project, same package, does not have a problem but the java class does. If it the jar was not in my project class path then shouldn't the groovy class also not find it? I also have no problem with the java class seeing the other libraries listed such as jUnit. I am not using Maven or Ant. I am just taking the steps from the how to link in my original post, which does not say anything about Maven or Ant.
Thanks, -Kristin On Jun 7, 5:13 pm, John <[email protected]> wrote: > Seems the tellurium core jar file is not in your project class path. > > Which version of Tellurium are you using? What build system are you > using, Maven or Ant? > You can try to run your build script from command line to see if the > build works fine. If it is, then > it is your project configuration problem in Eclipse. > > Thanks, > > Jian > > On Jun 7, 7:55 pm, kamundse <[email protected]> wrote: > > > Hi, > > > I am new to using Tellurium and was following the how to > > athttp://code.google.com/p/aost/wiki/CustomTelluriumEclipseProject. > > Everything was going ok (a few places where the instructions are > > possibly out of date) until I tried to make > > GoogleStartPageJavaTestCase.java. Eclipse is telling me it cannot > > resolve org.tellurium.text.java.* on the first import line. The > > groovy class has no problems with seeing it. I am not familiar enough > > with Groovy to know why this would work in that class and not in my > > java class. > > > Any ideas? > > > Thanks! -- You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en.
