Re: [Jruby-devel] Parse error from YAML

2006-03-24 Thread Charles O Nutter
Thanks for the patch; if I make any progress, I will let you know. I look forward to being able to install Rails in the Right Way soon!On 3/24/06, Ola Bini <[EMAIL PROTECTED]> wrote:Yep, it seems that way. =) Oh, if you start work on setup.rb (which is what I'm doing too), maybewould be helped by

Re: [Jruby-devel] Parse error from YAML

2006-03-24 Thread Ola Bini
e found in one of the earlier mails. I will not have time to work on this for a few hours, so please report any progress. - Original Message - From: Charles O Nutter <[EMAIL PROTECTED]> Date: Friday, March 24, 2006 4:30 pm Subject: Re: [Jruby-devel] Parse error from YAML

Re: [Jruby-devel] Parse error from YAML

2006-03-24 Thread Charles O Nutter
YAML errors are a joy to try and fix, since the parser modifies what file and position the interpreter says it's looking at. The only way I was able to fix it well enough for Rails script/generate to work was to dig into it manually, adding logging in various places to see what was failing. You may

[Jruby-devel] Parse error from YAML

2006-03-24 Thread Ola Bini
Next problem. while parsing this line: --- !ruby/object:Gem::Specification \n it says: Parse error at line 1, char 37: [false, $] Any ideas? /O --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applic