5

当我尝试运行 grails 应用程序时,我被告知 grails 无法解析以下依赖项:

            ::::::::::::::::::::::::::::::::::::::::::::::

            ::          UNRESOLVED DEPENDENCIES         ::

            ::::::::::::::::::::::::::::::::::::::::::::::

            :: org.grails.plugins#code-coverage;1.1.8: not found

            :: org.grails.plugins#testing;0.5: not found

            ::::::::::::::::::::::::::::::::::::::::::::::


Failed to resolve plugins.

所以我尝试了grails install-plugin code-coverageand grails install-plugin testing,并收到了:

Plugin not found for name [code-coverage] and version [not specified]

(指定版本不是必需的,也没有帮助。)

这里发生了什么事?

4

2 回答 2

4

我遇到过类似的问题。看看http://jira.codehaus.org/browse/GRAILS-6427它对我有帮助。

我遵循了 Feroz Panwaskar 所说的话:

“作为一种解决方法,我发现您可以简单地重新安装无法解析的插件。从 application.properties 的插件引用中删除并运行 install-plugin 命令。”

于 2010-09-07T21:43:11.960 回答
0

安装 cloud-foundry 插件后我遇到了这个问题。只需从 application.properties 文件中删除插件即可删除错误。

于 2012-06-07T15:11:35.377 回答