[Jruby-devel] Rewrite of File::Stat.

2006-05-27 Thread Ola Bini
Actually, as I read the RDoc for File::Stat, it seems most of it should be rewritten to not use NormalizedFile at all ("The information is recorded at the moment the File::Stat object is created; changes made to the file after that point will not be reflected."), so that's probably what I'll do, an

[Jruby-devel] NormalizedFile and cwd again.

2006-05-27 Thread Ola Bini
Hi! On the road with Gems installation. I set my mind to actually fix the things in the local installation that's not working. Right now it seems to install rake without problem, but the RDoc on the other hand. Well, we're back at NormalizedFile and CWD. AGAIN. At a certain point in RDoc installat

[Jruby-devel] RubyGems installation. (and Time-patch)

2006-05-27 Thread Ola Bini
Hi. I now have RubyGems installing without error the first time through. I've written what I did to get this to work: * New, pristine copy of JRuby * Add my versions of RubyTime.java, TimeMetaClass.java * Replace yaml.rb with the RbYAML yaml.rb * Compile * Add contents from C Ruby libraries * Chan

[Jruby-devel] Sourceforge anon, missing stuff.

2006-05-27 Thread Ola Bini
Hiya! I have now started work on RubyGems again, and the RubyGems install seems to be broken again, for some strange reason. Time misses utc_offset and gmt_offset. Why aren't those there anymore? /O --- All the advantages of Linux Managed Host

[Jruby-devel] [ANN] RbYAML-0.1: Pure Ruby YAML parser and emitter.

2006-05-27 Thread Ola Bini
-- Announcing version 0.1 of RbYAML -- This is a major release, with big changes especially in the loader: http://rbyaml.rubyforge.org or to download directly: http://rubyforge.org/frs/?group_id=1658 Changes: - * Rewritte