jruby can't load file produced with jrubyc ------------------------------------------
Key: JRUBY-3248 URL: http://jira.codehaus.org/browse/JRUBY-3248 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.1.5 Environment: Mac OS X 10.5.6 Reporter: m Assignee: Thomas E Enebo Attachments: test.class It seems like files compiled with jrubyc on Mac OS X produce unusable output. Here the steps to recreate. I also attached a compiled test file. 1. Create a file with content "print 'fun'" 2. run with standart ruby: output --> fun 3. compile the file with jrubyc 4. run with jruby -S file.class output $ jruby -S test.class :1: test.class:1: Invalid char `\276' ('??') in expression (SyntaxError) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email