|
|
|
[
Permlink
| « Hide
]
Charles Oliver Nutter - 19/Oct/07 06:01 PM
This is a problem with the jruby batch file on windows, and unfortunately none of us are really batch file experts. We could use some help on this and a couple other jruby batch file bugs.
The situation is that equal sign and semicolon cannot be passed as arguments to a batch file. The batch system replaces these characters with whitespace. The batch system views -J-Djruby.jit.enabled=false as two seperate arguments would effectively be referenced as %1 and %2. Perhaps the reasonable solution is to use the attached patch, which allows for these properties to be set when quoted (i.e. "-J-Djruby.jit.enabled=false"). Properties such as -J-server do not need to be quoted.
Here is the Microsoft kb explaining the issue: Assigning windows-related bug (with a patch, no less) to Nick.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||