From: Daniel Berger Date: 2007-01-30T06:45:06+09:00 Subject: Re: FastRI 0.3.0: standalone mode (qri, DRb not needed), additional search methods, extended class info Mauricio Fernandez wrote: > On Tue, Jan 30, 2007 at 02:05:00AM +0900, Pe�a, Botp wrote: > > From: Mauricio Julio Fern�ndez Pradier > > >Subject: [ANN] FastRI 0.3.0: standalone mode (qri, DRb not needed), > > >additional search methods, extended class info > > > > Any kind soul pls tell my why my fri does not rebuild on my windows box > > (linux box is fine) > > > > Building index. > > c:/ruby/lib/ruby/gems/1.8/gems/fastri-0.3.0.1/bin/fastri-server:32:in `initializ > > e': No such file or directory - C:\Documents and Settings\pe�aijm/.fastri-index > > (Errno::ENOENT) > > from c:/ruby/lib/ruby/gems/1.8/gems/fastri-0.3.0.1/bin/fastri-server:32: > > in `open' > > from c:/ruby/lib/ruby/gems/1.8/gems/fastri-0.3.0.1/bin/fastri-server:32: > > in `make_index' > > Does the C:\Documents and Settings\pe�aijm directory exist? (maybe a problem > with the e�e?) That would be my guess. Does this code snippet work or raise an error? Dir.entries(" C:\Documents and Settings") Regards, Dan