编译后为什么sbt 1.0.2会挂起?

时间:2017-10-07 17:23:36

标签: scala sbt

我已安装sbt 1.0.2并尝试构建“hello项目”,但在完成编译后它会挂起。

我等了2个小时但没完成。我在这里错过了什么?

HOSTPC:IdeaProjects XYZ2017$ sbt new sbt/scala-seed.g8
[info] Loading settings from plugins.sbt ...
[info] Loading global plugins from /Users/XYZ2017/.sbt/1.0/plugins
[info] Set current project to ideaprojects (in build file:/Users/XYZ2017/IdeaProjects/)

A minimal Scala project. 
name [Scala Seed Project]: hello

Template applied in ./hello

HOSTPC:IdeaProjects XYZ2017$ ls
hello

HOSTPC:IdeaProjects XYZ2017$ cd hello/

HOSTPC:hello XYZ2017$ sbt
[info] Loading settings from plugins.sbt ...
[info] Loading global plugins from /Users/XYZ2017/.sbt/1.0/plugins
[info] Loading project definition from /Users/XYZ2017/IdeaProjects/hello/project
[info] Updating {file:/Users/XYZ2017/IdeaProjects/hello/project/}hello-build...
[info] Done updating.
[info] Compiling 1 Scala source to /Users/XYZ2017/IdeaProjects/hello/project/target/scala-2.12/sbt-1.0/classes ...
[info] Done compiling.

0 个答案:

没有答案