You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@locus.apache.org on 2000/03/31 22:16:59 UTC

cvs commit: jakarta-tomcat/src/shell jspc.bat

craigmcc    00/03/31 12:16:59

  Modified:    src/shell jspc.bat
  Log:
  Fix "jspc.bat" in the same manner as "startup.bat" and "shutdown.bat"
  PR:135
  Submitted by:	nacho@siapi.es
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-tomcat/src/shell/jspc.bat
  
  Index: jspc.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/shell/jspc.bat,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jspc.bat	2000/02/26 20:44:15	1.3
  +++ jspc.bat	2000/03/31 20:16:58	1.4
  @@ -1,5 +1,5 @@
   @echo off
  -rem $Id: jspc.bat,v 1.3 2000/02/26 20:44:15 rubys Exp $
  +rem $Id: jspc.bat,v 1.4 2000/03/31 20:16:58 craigmcc Exp $
   rem A batch file to run the JspC Compiler
   
   rem This batch file written and tested under Windows NT
  @@ -18,6 +18,6 @@
   goto eof
   
   :start
  -call %TOMCAT_HOME%\bin\tomcat jspc %*
  +call %TOMCAT_HOME%\bin\tomcat jspc %1 %2 %3 %4 %5 %6 %7 %8 %9
   
   :eof