Did you follow these steps?
- Bring up the Project Properties. - Click on Java Build Path > Source. - Change the GoogleSearch/bin to GoogleSearch/bin-groovy. For me this resolved the problem with Eclipse when I wrote the instructions. Thanks Haroon On 8 June 2010 21:31, 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.
