I have created a local Groovy project in Eclipse.
I am now starting to build a Grails project in Eclipse, and I need to reference the Groovy project in some of my controller/service classes.
Normally with Java projects, I would just configure the project build path on the webapp project to reference my local Java project and that would be fine (or if they were both maven projects, update the webapp pom with reference to my local project artefact ID etc).
However, having added the local groovy project to the Grails build path has had no affect and I am unable to access the local Groovy classes - can anyone advise on how I can make the local project available within my Grails project?
Cheers