[jruby-dev] [jira] Created: (JRUBY-5502) RubyUNIXSocket#recvfrom overflows temporary buffer

2011-02-14 Thread Wayne Meissner (JIRA)
RubyUNIXSocket#recvfrom overflows temporary buffer -- Key: JRUBY-5502 URL: http://jira.codehaus.org/browse/JRUBY-5502 Project: JRuby Issue Type: Bug Components: Extensions Affects

[jruby-dev] [jira] Created: (JRUBY-5503) Timeout::timeout makes IO#close block if there's a #read present

2011-02-14 Thread Alex Young (JIRA)
Timeout::timeout makes IO#close block if there's a #read present Key: JRUBY-5503 URL: http://jira.codehaus.org/browse/JRUBY-5503 Project: JRuby Issue Type: Bug Affects Vers

[jruby-dev] [jira] Created: (JRUBY-5504) Improve default backtraces

2011-02-14 Thread Charles Oliver Nutter (JIRA)
Improve default backtraces -- Key: JRUBY-5504 URL: http://jira.codehaus.org/browse/JRUBY-5504 Project: JRuby Issue Type: Improvement Reporter: Charles Oliver Nutter Assignee: Thomas E Enebo

[jruby-dev] [jira] Created: (JRUBY-5505) LoadService loadPaths filled with unix paths and fails on windows

2011-02-14 Thread Igor Spasic (JIRA)
LoadService loadPaths filled with unix paths and fails on windows - Key: JRUBY-5505 URL: http://jira.codehaus.org/browse/JRUBY-5505 Project: JRuby Issue Type: Bug Affects Ve

[jruby-dev] [jira] Created: (JRUBY-5506) Create a Caller library gem

2011-02-14 Thread Thomas E Enebo (JIRA)
Create a Caller library gem --- Key: JRUBY-5506 URL: http://jira.codehaus.org/browse/JRUBY-5506 Project: JRuby Issue Type: Improvement Components: JRuby-extras Reporter: Thomas E Enebo Librarie

[jruby-dev] [jira] Created: (JRUBY-5507) bundle + gemspec source gives java.lang.StringIndexOutOfBoundsException: String index out of range

2011-02-14 Thread John E. Vincent (JIRA)
bundle + gemspec source gives java.lang.StringIndexOutOfBoundsException: String index out of range -- Key: JRUBY-5507 URL: http://jira.codehaus.org/browse/JRUBY-5507

[jruby-dev] [jira] Created: (JRUBY-5508) imap error - undefined method sync_close= in jruby-openssl 0.7.3

2011-02-14 Thread Karl Baum (JIRA)
imap error - undefined method sync_close= in jruby-openssl 0.7.3 Key: JRUBY-5508 URL: http://jira.codehaus.org/browse/JRUBY-5508 Project: JRuby Issue Type: Bug Affects Vers

[jruby-dev] Class.ForName in java

2011-02-14 Thread Tim Chen
Hi all, I'm currently trying to use JRuby to launch our Java application, and I'm currently just calling the command line jruby with all the dependencies passed in as classpath and launching it in a Ruby script. ex: jruby -J-cp x/.jar:xx.jar run.rb The problem is that part of our app dow