Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 19270 invoked from network); 13 Sep 2005 16:27:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2005 16:27:33 -0000 Received: (qmail 33546 invoked by uid 500); 13 Sep 2005 16:27:17 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 33533 invoked by uid 500); 13 Sep 2005 16:27:17 -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 33520 invoked by uid 99); 13 Sep 2005 16:27:17 -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 09:27:17 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=SPF_HELO_FAIL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of funkman@joedog.org designates 204.74.20.252 as permitted sender) Received: from [204.74.20.252] (HELO sid.armstrong.com) (204.74.20.252) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 09:27:28 -0700 Received: from [10.38.20.105] ([10.38.20.105]) by sid.armstrong.com (8.12.8p1/8.12.8) with ESMTP id j8DGH7sR032099 for ; Tue, 13 Sep 2005 11:17:07 -0500 Message-ID: <4326FDE1.9080507@joedog.org> Date: Tue, 13 Sep 2005 12:27:13 -0400 From: Tim Funk Organization: Human being User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-Accept-Language: en-us, en, es-mx, de, sv MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Why are tag files always compiled to class files? References: <10b00a2105091308071ecc9bac@mail.gmail.com> In-Reply-To: <10b00a2105091308071ecc9bac@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Yeah, I ran into this too. It would require a refactoring of jasper to allow this. The last time I looked into this - at first glance, it appeared the tag file need compiled so that all of its properties can be looked up for pages which used that tag file. -Tim ping xu wrote: > Hi, > I hope someone could shed some light on this: I'm trying to pre-compile JSPs > using Jasper (Jasper2 Ant task from the document). My Tomcat version is > 5.0.28. In my webapp, there are a few custom tags in tag file format. When I > set the jasper2 "comiple" attribute to false, I expect only java files being > generated by Jasper Ant task -- they shouldn't be compiled to class files. > This is generally true for all the JSP files. However the tag files don't > follow this rule, they always get compiled to class files. Is it possible to > let jasper only generate the java files for tag files? > > Thanks, > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org