Re: [jruby-dev] OSGi build pull request

2013-09-22 Thread Anthony Juckel
First, to answer our question, we don't need any OSGi metadata in any jars embedded in jruby-complete in order for it to be a well-behaved bundle. Even so, my require 'openssl' test is failing under OSGi, and I think it's because a bundle:// URI is getting passed through to RubyInstanceConfig, but

[jruby-dev] [GSOC report] Jruby on Embedded project

2013-09-22 Thread Kumar Sukhani
Hello all, I am Kumar Sukhani, a GSOC student. I was working on JRuby on Embedded Project. I tried various JVMs on x86 to know their performance, status and some insight about it. I tried Icedtea, JamVM, Oracle JVM, Avain VM, Cacao JVM, GCJ, JatoVM, JikesVM, Maxine, Vmkit etc. After the work

Re: [jruby-dev] OSGi build pull request

2013-09-22 Thread christian
not sure but $ mvn clean install -Pcomplete from the main directory should work (and works for me). -christian On Sun, Sep 22, 2013 at 7:43 PM, Anthony Juckel wrote: > First, to answer our question, we don't need any OSGi metadata in any jars > embedded in jruby-complete in order for it to be