Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 86843 invoked from network); 13 Sep 2005 15:07:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2005 15:07:47 -0000 Received: (qmail 47582 invoked by uid 500); 13 Sep 2005 15:07:30 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 47347 invoked by uid 500); 13 Sep 2005 15:07:29 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 47334 invoked by uid 99); 13 Sep 2005 15:07:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 08:07:29 -0700 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=FROM_ENDS_IN_NUMS,HTML_00_10,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of pxu.001@gmail.com designates 66.249.82.192 as permitted sender) Received: from [66.249.82.192] (HELO xproxy.gmail.com) (66.249.82.192) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 08:07:39 -0700 Received: by xproxy.gmail.com with SMTP id i31so2758358wxd for ; Tue, 13 Sep 2005 08:07:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=fItlM2577u1eoHbrHfXqN07xCUzbIaPwgtFZTIBxRLMMkr9j7+wYcDpmVJrjE8sR1itaiIwqG7YqEyGo8/4OPBtKHdInwy/+W6Uyh0vtGgeeySp7bDXE7Z+hIzFSh6AAed/vPXEy2RaWcCEjv8VFJ4vZake21r0SKll2QW8HPn0= Received: by 10.70.113.18 with SMTP id l18mr153421wxc; Tue, 13 Sep 2005 08:07:27 -0700 (PDT) Received: by 10.70.71.1 with HTTP; Tue, 13 Sep 2005 08:07:27 -0700 (PDT) Message-ID: <10b00a2105091308071ecc9bac@mail.gmail.com> Date: Tue, 13 Sep 2005 11:07:27 -0400 From: ping xu Reply-To: pxu.001@gmail.com To: tomcat-user@jakarta.apache.org Subject: Why are tag files always compiled to class files? Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7577_27940106.1126624047211" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_7577_27940106.1126624047211 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I hope someone could shed some light on this: I'm trying to pre-compile JSP= s=20 using Jasper (Jasper2 Ant task from the document). My Tomcat version is=20 5.0.28. In my webapp, there are a few custom tags in tag file format. When = I=20 set the jasper2 "comiple" attribute to false, I expect only java files bein= g=20 generated by Jasper Ant task -- they shouldn't be compiled to class files.= =20 This is generally true for all the JSP files. However the tag files don't= =20 follow this rule, they always get compiled to class files. Is it possible t= o=20 let jasper only generate the java files for tag files? Thanks, ------=_Part_7577_27940106.1126624047211--