JRuby bash script no longer supports -X-C and similar options
-------------------------------------------------------------

                 Key: JRUBY-5472
                 URL: http://jira.codehaus.org/browse/JRUBY-5472
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.6RC2
            Reporter: Charles Oliver Nutter
            Assignee: Thomas E Enebo


I believe this was broken when we added support for -X property shortcuts (like 
-Xcompile.dynopt=true). It appears to have broken the other -X options.

{noformat}
~/projects/jruby ➔ bin/jruby.bash -X-C -e 1
jruby: missing argument
Extended options:
  -X-O        run with ObjectSpace disabled (default; improves performance)
  -X+O        run with ObjectSpace enabled (reduces performance)
  -X-C        disable all compilation
  -X+C        force compilation of all scripts before they are run (except eval)
{noformat}

The native launcher works correctly.

-- 
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


Reply via email to