There's no way to pass in JVM Args when calling the jruby-rake-plugin
---------------------------------------------------------------------

                 Key: JRUBY-4498
                 URL: http://jira.codehaus.org/browse/JRUBY-4498
             Project: JRuby
          Issue Type: Improvement
          Components: Miscellaneous
    Affects Versions: JRuby 1.4
            Reporter: Mario Camou
            Priority: Minor
         Attachments: diff.txt

In some cases we need to pass options to the underlying JVM (i.e., -J-D or 
others). This goes before the "-S rake" in the command line so the 
jruby.rake.args parameter is not enough (since it's passed after the "-S 
rake"). Thus we need something like:

java ..... org.jruby.Main <jvmArgs> -S rake <args>

I'm attaching the output of a git diff that *SHOULD* work 

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