Re: [Radiant] A file or directory in the path name does not exist error after Radiant Install

2009-12-22 Thread Michael Johann
Hi Pete, there was a bug (JRUBY-4380) in Jruby 1.4.0. I provided some information and they fixed it. Later this day it will be pushed to the master branch of JRuby. Cheers Michael Am 21.12.2009 23:56, schrieb Pete Helgren: I installed Radiant on JRuby 1.4 and I get the following error when I

Re: [Radiant] A file or directory in the path name does not exist error after Radiant Install

2009-12-21 Thread Michael Johann
) retry rescue Errno::ENOENT Dir.mkdir(File.dirname(path), 0755) retry end With this workaround the IOError is handled properly and Radiant works like a charm. Cheers Michael Johann Am 21.12.2009 um 23:56 schrieb Pete Helgren: I installed Radiant on JRuby