I've heard that GAE now supports Groovy, but it seems the plugins don't work so well together. I'm trying to make a GAE project in eclipse that I can add Groovy Classes too...but it won't work. Everytime I try to add a Groovy Class I get the error 'Project is not a Groovy Project'. And when I go to Configure - Convert to Groovy Project, and try to integrate a Groovy class...I get the following
java.lang.NoClassDefFoundError: groovy/lang/GroovyObject
Is there any way to get these two plugins to work together?
I love the easy testing and deployment from the GAE plugin, but want to benefit from things like the XMLSlurper of groovy.