[jruby-dev] [jira] Created: (JRUBY-5260) variantToObject error when reading properties which return arrays

2010-12-15 Thread Mitchell Hashimoto (JIRA)
variantToObject error when reading properties which return arrays - Key: JRUBY-5260 URL: http://jira.codehaus.org/browse/JRUBY-5260 Project: JRuby Issue Type: Bug Comp

[jruby-dev] [jira] Created: (JRUBY-5259) File fails to parse

2010-12-15 Thread Roger Pack (JIRA)
File fails to parse --- Key: JRUBY-5259 URL: http://jira.codehaus.org/browse/JRUBY-5259 Project: JRuby Issue Type: Bug Environment: jruby 1.5.5 (ruby 1.8.7 patchlevel 249) (2010-11-10 4bd4200) (Java HotSpot(TM) Clie

Re: [jruby-dev] JRuby under OSGi

2010-12-15 Thread Ketan Padegaonkar
On Wed, Dec 15, 2010 at 7:32 AM, Anthony Juckel wrote: > If you don't change the manifest, I assume you're requiring the builtin > folder (and other ruby/jruby libs) to be installed on the local machine in > order for require 'java' to work.  If I'm wrong in that, and you have a way > to load the

Re: [jruby-dev] JRuby under OSGi

2010-12-15 Thread Anthony Juckel
On Dec 15, 2010 8:41 AM, "Ketan Padegaonkar" wrote: > Hi, > > Here's what I've done. You may checkout http://swtbot.org/tools/ for > the final look and feel of the console. > > * Use jruby's manifest AS-IS > * Create another bundle(https://gist.github.com/742000) that: > * can manage creating and

Re: [jruby-dev] JRuby under OSGi

2010-12-15 Thread Ketan Padegaonkar
Hi, Here's what I've done. You may checkout http://swtbot.org/tools/ for the final look and feel of the console. * Use jruby's manifest AS-IS * Create another bundle(https://gist.github.com/742000) that: * can manage creating and disposing of jruby runtimes * Does a "DynamicImport-Package: *"