I’m using JRuby 1.4.0 complete jar in one of my projects. I’m executing
it from ant via the exec task:
java -jar jruby1.4.0.jar script.rb script_params
The thing is, on some computers I receive this:
[exec] Exception in thread “main” :1: no !/ in spec (IOError)
[exec] …internal jruby stack elided…
[exec] from (unknown).(unknown)(:1)
Has anyone encountered it before? What can I do to get a more
informative stack trace?
Any suggestion would be helpful. Is there any switch I could pass to
JRuby and see a full stack trace?
From: George [email protected]
To: [email protected]
Sent: Fri, March 5, 2010 1:03:25 PM
Subject: [jruby-user] Mysterious JRuby stack trace
Hi guys,
I’m using JRuby 1.4.0 complete jar in one of my projects. I’m executing
it from ant via the exec task:
java -jar jruby1.4.0.jar script.rb script_params
The thing is, on some computers I receive this:
[exec] Exception in thread “main” :1: no !/ in spec (IOError)
[exec] …internal jruby stack elided…
[exec] from (unknown).(unknown)(:1)
Has anyone encountered it before? What can I do to get a more
informative stack trace?
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.