jdaugherty opened a new issue, #282: URL: https://github.com/apache/grails-intellij-plugin/issues/282
Good morning, I am not able to compile project using groovy eclipse compiler (groovy-eclipse-batch-2.4.3-01.jar). I get following errors `2016-12-09 16:27:01,069 [4514581] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: Caused by: java.lang.ClassNotFoundException: junit.framework.TestCase 2016-12-09 16:27:01,069 [4514581] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381) 2016-12-09 16:27:01,069 [4514581] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381) 2016-12-09 16:27:01,069 [4514581] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424) 2016-12-09 16:27:01,069 [4514581] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424) 2016-12-09 16:27:01,069 [4514581] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357) 2016-12-09 16:27:01,069 [4514581] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357) 2016-12-09 16:27:01,069 [4514581] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: ... 53 more 2016-12-09 16:27:01,069 [4514581] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: ... 53 more ` _⚠️ attachment `image.png` was not included in the export_ It is reproducable by creating basic grails project using commands: `grails create-plugin simple cd simple/ grails integrate-with –intellij grails create-domain-class Book` then opening project in IDEA, changing compiler to groovy-eclipse-batch and running the BookSpec test What I tried: 1. adding junit-4.4 jar as module depandency 2. inserting all junit classes into groovy-eclipse-batch-2.4.3-01.jar 3. changing 'project bytecode version' 1.7/1.8 IDEA version: IntelliJ IDEA 2016.2.5 Build #IU-162.2228.15, built on October 14, 2016 JRE: 1.8.0_112-release-287-b2 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Please help :) Cheers, Michael --- *1 attachment(s) referenced here (`image.png`) are not part of the CSV export.* *Imported from [IDEA-165429](https://youtrack.jetbrains.com/issue/IDEA-165429) · Type: Bug · Votes: 0* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
