Have you tried to run "build the project" and see what happens?

Since you can compile Groovy files, I assume you have downloaded the Groovy
plugin for Eclipse
and set it up correctly. Are the classes that cannot be found in the
tellurium-core.jar or in your
own project? If it is the former case, then it looks like a class path
issue. If in your own project,
please make sure that you have the correct source directory. For example, if
you have

src/main/java/org/telluriumsource/..

code structure, the source directory should be src/main/java, not src/.

If it still not work, please zip your sample project and send it to my email
account [email protected].
I will take a look.

Thanks,

Jian



On Mon, Jun 7, 2010 at 8:22 PM, kamundse <[email protected]> wrote:

> 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]<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.

Reply via email to