Re: [jruby-dev] 1.9 slower than 1.8?
guessing rubygems mattering $ ./bin/jruby -e 'p $:' ["/Users/ujihisa/git/jruby/lib/ruby/site_ruby/1.8", "/Users/ujihisa/git/jruby/lib/ruby/site_ruby/shared", "/Users/ujihisa/git/jruby/lib/ruby/1.8", "."] $ ./bin/jruby --1.9 -e 'p $:'
[jruby-dev] [jira] Created: (JRUBY-5121) `ant test` doesn't work due to installation failure on jruby-launcher gem because of lack of GEM_PATH
JRUBY-5121 Project: JRuby Issue Type: Bug Components: Launcher Environment: Mac OS X Snow Leopard Reporter: Tatsuhiro Ujihisa Assignee: Thomas E Enebo ant test failed with the following message. http://gist.github.com/608981 insta