Re: [jruby-dev] AR-JDBC 0.5 won't work w/ JRuby 1.0

2007-08-23 Thread Ola Bini
Nick Sieger wrote: Any suggestions? Just publicize that 0.5 goes with 1.0.1? [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure /Use

Re: [jruby-dev] AR-JDBC 0.5 won't work w/ JRuby 1.0

2007-08-23 Thread Charles Oliver Nutter
Thomas E Enebo wrote: Unless you want to acquire it by reflection and setAccessible it, then I would say that 0.5 requires 1.0.1? We could just test the waters and make this a requirement. If people don't like it we can spin another AR-JDBC release which does what I first suggest so that it con

RE: [jruby-dev] Working with Java classes in JRuby

2007-08-23 Thread Peter K Chan
Eric, I am not sure what the problem is with your classpath. I took a cursory look and it seems like jruby.sh launch script takes classpath into consideration. Perhaps someone else can tell you why it wasn't picked up? In response to your points: 1) You got it. 2) Yes. However, i

[jruby-dev] [jira] Created: (JRUBY-1287) ant dist is putting unneeded files in resulting zip and tar files

2007-08-23 Thread Thomas E Enebo (JIRA)
ant dist is putting unneeded files in resulting zip and tar files - Key: JRUBY-1287 URL: http://jira.codehaus.org/browse/JRUBY-1287 Project: JRuby Issue Type: Improvement Af

Re: [jruby-dev] AR-JDBC 0.5 won't work w/ JRuby 1.0

2007-08-23 Thread Thomas E Enebo
Unless you want to acquire it by reflection and setAccessible it, then I would say that 0.5 requires 1.0.1? We could just test the waters and make this a requirement. If people don't like it we can spin another AR-JDBC release which does what I first suggest so that it continues to work with 1.0.

[jruby-dev] AR-JDBC 0.5 won't work w/ JRuby 1.0

2007-08-23 Thread Nick Sieger
Any suggestions? Just publicize that 0.5 goes with 1.0.1? [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure /Users/nicksieger/Projects/jr

Re: [jruby-dev] Working with Java classes in JRuby

2007-08-23 Thread Eric Armstrong
Much appreciate the follow up, Peter. I'm beginning to penetrate to the second point. First, the invocation. I'm in CSH, doing the following: setenv CLASSPATH /path/to/foo.jar:/path/to/bar.jar jruby export.rb Where, "which jruby" goes to my jruby/1.0 install. But you're absolutely right tha

[jruby-dev] [jira] Created: (JRUBY-1286) 'Thread.main.exit!' and/or 'Kernel.exit!' does not work under certain circumstances

2007-08-23 Thread Martin Krauskopf (JIRA)
'Thread.main.exit!' and/or 'Kernel.exit!' does not work under certain circumstances Key: JRUBY-1286 URL: http://jira.codehaus.org/browse/JRUBY-1286 Project: JRuby