After following all the steps in the wiki, if the red icon still appears, do the following:
1. Right click on the project-> select Properties 2. Click on Java Build Path -> select Libraries 3. Click on Groovy Libraries and then click on Remove button 4. Right click on the project ->Select Groovy->Import Groovy Libs into Project Wait for the process to finish and you will see the red icon disappear. Hope this can help. Thuha On Nov 25, 8:31 am, [EMAIL PROTECTED] wrote: > Sorry, just noticed that you are working on the testng reference > project. The steps are almost the same as the JUnit reference, except > that you need the TestNG eclipse plugin. Please read the section "The > tellurium-testng-java Sub-Project" on the wiki page > > http://code.google.com/p/aost/wiki/ReferenceProjectGuide > > Thanks, > > Jian > > On Nov 25, 10:40 am, [EMAIL PROTECTED] wrote: > > > Just like building a Java project. Build the project and then click > > on > > your Java test class and use "runas JUnit" to run the test cases. > > Please > > follow the guide on the wiki page: > > >http://code.google.com/p/aost/wiki/TelluriumReferenceProjectEclipseSetup > > > Thanks, > > > Jian > > > On Nov 25, 5:23 am, boraldomaster <[EMAIL PROTECTED]> wrote: > > > > I do have plugin for Eclipse. How should I build project then? > > > > On Nov 24, 4:23 pm, Matt Senter <[EMAIL PROTECTED]> wrote: > > > > > You will also need to make sure you have a maven plugin for Eclipse > > > > like the one at m2eclipse.sonatype.org. Keep in mind that Eclipse+Maven > > > > +Groovy is an absolute nightmare. =) That's why we use IntelliJ. > > > > > -Matt > > > > > On Nov 24, 2008, at 5:13 AM, Haroon Rasheed wrote: > > > > > > Did you install the Groovy plugin for Eclipse?? the other thing is > > > > > make sure that you add groovy nature to the project. If you have > > > > > done all this, then try the following. > > > > > > Change the GoogleSearch/binto GoogleSearch/bin-groovy > > > > > > Cheers, > > > > > Haroon > > > > > > On Mon, Nov 24, 2008 at 10:27 AM, boraldomaster <[EMAIL PROTECTED] > > > > > > wrote: > > > > > > I checked > > > > > outhttp://aost.googlecode.com/svn/trunk/reference-projects/tellurium-tes... > > > > > and groovy plugin. > > > > > > But project is red. > > > > > All groovy classes (from org.tellurium.module package for instance) > > > > > are not compiled and TestCases that use them contain error like this: > > > > > > The import org.tellurium.module.TelluriumProjectPage cannot be > > > > > resolved. > > > > > > Besides, on the image in wiki > > > > >http://tellurium-users.googlegroups.com/web/eclipsetjj6.png?gda=-tk2n... > > > > > we see in package explorer for the project "Groovy libraries" item. My > > > > > project doesn't contain it. > > > > > > What I did wrong? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
