Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 66633 invoked from network); 2 Oct 2002 15:22:28 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 Oct 2002 15:22:28 -0000 Received: (qmail 17482 invoked by uid 97); 2 Oct 2002 15:22:54 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 17324 invoked by uid 97); 2 Oct 2002 15:22:53 -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 17227 invoked by uid 98); 2 Oct 2002 15:22:53 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <3D9B0EF0.57E13FF@labs.gte.com> Date: Wed, 02 Oct 2002 11:21:20 -0400 From: peter lin X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Tomcat Developers List Subject: [Possible bug with jspc] References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I spent the last two days trying to use JspC to compile an entire webapp and came across a problem. I'm not sure if this is a bug or not, but I can reproduce it every time. I'm still trying to track down the cause, but I thought I'd post a question and maybe some one with more knowledge can point me in the right direction. I am using the following command to run jspc C:\tomcat\bin>jspc -d ..\work\Standalone\localhost\_ -uribase c:/myapp/web -webapp c:/myapp/web in one of included files I define all the taglibs i use. right now I am using taglibs from the Jakarta. If I use the string tag, it causes JspC to die with NPE. If I remove the <%@ taglib %> for string tag, jspc works fine. the main difference between JSTL and string tag is JSTL is 1.2 and string tag is 1.1. the page works just fine if I load it in the browser, but for some reason, JspC doesn't like 1.1 taglibs. can anyone provide any insight? peter lin -- To unsubscribe, e-mail: For additional commands, e-mail: