wolfeidau / rake-bamboo-plugin

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

Not checking the system wide rvm installation directory #1

Closed behrangj closed 12 years ago

behrangj commented 12 years ago

Hi I have a system wide rvm installation. My bamboo user is tomcat with home directory set to /usr/share/tomcat6 (default ubuntu installation with system wide rvm installation). In system wide rvm installation rvm directory is: /usr/local/rvm/ but RvmRubyRuntimeService.java only checks the ~/.rvm. I managed to workaround this problem by creating a .rvm symlink inside /usr/share/tomcat6. But I think the could should be changed to check for /usr/local/rvm if ~/.rvm does not exist.

Thanks Behrang

wolfeidau commented 12 years ago

Gday mate

I am currently updating the RVM bit of this project and yes this is something I need to add.

Thanks a lot for logging the bug report, it is great to hear someone is interested in the plugin!

I plan to push out another release before tomorrow to add a few other tweaks and will include a fix for this.

wolfeidau commented 12 years ago

Released a new version on plugin exchange which fixes this btw.