> -----Original Message-----
> From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
> 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?
catalina.sh works like a charm.
jasper.sh
I have a small glitch in the classpath when running jasper but I don't know
where it is coming from.
I have an invalid character sets in the middle of the classpath when
converting the paths back to windows. Seems to be a cygwin issue with
loooooong paths, since i have no problems with short paths.
If someone with cygwin could check this it would be nice. see in the middle
of the classpath:
I have a "jakart ?mcat-4.0"
bash-2.05$ jasper.sh
Guessing JASPER_HOME from catalina.sh to ./..
Setting JASPER_HOME to ./..
Using CLASSPATH:
.;m:\sb_desproto\desproto\ichannel\lib\tomcat\jakarta-tomcat-4.0\classes;m:\
sb_desproto\desproto\ichannel\lib\tomcat\jakarta-tomcat-4.0\lib\jasper-runti
me.jar;m:\sb_desproto\desproto\ichannel\lib\tomcat\jakarta-tomcat-4.0\common
\lib\servlet.jar;m:\sb_desproto\desproto\ichannel\lib\tomcat\jakarta-tomcat-
4.0\lib\namingfactory.jar;m:\sb_desproto\desproto\ichannel\lib\tomcat\jakart
a-tomcat-4.0\common\lib\servlet.jar;m:\sb_desproto\desproto\ichannel\lib\tom
cat\jakarta-tomcat-4.0\jasper\crimson.jar;m:\sb_desproto\desproto\ichannel\l
ib\tomcat\jakart
?mcat-4.0\common\lib\servlet.jar;m:\sb_desproto\desproto\ichannel\lib\tomcat
\jakarta-tomcat-4.0\jasper\jasper-compiler.jar;m:\sb_desproto\desproto\ichan
nel\lib\tomcat\jakarta-tomcat-4.0\common\lib\servlet.jar;m:\sb_desproto\desp
roto\ichannel\lib\tomcat\jakarta-tomcat-4.0\jasper\jaxp.jar;m:\sb_desproto\d
esproto\ichannel\lib\tomcat\jakarta-tomcat-4.0\common\lib\servlet.jar
Using JASPER_HOME:
m:\sb_desproto\desproto\ichannel\lib\tomcat\jakarta-tomcat-4.0
Using JAVA_HOME: e:\jdk\jdk1.3.1
Usage: jasper.sh ( jspc )
Commands:
jspc - Run the jasper offline JSP compiler
However, jasper.bat is incorrect. It sets JASPER_HOME=. and looks for
%JASPER_HOME%\bin\jappend.bat
Should be JASPER_HOME=..
Stephane