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.
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.