JAVA_HOME got converted to Unix style path on Cygwin
----------------------------------------------------

                 Key: JRUBY-3458
                 URL: http://jira.codehaus.org/browse/JRUBY-3458
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.1.6
         Environment: Windows with Cygwin
            Reporter: Hung Huynh
            Assignee: Thomas E Enebo
            Priority: Minor


I just upgrading from jruby-1.1.2 to jruby-1.1.6 and ran into problem with 
JAVA_HOME

It appears "jruby" script in jruby-1.1.6 converted JAVA_HOME to Unix style path 
and anything that spawns from my ruby script is using that converted path and 
create problems. Those external scripts don't understand UNIX path. They're 
relying on JAVA_HOME to be Windows style path.  I think it's bad form to alter 
any environment variables that aren't set by you.

Typical error:

ERROR: JAVA_HOME is set to an invalid directory.
JAVA_HOME = /c/jdk1.6.0



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