I have a problem when trying to compile a project using "grails compile". I get the following error:
| Configuring classpath
| Error Error executing script Compile: startup failed:
_GrailsClasspath_groovy: 17: unable to resolve class
org.codehaus.groovy.grails.compiler.GrailsProjectCompiler
@ line 17, column 1.
I am very new with groovy/grails, but I assume this is a problem with some classpath somewhere. However, I can't find any file containing the string "GrailsProjectCompiler" in my project. I tried searching google and stackoverflow for similar problems, but the only one I found (http://grails.1312388.n4.nabble.com/Unable-to-resolve-class-org-codehaus-groovy-grails-compiler-GrailsProjectCompiler-td4641043.html) did not work for me.
Does any one have any suggestions as to what could be wrong?
Edit: Grails is version 2.3, this is Mac OS X El Capitan running JDK 1.8