razetime has joined #jruby
razetime has quit [Ping timeout: 260 seconds]
razetime has joined #jruby
razetime has quit [Read error: Connection reset by peer]
subbu has joined #jruby
subbu has quit [Ping timeout: 260 seconds]
subbu has joined #jruby
subbu has quit [Ping timeout: 255 seconds]
lavamind_ has joined #jruby
<lavamind_> hello
lavamind_ is now known as lavamind
<lavamind> so.. lately I have been working on updating the jruby package in debian
<lavamind> I've been experimenting with ways to avoid bundling many java deps that are available via packages
<lavamind> I'm wondering if I it would be feasible to use jruby-base.jar as ${jruby.home}/lib/jruby.jar, with an appropriate classpath containing dependencies
<lavamind> when I try that I get "NoMethodError: undefined method `load_defaults' for Gem::Specification:Class" which sounds like stdlib might be missing?
<lavamind> I've also experimented with the shaded (jruby-core) build target, adding exclusions, and that sortof works out as long as I don't touch the relocated classes but that gets me --add-opens warnings