我克隆了项目:
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]
现在怎样?
答案 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/ (我个人使用它,我很酷,它的工作原理)