[windows] JRuby can't launch commands with non-lowercase EXE, BAT extensions 
-----------------------------------------------------------------------------

                 Key: JRUBY-4289
                 URL: http://jira.codehaus.org/browse/JRUBY-4289
             Project: JRuby
          Issue Type: Bug
          Components: Windows
    Affects Versions: JRuby 1.5
         Environment: latest jruby
            Reporter: Vladimir Sizikov
            Assignee: Vladimir Sizikov
             Fix For: JRuby 1.5


This works:

{code}
jruby -e "p `notepad.exe`"
{code}

This doesn't :
{code}
jruby -e "p `notepad.EXE`"
{code}

Essentially, only commands with lower-cased extensions would be able to 
execute. Anything with non-lower cased .ExE, .baT, .CMd, etc - will fail.

Will fix.

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