Heiko Seebach

Results 3 comments of Heiko Seebach

I've debugged it up to the line https://github.com/weshatheleopard/rubyXL/blob/master/lib/rubyXL/objects/ooxml_object.rb#L300 where cp:coreProperties/, where there's a file written called core.xml. MRI and JRuby then both call https://github.com/sparklemotion/nokogiri/blob/master/lib/nokogiri/xml/document.rb#L82 with the name cp:coreProperties and the...

Hi, I've just tried the current master branch with JRuby 1.7.21 and I'm sorry to say that the error still exists when executing the above example: ``` ... jruby-1.7.21 :005...

I'm sorry to say: still the same problem Btw, it's so easy to use jruby, see http://jruby.org/getting-started or just `rvm install jruby`