安装 Grails 的 Clover 插件后 Bamboo 构建失败
安装 clover 插件后,我的构建开始失败,并显示以下错误消息:
“无法安装插件 [clover-3.0.2]。插件缺少 JAR 依赖项。”
有什么想法吗?据我所知,它缺少 hibernate core 3.1.1 GA,但我很确定我得到了它,因为 grails 运行良好。
After installing clover plugin my builds have started failing with the following error message:
“Failed to install plugin [clover-3.0.2]. Plugin has missing JAR dependencies.”
Any Ideas? As far as I can tell its missing hibernate core 3.1.1 GA but i am pretty sure i got that since grails runs fine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有时我也会遇到这样的混乱。对我来说,它有助于清除特定项目的
.grails
主目录。我认为下载未完成。尝试从主目录中删除
.grails\1.3.7\projects\\plugins\clover-3.0.2
。如果这没有帮助,请尝试完全清除此插件文件夹。我想这会有帮助。祝你好运 :-)Sometimes I have this kind of mess up. For me it helps to wipe out my
.grails
home directory for the specific project. I think that the download was not completed somehow.Try to delete
.grails\1.3.7\projects\<PROJECTNAME>\plugins\clover-3.0.2
from your home directory. If this does not help, try to wipe out this plugins folder completely. I guess it will help. Good luck :-)我有一个管理员清除了 .ivy2 缓存,至少现在它可以工作。
I had an admin clear .ivy2 cache and it worked at least for now.