[jruby-dev] [jira] Created: (JRUBY-2904) Need a better solution for tracking Java object wrappers

2008-08-07 Thread Charles Oliver Nutter (JIRA)
Need a better solution for tracking Java object wrappers Key: JRUBY-2904 URL: http://jira.codehaus.org/browse/JRUBY-2904 Project: JRuby Issue Type: Bug Components: Java Integ

[jruby-dev] [jira] Created: (JRUBY-2903) Allow implementing Java interfaces with underscored method names

2008-08-07 Thread Charles Oliver Nutter (JIRA)
Allow implementing Java interfaces with underscored method names Key: JRUBY-2903 URL: http://jira.codehaus.org/browse/JRUBY-2903 Project: JRuby Issue Type: Bug Compon

RE: [jruby-dev] JavaLang error in JavaSupport (was: Re: [jruby-dev] [jira] Created: (JRUBY-2900) Add -vm command line argument to pass classpath, etc.)

2008-08-07 Thread Padmapriya Mahalingam
This is the exact sample I am trying to run http://www.digitalsanctum.com/2007/07/25/calling-rubys-activerecord-from-java-using-the-bean-scripting-framework BSFHelper bsf = new BSFHelper(); JRubyHelper helper = new JRubyHelper(); List users = new ArrayList();

[jruby-dev] JavaLang error in JavaSupport (was: Re: [jruby-dev] [jira] Created: (JRUBY-2900) Add -vm command line argument to pass classpath, etc.)

2008-08-07 Thread Charles Oliver Nutter
What Ruby code is causing this? Padmapriya Mahalingam wrote: > I think I am getting the following error in > org.jruby.javasupport.JavaSupport Class.Please let mw know which > jar/location I need to set(in -cp) for the class "JavaLang". > [java] org.jruby.exceptions.RaiseException: cannot loa

Re: [jruby-dev] CI reports

2008-08-07 Thread Charles Oliver Nutter
In hudson's case, it keeps all the results on the server, and only sends out "build broke" messages when the build breaks or "build fixed" messages when it's fixed. So there's not a lot of constant noise. If you're into twiddling the build file, there is a way to turn on XML/HTML output for th

RE: [jruby-dev] [jira] Created: (JRUBY-2900) Add -vm command line argument to pass classpath, etc.

2008-08-07 Thread Padmapriya Mahalingam
I think I am getting the following error in org.jruby.javasupport.JavaSupport Class.Please let mw know which jar/location I need to set(in -cp) for the class "JavaLang". [java] org.jruby.exceptions.RaiseException: cannot load Java class JavaLang [java] unable to load language: ruby: org.jru

[jruby-dev] [jira] Created: (JRUBY-2902) YAML does not throw an error on an invalid string

2008-08-07 Thread Thomas Leitner (JIRA)
YAML does not throw an error on an invalid string - Key: JRUBY-2902 URL: http://jira.codehaus.org/browse/JRUBY-2902 Project: JRuby Issue Type: Bug Components: Extensions Affects V

Re: [jruby-dev] CI reports

2008-08-07 Thread tsuraan
Ok, hudson looks really neat, but I'm not sure how I can use it. The computers that I want to run the tests on are in my basement, but the computer with the public IP is in New Jersey somewhere, so I'm not sure how to get the nice Hudson pages to show up on my linode. The results of running ant t