我正在编译一个项目,在Eclipse中工作正常,用ant构建也很好,但在IntelliJ IDEA中却出现了问题。
Internal groovyc error: code 1
我怎样才能解决这个问题?其他错误信息包括。
1:35:46 PM Unknown Natures Detected
Imported projects contain unknown natures:
org.eclipse.jdt.groovy.core.groovyNature
Some settings may be lost after import.
1:43:55 PM Compilation completed with 1 error and 7 warnings in 20 sec
Groovyc: Cannot compile Groovy files: no Groovy library is defined for module
Groovy本身已经安装在Linux上。 在设置中把它作为groovy编译器加入并不影响其行为。
> groovy --version
Groovy Version: 1.7.4 JVM: 1.6.0_24