Hi Manoj, Tellurium is still built on top of Selenium at the current stage and you should be able to get familiar with Tellurium pretty soon since you are good at Selenium.
Yes, you need to use groovyc to compile groovy files. If you look at our core build.xml and you should know how to do that using Ant. For Maven, it is handled by GMaven, but GMaven still has some problem and that is why I added the maven-ant-run plugin to customize it a bit using Ant. Seems the reference project is a good starting point for you because it includes Intellij, Netbeans, and Eclipse project files as well as Ant and Maven build scripts. You can load it up using Eclipse directly once you have Groovy plugin installed. Thanks, Jian On Thu, May 14, 2009 at 5:33 AM, Manoj Chavan <[email protected]>wrote: > > > Hi John, > Thanks for point this out. The Groovy plugin did not get installed > correctly. I am using Eclipse 3.x. > I have re-installed it and will try again. Also, I downloaded the demo zip > which has what I need. I > also found out that the *.groovy needs to be compiled using "groovyc" so > will do that and see how > far I get. If I need any more help will holler .. thanks a lot.. this is a > really cool framework long needed. > I am a advocate of selenium and now once I get to experience Tellurium will > follow it religiously. > > Keep up the gr8 work. > > Manoj > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
