Re: [jruby-dev] New JRuby Dist questions

2013-09-17 Thread christian
I am all for consistency and there is at least one other gem vernderoed in lib/ruby/shared/ - the bouncy-castle-java gem. of course I wonder how those krypt jar files come into existence ;) $ mvn validate -Pdist [INFO] Reactor Summary: [INFO] [INFO] JRuby .

Re: [jruby-dev] New JRuby Dist questions

2013-09-17 Thread Charles Oliver Nutter
krypt should become a "default gem" for both 1.8 and 1.9 modes. I just haven't done it yet. Ideally all gems that are vendored by us should be listed as default gems. If it's possible, getting them as maven dependencies would be even better. christian: I'm not sure if there's a better way for us t

[jruby-dev] OSGi build pull request

2013-09-17 Thread Anthony Juckel
I submitted a pull request [1] to try reenabling OSGi metadata in the maven build. I haven't had much time to fully test the resulting bundle, but I'm unlikely to have more time to work on it before the weekend so thought I'd throw what I've got out there to see if any one else can put it through i

Re: [jruby-dev] OSGi build pull request

2013-09-17 Thread christian
great that there is someone with osgi knowhow looking at that ;) but I have the feeling you missed the current state of osgi: $ mvn -Pcomplete will run the osgi IT which is now in maven/jruby-complete/src/it/osgi-test which is just copy and paste of the old code with some adjustments to get it p

Re: [jruby-dev] OSGi build pull request

2013-09-17 Thread Anthony Juckel
Ah, very right. Now I see your commits from last week. I am surprised that Felix 2 is apparently broken now. I can try looking at that, time permitting, but that's pretty low on my list. I believe the OSGi jruby classloader will handle embedded jars just fine, but if there's a particular class o

Re: [jruby-dev] OSGi build pull request

2013-09-17 Thread christian
hi is there a chance to get the modular jruby artifacts running on osgi - do all the dependent jar be osgi for that ? I am rather new to osgi ;) so excuse my ignorance ! On Tue, Sep 17, 2013 at 4:49 PM, Anthony Juckel wrote: > Ah, very right. Now I see your commits from last week. I am surpris