Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 16858 invoked from network); 3 Jul 2006 09:38:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jul 2006 09:38:51 -0000 Received: (qmail 72542 invoked by uid 500); 3 Jul 2006 09:38:45 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 72493 invoked by uid 500); 3 Jul 2006 09:38:45 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 72481 invoked by uid 99); 3 Jul 2006 09:38:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2006 02:38:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [192.6.10.2] (HELO colossus.hpl.hp.com) (192.6.10.2) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2006 02:38:44 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by colossus.hpl.hp.com (Postfix) with ESMTP id 5B7826B9F7 for ; Mon, 3 Jul 2006 10:38:23 +0100 (BST) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from colossus.hpl.hp.com ([127.0.0.1]) by localhost (colossus.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9DJAROlAcH4v for ; Mon, 3 Jul 2006 10:38:22 +0100 (BST) Received: from kropotkin.hpl.hp.com (kropotkin.hpl.hp.com [16.25.191.14]) by colossus.hpl.hp.com (Postfix) with ESMTP id 6A3116B9D4 for ; Mon, 3 Jul 2006 10:38:22 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by kropotkin.hpl.hp.com (Postfix) with ESMTP id 284BB8B1C for ; Mon, 3 Jul 2006 10:38:22 +0100 (BST) X-Virus-Scanned: amavisd-new at kropotkin.hpl.hp.com Received: from kropotkin.hpl.hp.com ([127.0.0.1]) by localhost (kropotkin.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8ghW4Ca9aA7Z for ; Mon, 3 Jul 2006 10:38:17 +0100 (BST) Received: from timmay.hpl.hp.com (timmay.hpl.hp.com [16.25.171.20]) by kropotkin.hpl.hp.com (Postfix) with ESMTP id A1B8CC698 for ; Mon, 3 Jul 2006 10:38:17 +0100 (BST) Received: from [16.25.171.182] (chamonix.hpl.hp.com [16.25.171.182]) by timmay.hpl.hp.com (8.13.2/8.13.2) with ESMTP id k639c5u3022702 for ; Mon, 3 Jul 2006 10:38:10 +0100 (BST) Message-ID: <44A8E57D.1090700@apache.org> Date: Mon, 03 Jul 2006 10:38:05 +0100 From: Steve Loughran User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: Ant Users List Subject: Re: Ant JSP Compilation Please. References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-HPLB-IMAP-MailScanner-Information: Please contact the Helpdesk for more information X-HPLB-IMAP-MailScanner: Found to be clean X-HPLB-IMAP-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 5) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N karthik wrote: > Hi form > > > I had alook at Tomcat5's Ant build technique for JSP compilation > > and could not figure how to configure the build.xml for file / folder based compilation > > Can some body give some ant code snippet for the following > > > 1)Able to compile a single argumented "Jsp" file. > > 2)Able to Compile a single folder Argumented "Jsp" folder. > > 3)Able to Compile a multiple folder Argumented "Jsp" folder. > I cant help you as I have found precompilation more trouble than it is worth, and no longer recommend it. What I do now instead is use HttpUnit to fetch every single JSP page that I have in the app, after deploying it. That combines a functional test of the application with the building of the JSP pages in the app server that will host them. -steve --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org