wolfeidau / rake-bamboo-plugin

Plugin for bamboo which enables building of ruby projects using rake
Other
34 stars 16 forks source link

After installing version 2.5, rake tasks break #71

Closed bwmetcalf closed 10 years ago

bwmetcalf commented 10 years ago

After installing version 2.5 of the plugin in bamboo, my rake tasks are now failing with

19-May-2014 14:59:32 Could not run ruby task: Unable to locate executable rake in gem path for ruby runtime ruby-1.9.3-p125@default 19-May-2014 14:59:32 java.lang.IllegalArgumentException: Unable to locate executable rake in gem path for ruby runtime ruby-1.9.3-p125@default 19-May-2014 14:59:32 at au.id.wolfe.bamboo.ruby.rvm.RvmRubyLocator.buildExecutablePath(RvmRubyLocator.java:183) 19-May-2014 14:59:32 at au.id.wolfe.bamboo.ruby.tasks.rake.RakeCommandBuilder.addRakeExecutable(RakeCommandBuilder.java:44) ...

The rake executable definitely exists in this ruby environment and these tasks worked before the upgrade.

bwmetcalf commented 10 years ago

False alarm. Sorry. Configuration issue on my end.

wolfeidau commented 10 years ago

np glad you sorted it out!

neeraji2it commented 10 years ago

Hi bwmetcalf, I am facing with similar issue. What did you do for resolving this? What was your issue?