I am trying to implement stand alone GORM in my Java EE application. I have created a Groovy class for domain but my eclipse is not compiling it into java class and GORM is not able to find it.
I have
- Eclipse Helios
-
Groovy Eclipse Plugin installed from here
-
groovyall.jar in my lib folder
- I have Configured my project as Groovy Project.
What else I am missing here?
Have you added the Groovy nature to the project? Is the folder containing the Groovy sources marked as a source folder? Have you selected the correct Groovy version in the Groovy compiler preferences?