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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo