Bug 33362 - setclasspath.bat missing @echo off
Summary: setclasspath.bat missing @echo off
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 5.0.30
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-02 17:55 UTC by Michael Grunert
Modified: 2005-03-23 06:23 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Grunert 2005-02-02 17:55:12 UTC
in setclasspath.bat at the first line the @echo off ist missing, preventing this
script from running and doing its work, leading to compiler not found errors
when trying to use jsp ..
Comment 1 Yoav Shapira 2005-03-23 15:23:40 UTC
Besides the fact it works for me and hasn't been corroborated, every reference
I've found, e.g. http://www.dx21.com/SCRIPTING/MSDOS/ViewItem.ASP?OID=11, says
@echo off is optional.  It shouldn't affect the rest of the script either way.