Please download the tar ball and you need all the following jars in your class path.
| `-- lib | |-- antlr-2.7.7.jar | |-- antlr-3.1.3.jar | |-- antlr-runtime-3.1.3.jar | |-- groovy-all-1.7.0.jar | |-- json_simple-r1.jar | |-- junit-4.7.jar | |-- poi-3.0.1-FINAL.jar | |-- reportng-0.9.8.jar | |-- selenium-java-client-driver-1.0.1.jar | |-- stringtree-json-2.0.10.jar | `-- testng-5.8-jdk15.jar |-- dist | |-- selenium-server-1.0.1-te3.jar | |-- tellurium-core-0.7.0.jar | `-- tellurium-udl-0.7.0.jar Thanks, Jian On Fri, Jun 25, 2010 at 5:18 PM, Manoj Chavan <[email protected]>wrote: > Hi All, > Have been away from Tellurium for a while now and am getting back into > the > game. > I downloaded the latest jar file and using a Eclipse project (Not Maven). > When I > try to create a module groovy class and extending DslContext I am geting an > error. > > What am I missing? The error goes away when I remove the "extends > DslContext" > for the groovy class. > > Regards, > > Manoj > > --------------------- Eclipse Error.------------------------------ > > Multiple markers at this line > - The type org.stringtree.json.JSONReader cannot be resolved. It is > indirectly referenced from > > required .class files > - The type org.json.simple.JSONArray cannot be resolved. It is > indirectly > referenced from required .class > > files > > -- > 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.
