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
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
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
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