You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@buildr.apache.org by Shane Witbeck <sh...@digitalsanctum.com> on 2009/12/03 22:04:22 UTC

installing buildr with jruby 1.4.0 on windows?

Has anyone been able to install buildr via the latest jruby 1.4.0 on
windows? I'm getting the following even after installing
jruby-openssl:

C:\installs>jruby -S gem install buildr
JRuby limited openssl loaded. gem install jruby-openssl for full support.
http://jruby.kenai.com/pages/JRuby_Builtin_OpenSSL
C:/jruby-1.4.0/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/ssl.rb:8:
OpenSSL::SSL requires the
 jruby-openssl gem (LoadError)
        from C:/jruby-1.4.0/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/ssl.rb:124:in
`use_ssl
='
        from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:242:in
`connection_for
'
        from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:320:in
`request'
        from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:279:in
`open_uri_or_pa
th'
        from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:288:in
`open_uri_or_pa
th'
        from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:164:in
`fetch_path'
        from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:108:in
`download'
        from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb:232:in
`install'

         ... 7 levels...
        from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:102:in
`run'
        from C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:58:in
`run'
        from C:/jruby-1.4.0/bin/gem:24

-Shane

Re: installing buildr with jruby 1.4.0 on windows?

Posted by Alex Boisvert <al...@gmail.com>.
I've been successful with the "all-in-one" JRuby 1.4.0 + Buildr 1.3.5 distro

http://people.apache.org/~boisvert/buildr-1.3.5-jruby-1.4.0.zip

Haven't tried the manual install on Windows.

alex

On Thu, Dec 3, 2009 at 1:04 PM, Shane Witbeck <sh...@digitalsanctum.com>wrote:

> Has anyone been able to install buildr via the latest jruby 1.4.0 on
> windows? I'm getting the following even after installing
> jruby-openssl:
>
> C:\installs>jruby -S gem install buildr
> JRuby limited openssl loaded. gem install jruby-openssl for full support.
> http://jruby.kenai.com/pages/JRuby_Builtin_OpenSSL
> C:/jruby-1.4.0/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/ssl.rb:8:
> OpenSSL::SSL requires the
>  jruby-openssl gem (LoadError)
>        from
> C:/jruby-1.4.0/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/ssl.rb:124:in
> `use_ssl
> ='
>        from
> C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:242:in
> `connection_for
> '
>        from
> C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:320:in
> `request'
>        from
> C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:279:in
> `open_uri_or_pa
> th'
>        from
> C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:288:in
> `open_uri_or_pa
> th'
>        from
> C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:164:in
> `fetch_path'
>        from
> C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:108:in
> `download'
>        from
> C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb:232:in
> `install'
>
>         ... 7 levels...
>        from
> C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:102:in
> `run'
>        from
> C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:58:in
> `run'
>        from C:/jruby-1.4.0/bin/gem:24
>
> -Shane
>