IO.popen fails on windows with certain parameters
-------------------------------------------------

                 Key: JRUBY-4959
                 URL: http://jira.codehaus.org/browse/JRUBY-4959
             Project: JRuby
          Issue Type: Bug
            Reporter: Roger Pack
            Assignee: Thomas E Enebo


>> IO.popen '"C:/program files/VideoLan/VLC/vlc.exe" silence.wav'
Java::JavaLang::IllegalArgumentException: 
#<Java::JavaLang::IllegalArgumentException:0x190d8e1>
        from java.lang.ProcessImpl.<init>(ProcessImpl.java:69)
        from java.lang.ProcessImpl.start(ProcessImpl.java:30)
        from java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
        from java.lang.Runtime.exec(Runtime.java:593)
        from org.jruby.util.ShellLauncher.popenShared(ShellLauncher.java:549)
        from org.jruby.util.ShellLauncher.popen(ShellLauncher.java:529)
        from org.jruby.RubyIO.popen(RubyIO.java:3445)
...

(works with MRI, and even with jruby's system('xxx') call).

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