Got it fixed shortly after posting. I just instructed groovy to add itself to the class path.
Hi there,
I am trying to make an Jspresso application work in Eclipse EE (Helios) but I am getting the following errors:
1. The project was not built since its build path is incomplete. Cannot find the class file for groovy.lang.GroovyObject. Fix the build path then try building this project
2. The type groovy.lang.GroovyObject cannot be resolved. It is indirectly referenced from required .class files frontend.groovy /hello/core/src/main/dsl line 1
What I did to get here is:
1. created the project with maven
2. packaged the project with mvn package
3. imported the project into Eclipse.
4. Clicked - debug.
Many thanks for your response.
With kind regards,
JO
