Thanks for the explanation.
,
Josh.
> -Original Message-
> From: Ben Souther [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 11, 2005 1:53 PM
> To: Tomcat Developers List
> Subject: RE: setclasspath scripts
>
>
> I contributed the patch for the Unix scripts (bec
://issues.apache.org/bugzilla/show_bug.cgi?id=32081
On Mon, 2005-07-11 at 14:22, Fenlason, Josh wrote:
> Then why the difference between the Unix and Windows setclasspath
> scripts? Thanks.
> ,
> Josh.
>
> > -Original Message-
> > From: Yoav Shapi
Then why the difference between the Unix and Windows setclasspath
scripts? Thanks.
,
Josh.
> -Original Message-
> From: Yoav Shapira [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 11, 2005 1:18 PM
> To: 'Tomcat Developers List'
> Subject: RE: setclasspath sc
> Sent: Monday, July 11, 2005 2:11 PM
> To: tomcat-dev@jakarta.apache.org
> Subject: setclasspath scripts
>
> In Tomcat 5.5.9 setclasspath.sh, tools.jar is only conditionally added
> to the classpath.
> if [ "$1" = "debug" -o "$1" = "javac&q
In Tomcat 5.5.9 setclasspath.sh, tools.jar is only conditionally added
to the classpath.
if [ "$1" = "debug" -o "$1" = "javac" ] ; then
CLASSPATH="$JAVA_HOME"/lib/tools.jar
fi
setclasspath.bat unconditionally add tools.jar to the classpath.
set CLASSPATH=%JAVA_HOME%\lib\tools.ja