[jruby-dev] [jira] Created: (JRUBY-905) Thread context classloader should not be saved

2007-05-01 Thread Robert Egglestone (JIRA)
Thread context classloader should not be saved -- Key: JRUBY-905 URL: http://jira.codehaus.org/browse/JRUBY-905 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects

[jruby-dev] jruby-complete and asm

2007-05-01 Thread John Mettraux
Hi, I was wondering if the dependency on asm in the jruby-complete (0.9.9) maven2 pom was still necessary since asm is jarjarified in the jruby-complete jar. I've been playing with webrick and hibernate (hence the asm collision) with this dependency removed (in order to build my project dependin

[jruby-dev] This month's blogging contest is all about JRuby

2007-05-01 Thread pat eyler
http://on-ruby.blogspot.com/2007/05/may-blogging-contest.html -- thanks, -pate - Duty makes us do things, Love make us do things well. http://on-ruby.blogspot.com http://on-erlang.blogspot.com - To

Re: [jruby-dev] jruby-complete and asm

2007-05-01 Thread Nick Sieger
On 5/1/07, John Mettraux <[EMAIL PROTECTED]> wrote: Hi, I was wondering if the dependency on asm in the jruby-complete (0.9.9) maven2 pom was still necessary since asm is jarjarified in the jruby-complete jar. I've been playing with webrick and hibernate (hence the asm collision) with this depe

Re: [jruby-dev] Re: JRuby 0.9.9 Released

2007-05-01 Thread Mike McKinney
This is great news... I was staring at a ton of integration work for an upcoming project, whew! (sounds much easier with JNA) Thanks Tim Wall and thanks Charlie for posting that email to the list! M On 4/30/07, Wayne Meissner <[EMAIL PROTECTED]> wrote: Charles Oliver Nutter wrote: > [EMAIL

Re: [jruby-dev] Re: JRuby 0.9.9 Released

2007-05-01 Thread Charles Oliver Nutter
Wayne Meissner wrote: JNA is very nice. You can even use it directly from JRuby. e.g. require 'java' Function = Java::com.sun.jna.Function f = Function.new("gstreamer-0.10", "gst_version_string") puts "gst_version_string = " + f.invokeString(java.lang.String[0].new, false) That's pretty impr

[jruby-dev] [jira] Created: (JRUBY-906) Make dist tasks produce .zip versions as well as .tar.gz

2007-05-01 Thread Thomas E Enebo (JIRA)
Make dist tasks produce .zip versions as well as .tar.gz Key: JRUBY-906 URL: http://jira.codehaus.org/browse/JRUBY-906 Project: JRuby Issue Type: Bug Components: Miscellaneou

Re: [jruby-dev] jruby-complete and asm

2007-05-01 Thread Robert Egglestone
Hey, It might be better to change the scope to provided in jruby-complete, rather than removing it completely. That way, it'll still be visible as a dependency, but it won't be included as a transitive dependency. Cheers, Robert John Mettraux wrote: Hi, I was wondering if the dependency o

[jruby-dev] [jira] Created: (JRUBY-907) change the status of the 'asm' dependency in the jruby-complete pom.xml

2007-05-01 Thread John Mettraux (JIRA)
change the status of the 'asm' dependency in the jruby-complete pom.xml --- Key: JRUBY-907 URL: http://jira.codehaus.org/browse/JRUBY-907 Project: JRuby Issue Type: Task

[jruby-dev] [jira] Created: (JRUBY-908) require of a JAR file sets $!; causes Test::Unit classes not to autorun

2007-05-01 Thread Andrew Geweke (JIRA)
require of a JAR file sets $!; causes Test::Unit classes not to autorun --- Key: JRUBY-908 URL: http://jira.codehaus.org/browse/JRUBY-908 Project: JRuby Issue Type: Bug

[jruby-dev] REGRESSION...and it's not the JIT

2007-05-01 Thread Charles Oliver Nutter
This is happening with Mephisto on trunk. I've done almost no investigation. ~/mephisto $ RAILS_ENV=production jruby script/server => Booting WEBrick... script/../config/../vendor/plugins/acts_as_attachment/init.rb:6:in `const_missing': uninitialized constant Rails::Initializer::Technoweenie (N

[jruby-dev] [jira] Created: (JRUBY-909) BigDecimal to_s breaks Rails schema_dumper for decimal columns

2007-05-01 Thread Stuart Halloway (JIRA)
BigDecimal to_s breaks Rails schema_dumper for decimal columns --- Key: JRUBY-909 URL: http://jira.codehaus.org/browse/JRUBY-909 Project: JRuby Issue Type: Bug Components

Re: [jruby-dev] -J option for JRuby

2007-05-01 Thread Charles Oliver Nutter
Charles Oliver Nutter wrote: We've kicked this around for a while, and I think we need to get it in for 1.0: jruby -J-Xmx1024M -J-server run_my_script.rb The -J option passes whatever's after it as an argument to the underlying JVM. I've attached a patch (about to be committed) that does it

Re: [jruby-dev] jruby-complete and asm

2007-05-01 Thread Nick Sieger
On 5/1/07, Robert Egglestone <[EMAIL PROTECTED]> wrote: Hey, It might be better to change the scope to provided in jruby-complete, rather than removing it completely. That way, it'll still be visible as a dependency, but it won't be included as a transitive dependency. Yes -- provided was the

[jruby-dev] [jira] Created: (JRUBY-910) Subclasses of generated Java proxy classes don't inherit correctly (patch attached)

2007-05-01 Thread Bill Dortch (JIRA)
Subclasses of generated Java proxy classes don't inherit correctly (patch attached) --- Key: JRUBY-910 URL: http://jira.codehaus.org/browse/JRUBY-910 Project: JRuby