Strangely I am not having any compile-time error but while running the application I am getting NoClassDefFound error for Groovy classes.
I am using Eclipse 3.6 with Groovy 2.7.0 plugin. I have Groovy 1.8.5 installed on my machine and groovy-all.jar is in my classpath of application.
I can see all the groovy files in WEB-INF/classes folder with .groovy extension not with .class extension.
What I am missing here?