IntelliJ IDEA抱怨sbt驱动项目的“源路径破损”

时间:2014-07-03 14:30:50

标签: scala path sbt

我必须使用sbt导入 scala 项目。导入没问题。下载所有依赖项:

enter image description here

但在设置中我发现了一堆错误:

enter image description here

下载此罐子。我无法弄清楚为什么会这样。

接下来是我的测试:

enter image description here

如何解决这个问题?

1 个答案:

答案 0 :(得分:2)

解决方案是安装SBT Execute插件:

SBT Commands 编译 任务开始运行。

执行完毕后,所有工作都很好。