On Mon, 10 Sep 2001, Stephane Bailliez wrote:
> Date: Mon, 10 Sep 2001 09:19:32 +0100
> From: Stephane Bailliez <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: RE: [ANNOUNCE] Tomcat 4.0 Release Candidate 1 Available
>
> Craig,
>
> I'm desperately trying for weeks to have a patch committed concerning
> catalina.sh that does not work under cygwin. Bip committed the one on
> digest.sh but catalina.sh and jasper.sh are still pending.
>
> http://marc.theaimsgroup.com/?l=tomcat-dev&m=99830164420886&w=2
>
> I would be grateful if this could be fixed before the release...
>
> The current cygwin magic simply does not work because the process must be:
> 1) convert everything into unix like paths
> 2) manipulate paths
> 3) convert back to the windows like paths.
> 4) run the java process
>
> The step 1 is missing thus it will fail on windows because paths will be a
> mixed of unix/windows separators.
>
>
Stephane,
I *finally* got to these suggested patches, and have commited changes to
catalina.sh, digest.sh, and jasper.sh to implement Cygwin support
consistently and (hopefully) correctly. Could you please try all of these
scripts with tonight's nightly build (20010912) to make sure that I didn't
mess anything up?
> Cheers,
>
> --
> Stephane Bailliez
Thanks,
Craig