Issue1491
Created on 2009-10-21.20:05:20 by pjenvey, last changed 2010-05-02.17:55:15 by otmarhumbel.
| 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
|
| msg5704 (view) |
Author: Pekka Klärck (pekka.klarck) |
Date: 2010-04-14.14:57:45 |
|
I've noticed many problems with jython.bat distributed with 2.5.1 lately (#1491, #1599). It would be great to replace jython.bat with jython.exe.
|
| msg5740 (view) |
Author: holger krekel (hpk) |
Date: 2010-04-23.08:58:20 |
|
a note to support the need for resolving this issue: While py.test works with Jython on Unix it does not do so on Windows because of the missing launcher-support. Effectively I'd like to be able to use virtualenv and install packages including cmdline tools on Jython/XP.
|
|
| Date |
User |
Action |
Args |
| 2010-05-02 17:55:15 | otmarhumbel | set | assignee: otmarhumbel nosy:
+ otmarhumbel |
| 2010-04-23 08:58:21 | hpk | set | nosy:
+ hpk messages:
+ msg5740 |
| 2010-04-14 14:57:45 | pekka.klarck | set | nosy:
+ pekka.klarck messages:
+ msg5704 |
| 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 | |
|