You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Arieh Markel <Ar...@Central.Sun.COM> on 2000/02/07 16:29:28 UTC

Typo in jspc.bat (was Re: cvs commit: jakarta-tomcat/src/shell jspc.sh jspc.bat)

There is a typo in the batch file checked in:


>   1.1                  jakarta-tomcat/src/shell/jspc.bat
>   
>   Index: jspc.bat
>   ===================================================================
>   @echo off
>   rem $Id: jspc.bat,v 1.1 2000/02/07 08:02:14 shemnon Exp $
>   rem A batch file to run the JspC Compiler
>   
>   rem This batch file written and tested under Windows NT
>   rem Improvements to this file are welcome
>   
>   set jsdkJars=.\lib\webserver.jar;.\lib\servlet.jar
>   set jspJars=.\lib\jasper.jar
>   set beanJars=.\webpages\WEB-INF\classes\jsp\beans
>   set miscJars=.\lib\xml.jar
>   set appJars=%jsdkJars%;%jspJars%;%beanJars%;%miscJars%
>   set sysJars=%JAVA_HOME%\lib\tools.jar
>   
>   set appClassPath=.\classes;%appJars%
>   set cp=%CLASSPATH%
>   
>   set CLASSPATH=%appClassPath%;%sysJars%
>   
>   if "%cp%" == "" goto next
>   
>   rem else
>   set CLASSPATH=%CLASSPATH%;%cp%
>   
>   echo Using classpath: %CLASSPATH%
>   rem start java org.apache.tomcat.shell.Startup %2 %3 %4 %5 %6 %7 %8 %9
>   java org.apache.japser.JspC %1 %2 %3 %4 %5 %6 %7 %8 %9
                    ^^^^^^
                    jasper
>   
>   set CLASSPATH=%cp%
>   set port=
>   set host=
>   set test=
>   set jsdkJars=
>   set jspJars=
>   set beanJars=
>   set miscJars=
>   set appJars=
>   set appClassPath=
>   set cp=
>   
>   
>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org

--
 Arieh Markel		                Sun Microsystems Inc.
 Network Storage                        500 Eldorado Blvd. MS UBRM11-194
 e-mail: arieh.markel@sun.COM           Broomfield, CO 80021
 Let's go Panthers !!!!                 Phone: (303) 272-8547 x78547
 (e-mail me with subject SEND PUBLIC KEY to get public key)