jrubyc --javac uses incorrect path separator on Windows
-------------------------------------------------------
Key: JRUBY-4990
URL: http://jira.codehaus.org/browse/JRUBY-4990
Project: JRuby
Issue Type: Bug
Affects Versions: JRuby 1.6
Environment: JVM 6 on WinXP
Reporter: Ian Dees
Assignee: Thomas E Enebo
Attachments: pathsep.patch
On Windows, {{jrubyc --javac}} passes a path of {{C:\path\to\jruby.jar:.}},
rather than {{C:\path\to\jruby.jar;.}} to the underlying {{javac}} binary. The
compilation fails, because {{jrubyc}} can't find any of the JRuby classes.
The attached patch uses the system path separator instead of hard-coding a
colon.
--
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