The gem rjb needs to have an environment variable set before it will install. I'm wondering how I could do this while still using NeilW's very handy gem.rb
to handle the 'select from a list' requirement of this gem.

task :install_rjb do
  JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.06
  gem.select 'rjb'
end

Can anyone suggest how I might do this? Perhaps I could add something to actor.rb
to set remote ENV's? Or is there already a simple way to do this?

- Mike

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to