Hi Kristin, If you use Tellurium 0.7.0 release, you need to use package org.telluriumsource instead of org.tellurium. Also, TelluriumJavaTestCase is depreciated and you could use TelluriumJUnitTestCase instead. Please read "What's New in Tellurium 0.7.0" at
http://code.google.com/p/aost/wiki/Tellurium070Update I would suggestion you download the 0.7.0 tar ball from our project site, then use Eclipse to open up one of the reference projects, for example, ui-examples. If you don't use Maven, you need to copy the dependent jars, tellurium-udl.jar, and tellurium-core.jar in the tar ball to the project lib directory and then add to your Eclipse project class path. Thanks, Jian On Tue, Jun 8, 2010 at 4:31 PM, kamundse <[email protected]> wrote: > Yes, I have tried building the project and the error that it cannot > resolve org.tellurium continues as well as 3 other errors where the > code is using classes from that package (such as > TelluriumJavaTestCase) which are not available. > > I have downloaded the Groovy plugin. I followed every step listed in > the how to and also went as far as to completely wipe-out, download > (all the current versions) and reinstall Eclipse, Groovy, Subclipse, > and Tellurium (and the Selenium RC jar which is also needed but not > included in the steps in the how to but used in the step where you add > External Jars to the project -- the instructions on the how to need a > few updates). The class that cannot be found is TelluriumJavaTestCase > and I assume that is in org.tellurium.test.java.* which is what it > cannot resolve. But, as I said before, my Groovy class in the same > project, same package, is able to resolve that. Only the Java class > cannot. This does not make sense if it is a classpath issue unless > there is something special about Groovy that it knows to look > additional places that the Java class does not. This is why I posted > the question. I am not familiar enough with Groovy to know why the > Groovy class sees this package but the Java class cannot. > > Thanks, > > -Kristin > > -- > 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]<tellurium-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tellurium-users?hl=en. > > -- 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.
