[jruby-dev] [jira] Created: (JRUBY-2901) JRuby does not support options in shebang line

2008-08-06 Thread Koichiro Ohba (JIRA)
JRuby does not support options in shebang line -- Key: JRUBY-2901 URL: http://jira.codehaus.org/browse/JRUBY-2901 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affec

Re: [jruby-dev] CI reports

2008-08-06 Thread Charles Oliver Nutter
tsuraan wrote: normal test run: clean test "all" test run: clean test-all dist run for nightlies: clean test dist spec run: clean spec Ok, so the idea is that you checkout the jruby subversion, and from there, you do an svn up every so-often (the more often the better, I suppose) and run "ant c

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

2008-08-06 Thread Hendy Irawan (JIRA)
Add -vm command line argument to pass classpath, etc. - Key: JRUBY-2900 URL: http://jira.codehaus.org/browse/JRUBY-2900 Project: JRuby Issue Type: Improvement Components: Interpre

[jruby-dev] unable to load language: ruby: org.jruby.exceptions.RaiseException: cannot load Java class JavaLang

2008-08-06 Thread Padmapriya Mahalingam
Dev, I am trying to call ruby (User.rb)[Which uses ActiveRecord and will Print the first row of 'User' Table ] My Environment is java(using spring framework - Tomcat) running In Windows. [Basically trying to run BSF part of http://www.ociweb.com/mark/programming/ActiveRecord.html] When i

[jruby-dev] [jira] Created: (JRUBY-2899) Using JavaEmbedUtils.rubyToJava causes problems when passing RubyObject-derived parameters back in to Ruby code

2008-08-06 Thread Ian Maddison (JIRA)
Using JavaEmbedUtils.rubyToJava causes problems when passing RubyObject-derived parameters back in to Ruby code --- Key: JRUBY-2899 URL: http://jira.codeha

Re: [jruby-dev] CI reports

2008-08-06 Thread tsuraan
> normal test run: clean test > "all" test run: clean test-all > dist run for nightlies: clean test dist > spec run: clean spec Ok, so the idea is that you checkout the jruby subversion, and from there, you do an svn up every so-often (the more often the better, I suppose) and run "ant clean test"

Re: [jruby-dev] CI reports

2008-08-06 Thread Charles Oliver Nutter
tsuraan wrote: Maybe CI is the wrong thing. There was a message a few days ago about Bamboo going down, and I replied offering to try making a new one. I unfortunately don't know what Bamboo was (or, apparently, what a build server is), so making a new one is proving difficult. I do have a ton

Re: [jruby-dev] CI reports

2008-08-06 Thread tsuraan
> tsuraan wrote: >> How do you generate the HTML pages for CI reports? I've tried "ant >> test" and "ant test-all", but the build/test-results/html directory is >> always empty. I'm not very good at reading XML files, but I don't see >> any targets that are obviously for generating HTML from test

Re: [jruby-dev] Native executable interest?

2008-08-06 Thread Manfred Usselmann
On Tue, 05 Aug 2008 21:14:37 -0500 Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > Wes Nakamura wrote: > > I've used launch4j before to package jruby programs along with the > > runtime (hm, now I wonder why I didn't do that when I ran across the > > batch wildcard problem...). > > > > However