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 ------------------------------------------------------------------------------ Malware Security Report: Protecting Your Business, Customers, and the Bottom Line. Protect your business and customers by understanding the threat from malware and how it can impact your online business. http://www.accelacomm.com/jaw/sfnl/114/51427462/ _______________________________________________ Jsynthlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jsynthlib-devel
