Hi,
I’ve some production code I would like to compile and deploy using
jrubyc. I’ve moved recently my dev and deploy environment to 1.6.1
(did not deploy with 1.6.0, last deployment was with 1.5.5).
I’m mostly compiling ruby scripts to classes using jrubyc, then
packaging them in jar files with proper manifest files.
I’ve hit the bug described here:
http://jira.codehaus.org/browse/JRUBY-5724
Is there a way to force the class name in the compiled class file ?
Thx
Christian