Eric Christopherson
unread,Jun 28, 2012, 3:38:36 PM6/28/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rawr...@googlegroups.com
Is rawr (from git HEAD) just incompatible with JRuby 1.7preview1?
When I bundle a script and jruby 1.7preview1 into a jar, and run it,
the script seems to do nothing (nothing is printed on the terminal).
The same thing happens if I bundle a script with 1.6.7 and run it as
`java -Djruby.compat.version=RUBY1_9 -jar
package\jar\hello_jruby.jar`. If I bundle it with 1.6.7, and don't
specify the -D, it runs correctly (even though my .jrubyrc specifies
1.9 compatibility).