Set up the Tellurium Reference project tellurium-junit-java with Eclipse
Prerequisites
- Download Eclipse from the following location.
http://www.eclipse.org/
- Download Eclipse Groovy Plug-in from the following location.
http://dist.codehaus.org/groovy/distributions/update/
- Download Eclipse Subversion client plugin, subclipse, from the following location.
http://subclipse.tigris.org/update_1.4.x
Checkout Project tellurium-junit-java as an Eclipse Project
- Launch Eclipse and point it to your workspace.
- File > New > Other > SVN > Checkout projects from SVN
- Next > create a new repository location, type in
http://aost.googlecode.com/svn/trunk/
- Next > select Trunk/Reference-Projects/tellurium-junit-java sub-project
- Next > Check out as a project in the workspace
- Next, Project starts to check out
- Check project settings for builders
- Check project settings for Groovy project property
- Check project build path > source
- Check project build path > Libraries
- Build project > Click on any Junit tests to run
Note, sometimes, eclipse complaints that it cannot find the Groovy class imported into the Java class, you need to build the project first. If the problem is still there, you need to go to project settings > Java build path > source. Change the default output folder to another directory and then change it back to "tellurium-junit-java/bin-groovy" again. This problem should go away.
the groovy plugin for helios is http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e3.6/
"Next > select Trunk/Reference-Projects/tellurium-junit-java sub-project" should be: "Next > select Trunk/Reference-Projects/tellurium-website sub-project"