Hi, boys and girls.I found the error, and the reason I couldn't reproduce it... By pure stupidity I'd managed to checkout a new version of src/lib/ruby/1.8/zlib.rb which actually was the zlib-library loaded, so I didn't use the same Zlib routines as you did.
Anyway, here comes an updated RubyZlib.java.The reason for the error was simple. By another bout of stupidity I'd managed to forget to call GZIPOutputStream.finish in the GzipWriter#finish-method. Which meant that the Gzip-trailer wasn't written out.
But this new file fixes this. Thanks for the patience. /O
RubyZlib.java
Description: Binary data
_______________________________________________ Jruby-devel mailing list Jruby-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jruby-devel