task :install do
 org_gem=Gem::GEM_INSTALL
 Gem::GEM_INSTALL='JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.06 ' +
Gem::GEM_INSTALL
 gem.select 'rjb'
 Gem::GEM_INSTALL=org_gem
end

It'll whinge about overriding constants, but it'll work.

It looks to me like there is a closure there that needs writing.
Probably in Std.

P.S. The vmbuilder_plugins gem is out - assuming the directory ever
picks it up!

http://rubyforge.org/frs/?group_id=1886

NeilW


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