I should have "jasper.sh" working correctly now.  It was using CP the
first time without initializing it, and was missing some double quotes
that could cause problems with paths that had spaces in them.

Will be fixed in nightly build 20010914 (and rc2).

Craig


On Thu, 13 Sep 2001, Stephane Bailliez wrote:

> Date: Thu, 13 Sep 2001 10:15:49 +0100
> From: Stephane Bailliez <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: RE: [ANNOUNCE] Tomcat 4.0 Release Candidate 1 Available
>
> > -----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
>


Reply via email to