1

我有一个(基于 Java 的)Play-2.3.10/sbt-0.13.9 项目。在我的全球.sbt/0.13/plugins/plugins.sbt我有

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0")

我启动 sbt 的控制台。我打字inspect compile。我明白了

[info] Task: sbt.inc.Analysis
[info] Description:
[info]  Compiles sources.
[info] Provided by:
[info]  {file:/home/dh/workspace/ebus/}ebus/compile:compile
[...]

我打字inspect eclipse。我明白了

[error] Not a valid project ID: eclipse
[error] Expected ':' (if selecting a configuration)
[error] Not a valid key: eclipse (similar: eclipsePreTasks, deliver, eclipseCreateSrc)
[error] inspect eclipse
[error]                ^

为什么?我的意思是,我认为最终一切都是 sbt 中的任务——因此一切都是可检查的。我在哪里错了,我如何获得更多关于我eclipse在控制台中输入时发生的事情的信息?

4

0 回答 0