From: Joe E. <jo...@em...> - 2011-09-10 13:25:22
|
So, I finally got rid of all of the compile-time errors from my refactored code... and now I'm getting this error at the end of the compile: > java.lang.NoSuchMethodError: > org.codehaus.groovy.control.CompilationUnit.<init>(Lorg/codehaus/groovy/control/CompilerConfiguration;Ljava/security/CodeSource;Lgroovy/lang/GroovyClassLoader;)V > at > org.jetbrains.groovy.compiler.rt.GroovycRunner$4.<init>(GroovycRunner.java:375) > at > org.jetbrains.groovy.compiler.rt.GroovycRunner.createCompilationUnit(GroovycRunner.java:375) > at > org.jetbrains.groovy.compiler.rt.GroovycRunner.main(GroovycRunner.java:123) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > com.intellij.rt.execution.CommandLineWrapper.main(CommandLineWrapper.java:75) I tried compiling trunk and I also get this error. I even tried the latest copy of the groovy JAR and I get this. I'm using Jetbrains IDEA as my IDE. Any thoughts? - Joe |