刚下载了Scala Lift聊天应用程序并使用说明运行它,但它失败了

时间:2013-07-30 14:15:32

标签: scala sbt lift

我克隆了项目:

https://github.com/dpp/simply_lift.git

然后我按照说明说明:

Change directories into the chat directory and type sbt update ~jetty-run.

SBT获取依赖关系,然后我得到了这个:

[error] Not a valid command: jetty-run
[error] Expected '/'
[error] Expected ':'
[error] Not a valid key: jetty-run (similar: run)
[error] jetty-run
[error]

现在怎样?

2 个答案:

答案 0 :(得分:7)

在比0.10.0更新的SBT版本中,~jetty-run已被删除,以支持:

container:start
container:stop
deployment // compiles the changes made while jetty is running.

答案 1 :(得分:0)

您应该使用打包存档(./sbt)中的sbt。而不是系统范围的SBT(可能是新的)。

无论如何,我建议使用新的SBT和一切新的东西。这是项目的官方和良好的起点:https://github.com/lift/lift_25_sbt/ (我个人使用它,我很酷,它的工作原理)