5

我正在尝试运行由其他人构建的 Play 应用程序。

Error: module not found: org.scala-sbt#sbt;${{sbt.version}}在运行播放命令时得到。

4

2 回答 2

8

project/build.properties如果文件不存在,则 创建具有以下内容的文件:sbt.version=0.12.2解决了该问题。

于 2013-05-01T21:53:51.617 回答
1

If the above answer doesn't help you, apparently there seem to be some problem when running the play command in the wrong place in the folder structure. The solution is described here: org.scala-sbt#sbt;${{sbt.version}}: not found on existing project

于 2013-09-16T12:25:21.513 回答