Re: [jruby-dev] Problem installing rails

2007-07-27 Thread capi
Thank you very much to all of you for your help! The problem, meaning my error, like Charlie said was my Ruby path. That why I had double \\ before the bin. Greetings, Antonio Charles Oliver Nutter-2 wrote: > > capi wrote: >> Hello Niko. >> The output is this one: >> >> >> C:\Documents and Se

Re: [jruby-dev] Problem installing rails

2007-07-27 Thread Charles Oliver Nutter
capi wrote: Hello Niko. The output is this one: C:\Documents and Settings\afernandes>%JRUBY_HOME%\bin\gem C:\jruby-1.0\\bin\gem:9: no such file to load -- rubygems (LoadError) Looks like there's an extra slash in there that might be causing problems for windows. Try setting JRUBY_HOME to jus

Re: [jruby-dev] Problem installing rails

2007-07-27 Thread capi
Hello Niko. The output is this one: C:\Documents and Settings\afernandes>%JRUBY_HOME%\bin\gem C:\jruby-1.0\\bin\gem:9: no such file to load -- rubygems (LoadError) Thank you for your help, Antonio Nicolas Modrzyk-3 wrote: > > Hi Antonio, > > Actually, both should work. > > Can you try to e

Re: [jruby-dev] Problem installing rails

2007-07-27 Thread Nicolas Modrzyk
Hi Antonio, Actually, both should work. Can you try to execute: %JRUBY_HOME%\bin\gem and see what it returns ? Niko On Jul 27, 2007, at 1:46 PM, capi wrote: Hello Charlie, thank you for you reply. Unfortunatly didnt work too :-( With that command i got this error: C:\jrub

Re: [jruby-dev] Problem installing rails

2007-07-27 Thread capi
Hello Charlie, thank you for you reply. Unfortunatly didnt work too :-( With that command i got this error: C:\jruby-1.0>%JRUBY_HOME%\bin\jruby -S gem install rails -y --no-ri --no-rdoc file:/C:/jruby-1.0/lib/jruby.jar!/jruby/commands.rb:23:in `gem': no such file to load -- rubygems (LoadError)

Re: [jruby-dev] Problem installing rails

2007-07-27 Thread Alex Durgin
what does the 'S' switch do? On 7/27/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > > capi wrote: > > Hello. > > I just finish install Ruby and now i was installing Rails on JRuby > > C:\jruby-1.0>%JRUBY_HOME%/bin/gem install rails -y --no--ri --no-rdoc > > > > and I'm getting this error:

Re: [jruby-dev] Problem installing rails

2007-07-27 Thread Charles Oliver Nutter
capi wrote: Hello. I just finish install Ruby and now i was installing Rails on JRuby C:\jruby-1.0>%JRUBY_HOME%/bin/gem install rails -y --no--ri --no-rdoc and I'm getting this error: C:\jruby-1.0\\bin\gem:9: no such file to load -- rubygems (LoadError) Try this: %JRUBY_HOME%\bin\jruby -S g