On Tue, 06 Jun 2006, Ola Bini defenestrated me: > > Here comes a few files if you want to test the new JvYAML support. > Actually, these are not patches at all, sorry for that... > Anyway: > jvyaml.jar goes in $JRUBY_HOME/lib > yaml.rb replaces the old one in $JRUBY_HOME/src/builtin > IOReader.java goes in $JRUBY_HOME/src/org/jruby/util > JRubyConstructor.java in $JRUBY_HOME/src/org/jruby/yaml > You also need a fairly newly checked-out version of RbYAML in your > $JRUBY_HOME/lib/ruby/site_ruby/1.8 since the yaml.rb defers everything > JvYAML doesn't do to RbYAML right now.
Gems almost installed for me (0.8.11). This is happening during install on the line (post-install.rb: 76): Gem::Installer.new(gem_file).install(true, Gem.dir, false) hook C:/opt/rubygems-0.8.11/./post-install.rb failed: java.lang.ClassCastException: org.jvyaml.PrivateType Try 'ruby setup.rb --help' for detailed usage. I install rbyaml (I actually put it in src/lib/ruby/1.8 -- is this ok to do for 0.9.0?) and followed the other instructions above. I figured it is a better use of this evening to look into the socket blocking problem than track this down. Any ideas? -Tom -- + http://www.tc.umn.edu/~enebo +---- mailto:[EMAIL PROTECTED] ----+ | Thomas E Enebo, Protagonist | "Luck favors the prepared | | | mind." -Louis Pasteur | _______________________________________________ Jruby-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jruby-devel
