Well, if you use Tellurium 0.7.0, you must use Tellurium 0.7.0 jar files. In 0.7.0, we change the package name to org.telluriumsource, thus, please don't use jar files from versions lower than 0.7.0. Please read what's new in Tellurium 0.7.0:
http://code.google.com/p/aost/wiki/Tellurium070Update In your source file, please change the import package name to org.telluriumsource. Thanks, Jian On Fri, Jul 16, 2010 at 7:52 AM, kondalarao <[email protected]> wrote: > I am using Eclipse 3.5 version. When including (tellurium-0.4.0-u01.jar) > "import org.tellurium.dsl.DslContext" groovy file is compiling. > But when including (tellurium-core-0.7.0.jar,tellurium-udl-0.7.0.jar) > "import org.telluriumsource.dsl.DslContext > " we see that grrovy file is not compiled. > > Attaching the groovy and .java file. > > And also please let us know what are all the required files for compile & > execute the project correctly. We are using the tellurium 0.7 version. > > > kondal > > > > On Thu, Jul 15, 2010 at 7:15 PM, Jian Fang <[email protected]>wrote: > >> >> You only added one tellurium-core jar file into the class path, not both >> of them, right? >> >> For 0.7.0 release and 0.8.0 snapshot, the package name is >> "org.telluriumsource", not "org.tellurium". >> >> Thanks, >> >> Jian >> >> On Thu, Jul 15, 2010 at 7:43 AM, kondalarao <[email protected]> wrote: >> >>> Hi Haron, >>> >>> I am using Eclipse 3.5 version. Groovy files are compiling correctly when >>> I used tellurium-core-0.7.jar. But I failed to compiled same groovy file >>> using tellurium-core-0.8.0-20100713.152459-22.jar. >>> >>> GK >>> >>> >>> On Thu, Jul 15, 2010 at 5:06 PM, Haroon Rasheed <[email protected]>wrote: >>> >>>> 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]<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]<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]<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]<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.
