Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created August 16, 2010 14:24
Show Gist options
  • Select an option

  • Save jcrossley3/527017 to your computer and use it in GitHub Desktop.

Select an option

Save jcrossley3/527017 to your computer and use it in GitHub Desktop.
'org.jruby.Main'
'-S'
'gem'
'install'
'--no-ri'
'--no-rdoc'
'--no-user-install'
'/Users/jim/.m2/repository/rubygems/rails/2.3.8/rails-2.3.8.gem'
'/Users/jim/.m2/repository/rubygems/jruby-openssl/0.7/jruby-openssl-0.7.gem'
'/Users/jim/.m2/repository/org/torquebox/vfs/1.0.0.Beta21/vfs-1.0.0.Beta21.gem'
'/Users/jim/.m2/repository/rubygems/rack/1.1.0/rack-1.1.0.gem'
The ' characters around the executable and arguments are
not part of the command.
[WARNING] JRuby limited openssl loaded. http://jruby.org/openssl
[WARNING] gem install jruby-openssl for full support.
[INFO] Successfully installed rake-0.8.7
[INFO] Successfully installed activesupport-2.3.8
[INFO] Successfully installed activerecord-2.3.8
[INFO] Successfully installed rack-1.1.0
[INFO] Successfully installed actionpack-2.3.8
[INFO] Successfully installed actionmailer-2.3.8
[INFO] Successfully installed activeresource-2.3.8
[INFO] Successfully installed rails-2.3.8
[INFO] Successfully installed jruby-openssl-0.7
[INFO] Successfully installed org.torquebox.vfs-1.0.0.beta21
[INFO] Successfully installed rack-1.1.0
[INFO] 11 gems installed
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ torquebox-rails-core ---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment