Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 26667 invoked from network); 15 May 2002 15:41:13 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 15 May 2002 15:41:13 -0000 Received: (qmail 16646 invoked by uid 97); 15 May 2002 15:39:22 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 16398 invoked by uid 97); 15 May 2002 15:39:18 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 16254 invoked by uid 98); 15 May 2002 15:39:15 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <6757931EA0D9D3118B8E00C04FA05FB08A62C5@pansvr02> From: Arvind Gudipati To: Tomcat Users List , tomcat-dev@jakarta.apache.org Subject: JSPC bug with pacakge option Date: Wed, 15 May 2002 11:39:10 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1FC26.A80E70C0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C1FC26.A80E70C0 Content-Type: text/plain; charset="iso-8859-1" Seems like im hitting a bug in the class org.apache.jasper.JspC When i run the jspc without any package specified it works fine. However when i specify the package with option "-p jsp" i get .java files for each .jsp files created with package specified as "package jsp.;", and this fails to compile as it is not valid java file. Im using tocmat 4.0.3 release build and following is the command im using to precompile my jsp files c:\jdk1.3.1\bin\java -classpath ..\lib\catalina.jar;..\lib\jasper-runtime.jar;..\lib\jasper-compiler.jar;..\ lib\xerces.jar;..\lib\tomcat-util.jar;..\lib\servlet.jar;..\lib\servlets-com mon.jar;..\lib\bootstrap.jar;..\build\dist\common.jar;..\build\dist\baware.j ar org.apache.jasper.JspC -d .\temp -p jsp -webxml ./java/webapps/dpserver/WEB-INF/web.xml -webapp ./java/webapps/dpserver **************************************************************************** ************* This E-mail is from PANACYA Inc. The E-mail and any files transmitted with it are confidential and may also be privileged and intended solely for the use of the individual or entity to whom they are addressed. Any unauthorized direct or indirect dissemination, distribution or copying of this message and any attachments is strictly prohibited. If you have received the E-mail in error please notify administrator@panacya.com or telephone (410) 910-3300. **************************************************************************** ************ ------_=_NextPart_001_01C1FC26.A80E70C0--