On Mon, 20 Mar 2006, Ola Bini defenestrated me: > Hi. > > I have now implemented most of the basic functionality in zlib.rb > (Zlib::Inflate, Zlib::Deflate, Zlib::GzipReader and Zlib::GzipWriter > have the most basic functionality to make it marginally useful). Sorry > to say, much of the more interesting features in gz are missing from the > java implementation, and I've been unable to find another implementation > right now. > > The good news is that the use of zlib in Gem's is fairly rudimentary. My > thinking was that I should try to install the package and see if it > works, but this fails due to > require 'find' > in post-install.rb.
Cool. At this point you should consider copying /usr/lib/ruby/1.8 into jruby_home/lib/ruby/1.8. The error you are seeing is the fact that jruby has not yet included find.rb. Copying the directory should get you a long ways. -Tom -- + http://www.tc.umn.edu/~enebo +---- mailto:[EMAIL PROTECTED] ----+ | Thomas E Enebo, Protagonist | "Luck favors the prepared | | | mind." -Louis Pasteur | ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Jruby-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jruby-devel
