Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 47280 invoked from network); 18 Oct 2002 06:52:16 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 18 Oct 2002 06:52:16 -0000 Received: (qmail 6065 invoked by uid 97); 18 Oct 2002 06:53:08 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 6037 invoked by uid 97); 18 Oct 2002 06:53:07 -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 6021 invoked by uid 50); 18 Oct 2002 06:53:06 -0000 Date: 18 Oct 2002 06:53:06 -0000 Message-ID: <20021018065306.6020.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 11891] - JspC does not work for webapps X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11891 JspC does not work for webapps ------- Additional Comments From mbrodzia@erggroup.com 2002-10-18 06:53 ------- Greg, Yes I had the problems with normal JSP compilation as well, and it was due to an unchecked cast. Here is the change that resolves it: JSPCompilationContext.java 145: boolean isPAckageNeeded= false; if ( options instanceof JspC ) { isPAckageNeeded= ((JspC)options).isOutputDirSet();//if not -dd option } I can now precompile and also use standard JSP compilation. -- To unsubscribe, e-mail: For additional commands, e-mail: