玩! 1.2.4未找到模块:/Users/mxia/exec/play-1.2.4/modules/runclass

时间:2014-01-27 19:32:34

标签: playframework

我正在尝试使用播放的项目! 1.2.4工作。

我们正在使用maven,并在从http://downloads.typesafe.com/releases/play-1.2.4.zip

解压缩游戏后运行以下命令

play install maven

~ Will install maven-head
~ This module is compatible with: 1.1
~ Do you want to install this version (y/n)? y
~ Installing module maven-head...
~
~ Fetching http://www.playframework.org/modules/maven-head.zip
~ [--------------------------100%-------------------------] 34760.7 KiB/s   
~ Unzipping...
~
~ Module maven-head is installed!
~ You can now use it by adding it to the dependencies.yml file:
~
~ require:
~     play -> maven head`

然后我做了play mvn:refresh

但它抱怨

~ Oops,
~ Module not found: /myPath/play-1.2.4/modules/runclass

任何人都知道我可以在哪里获得这个运行类模块吗?

1 个答案:

答案 0 :(得分:0)

您已将maven模块安装到本地播放存储库。 但是这个模块没有为你的项目启用。

您必须将此行添加到dependencies.yml中: 要求:   玩 - > maven head`

然后在项目上运行命令“play dependencies”,一切都应该很好。