...
| Code Block | ||
|---|---|---|
| ||
<configuration>
<compilerId>groovy-eclipse-compiler</compilerId>
<verbose>true</verbose>
<compilerArguments>
<javaAgentClass>lombok.core.Agent</javaAgentClass>
</compilerArguments>
<fork>true</fork>
</configuration> |
Groovy-Eclipse configurator for m2Eclipse
...
| Eclipse level | Development update site |
|---|---|
| 4.2 (Juno) | http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e4.2/ |
| 3.7 (Indigo) | |
The Groovy-Eclipse configurator for m2eclipse is not compatible with AspectJ or Scala. So you cannot use a joint AspectJ/Scala/Groovy project in Eclipse. These languages must be separated into separate sub-projects.
Where to find more information and ask questions
...