4

我正在尝试针对 Scala 2.10.0 RC1 构建我们的旧项目。这是我这样做时遇到的错误:

rahul@acb70333:~/Projects/Vayana/gryphon-camel-scala> gradle build
:compileJava UP-TO-DATE
:compileScala
[ant:scalac] scala.reflect.internal.MissingRequirementError: object scala.beans.BeanInfo in compiler mirror not found.
[ant:scalac]    at scala.reflect.internal.MissingRequirementError$.signal(MissingRequirementError.scala:16)
...
[ant:scalac]    at org.gradle.launcher.GradleMain.main(GradleMain.java:26)

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileScala'.
> Compile failed because of an internal compiler error (object scala.beans.BeanInfo in compiler mirror not found.); see the error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 24.7 secs

此处的完整堆栈跟踪:https ://www.refheap.com/paste/6228 。

这个错误信息是什么意思?我错过了类路径上的一些库吗?

4

0 回答 0