Issue1491
Created on 2009-10-21.20:05:20 by pjenvey, last changed 2010-02-25.00:29:04 by pjenvey.
| msg5251 (view) |
Author: Philip Jenvey (pjenvey) |
Date: 2009-10-21.20:05:19 |
|
The most full proof way of solving the .bat file launcher
incompatibilities (inconsistent arg handling: #1356, #1371, setuptools
script launcher doesn't work on Windows: #1112) on Windows is to include
a native .exe launcher
Groovy has had one for a while now:
http://groovy.codehaus.org/Native+Launcher
But JRuby just recently created their own for their 1.4 release:
http://github.com/vvs/jruby-launcher
Since our .sh/.bat launchers are based off JRuby's, adopting their .exe
launcher should probably be pretty straightforward
|
| msg5552 (view) |
Author: Philip Jenvey (pjenvey) |
Date: 2010-02-25.00:29:04 |
|
The JRuby launcher now supports unix platforms
|
|
| Date |
User |
Action |
Args |
| 2010-02-25 00:29:04 | pjenvey | set | messages:
+ msg5552 |
| 2009-10-21 20:07:15 | fwierzbicki | set | nosy:
+ fwierzbicki |
| 2009-10-21 20:05:20 | pjenvey | create | |
|