What version of Eclipse you are using? For Eclipse 3.3 I had to add the groovy nature to the project so that Eclipse can compile groovy files. I am not sure if it is still valid for the newer version of Eclipse.
You can also try the community edition of IntelliJ which works better than eclipse with Maven and Groovy. The instructions on setting up an IntelliJ Tellurium project are on the following location. http://code.google.com/p/aost/wiki/CustomTelluriumIntelliJProject Thanks Haroon On 15 July 2010 12:28, GK <[email protected]> wrote: > Groovy file is not compiling in Eclipse When I use "import > org.telluriumsource.dsl.DslContext". but same file compiling correctly > for "importing org.tellurium.dsl.DslContext". I have added the below > jar files to eclipse reference library. > > tellurium-core-0.8.0-20100713.152459-22.jar > tellurium-core-0.7.jar > > Please help me on this issue. > > -- > 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.
