Re: [Jruby-devel] IO error, on stuff that used to work.

2006-05-28 Thread Thomas E Enebo
A simple hack which may or may not work is to remove the checkBuffered() call from sysread in IOHandlerNio.java. If things work with that commented out then we can work from that. -Tom On Sun, 28 May 2006, Ola Bini defenestrated me: > Hi. > > Now I'm trying to get remote gem installation to

Re: [Jruby-devel] IO error, on stuff that used to work.

2006-05-28 Thread Thomas E Enebo
Evan's recent changes to use nio for socket stuff is very likely the culprit. I will take a look to see how easy this is to fix. Also I have not been around much the last few days (getting some errands done before I fly out to a conference). So I apologize for being quiet. -Tom On Sun, 28

[Jruby-devel] IO error, on stuff that used to work.

2006-05-28 Thread Ola Bini
Hi. Now I'm trying to get remote gem installation to work, but immediatly ran into an error, in a part which used to work before. Is this because of the resent work on IO in general? Attempting local installation of 'rails' Local gem file not found: rails*.gem Attempting remote installation of 'r

[Jruby-devel] Resolving CWD.

2006-05-28 Thread Ola Bini
Hi. I've spent some time trying to fix alot of the java.util.File-related issues, and fixed some stuff. I can now locally install the rake gem, including docs without error. I think I've fixed most of the CWD error, but I'm not sure if it will work better in multi-threaded places. Ok, what I've d