At 02:03 PM 1/3/2002 +0000, Finn Bock wrote:
>[Steve Cohen]
>
>>Is there a way to get the jython installer to make a unix shell script
>>to launch jython from a cygwin bash shell on Windows 98?
>
>No, unfortunately not.
>
>>I want to have
>>a real console. Unfortunately, the installer seems to detect that I'm
>>running Windows and therefore have no need of a shell script, even if I
>>launch the installer from the cygwin bash.
>
>I know of no way the installer can tell the difference automaticly.
>
>We already have this as a feature request, so you don't have to add it
>yourself:
In fact, it seems to me that once upon a time in the earliest days
of Jython (as opposed to JPython) I installed from a unixy shell
(it was the AT&T UWIN rather than Cygwin, but I think that's irrelevant)
under Windows and GOT a shell script rather than a bat file, and it
was most definitely NOT what I wanted.
This is kind of a tricky issue to "get right", IMO, because different
people will want different things.
Option 1. Build both bat and shell on Windows (even though the shell
version won't be used in most cases)
Option 2. Build a bat file on Windows unless an optional command-line
argument to the installer is supplied.
Mats
|