Details
Description
Consider the following:
`ruby -v`
When launched from JRuby, this is executed in-process. On both, Windows and Linux.
But,
`ruby.exe -v` on Windows is not being executed in-process. See JRUBY-4238 for the example of problems, caused by this.
For consistency, JRuby should handle both ruby and ruby.exe on Windows the same way.
Will fix.
Issue Links
- relates to
-
JRUBY-4238
rake spec does not work with jruby-complete.jar
-
Fixed in rev. b2e5f17 on master branch.