Re: svn commit: r723738 - in /tomcat/trunk/bin: setclasspath.bat setclasspath.sh

2008-12-30 Thread Mark Thomas
Konstantin Kolinko wrote: > The part of this patch that changes setclasspath.bat is broken. > > The if condition line should be: > > +if not "%JAVA_ENDORSED_DIRS%" == "" goto gotEndorseddir > > I.e., there should be a second '%' after the env variable name. Thanks for the catch. This has been f

Re: svn commit: r723738 - in /tomcat/trunk/bin: setclasspath.bat setclasspath.sh

2008-12-30 Thread Konstantin Kolinko
The part of this patch that changes setclasspath.bat is broken. The if condition line should be: +if not "%JAVA_ENDORSED_DIRS%" == "" goto gotEndorseddir I.e., there should be a second '%' after the env variable name. Note: an error in the .sh part of the patch has already been fixed as http:/