巡航控制.rb
我们使用 Cruisecontrol.rb 进行 CI。 但是巡航控制系统因该输出而失败,
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/site_ruby/1.8/rubygems.rb:258:in `activate': can't activate activesupport (= 1.4.2, runtime) for [], already activated activesupport-2.2.2 for ["rails-2.2.2"] (Gem::Exception) from /opt/ruby-enterprise-
任何人都可以排除故障。
我想运行 rake 任务,rcov 任何人都可以建议 rake 任务。 谢谢。
we are using cruisecontrol.rb for CI.
but cruise control is failing with this output
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/site_ruby/1.8/rubygems.rb:258:in `activate': can't activate activesupport (= 1.4.2, runtime) for [], already activated activesupport-2.2.2 for ["rails-2.2.2"] (Gem::Exception) from /opt/ruby-enterprise-
can anybody trouble shoot.
I want to run rake task and rcov can anyone suggest rake task for it.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是典型的 rubygems gem 版本冲突
this is a typical rubygems gem version conflict
这听起来像是您的盒子上有不同版本的导轨(或至少是那些宝石),并且它们之间变得混乱。
This sounds like you have different versions of rails (or at least those gems) on your box and it's getting confused between them.