I just upgraded to the latest stable groovy revision (1.5) and began having problems with the JRC no longer compiling JRXML where Groovy has been chosen as the scripting language. The actual error message is:
java.lang.NoSuchMethodError: org.codehaus.groovy.control.CompilerConfiguration.setUseNewGroovy(Z)V
I dug deep enough to discover that while the method existed in Groovy 1.0, it no longer exists in Groovy 1.5.
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now