JRuby command line scripts do not work with spaces in the path
--------------------------------------------------------------

                 Key: JRUBY-3187
                 URL: http://jira.codehaus.org/browse/JRUBY-3187
             Project: JRuby
          Issue Type: Bug
          Components: Miscellaneous
    Affects Versions: JRuby 1.1.5
         Environment: OS X 10.5.5 under the standard terminal running bash
            Reporter: Adam Murray


$ cd ~/Downloads/test\ spaces/jruby-1.1.5/bin/

$ export PATH=`pwd`:$PATH

$ which jruby
/Users/adam/Downloads/test spaces/jruby-1.1.5/bin/jruby

$ jruby
Exception in thread "main" java.lang.NoClassDefFoundError:
spaces/jruby-1/1/5/lib/native/darwin

jgem, jirb, etc, give the same error.

I also have the same problem if I don't put jruby on the PATH and instead just 
got to the jruby bin folder and run ./jruby



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