Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 6925 invoked from network); 20 Feb 2007 19:44:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2007 19:44:46 -0000 Received: (qmail 14496 invoked by uid 500); 20 Feb 2007 19:44:51 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 14227 invoked by uid 500); 20 Feb 2007 19:44:49 -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 14216 invoked by uid 99); 20 Feb 2007 19:44:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2007 11:44:49 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [216.252.111.86] (HELO web56407.mail.re3.yahoo.com) (216.252.111.86) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 20 Feb 2007 11:44:37 -0800 Received: (qmail 60862 invoked by uid 60001); 20 Feb 2007 19:44:16 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=IWSeZNtCxmeiQMlC/XP3SP0rQxSBnd+1UB5622xEMsbYHNrhNj0pIb0R6inWo3g8NgNYTrZknnHuk7Z6zMLZ+GAoVY2mNCnSeHiOxPFAO8gHqAEi4nWzTJNod7IXNXE74Enu19jSrMPZMkfEOHJuvupIMRimkklUUlPsh4evAVM=; X-YMail-OSG: _7qC1m4VM1lEJUlkbjN_UIztbOpCqgtJXLQTDwakaTceLzLSpdOh5BkoJFJ4H8z2rYxPQN2mzrKr8ox_9mZMtVGEEzg2c9OBPx9LemKYu8anv99LOfbvhHPyRfW1bDWRNgaAwSiim0P9k_g- Received: from [68.196.152.202] by web56407.mail.re3.yahoo.com via HTTP; Tue, 20 Feb 2007 11:44:16 PST X-Mailer: YahooMailRC/368.8 YahooMailWebService/0.6.132.8 Date: Tue, 20 Feb 2007 11:44:16 -0800 (PST) From: Rashmi Rubdi Subject: Re: How to compile jsp files with ANT To: Ant Users List MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <514875.60256.qm@web56407.mail.re3.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi Lokesh,=0A=0AI'm assuming you want to pre-compile JSPs. You can use Jasp= er for that.=0A=0ATake a look at the Jasper ANT task here:=0Ahttp://tomcat.= apache.org/tomcat-5.5-doc/jasper-howto.html=0A=0AThe pre-compilation proces= s first converts all JSP files to .java files and then compiles them into c= lass files, it will also modify web.xml=0Ato create a servlet mapping of ev= ery JSP class file.=0A=0Afor example:=0A=0A =0A org.apache.jsp.web._005fterms.copyright_jsp=0A = org.apache.jsp.web._005fterms.copyright_jsp= =0A =0A=0A =0A org.ap= ache.jsp.web._005fterms.copyright_jsp=0A /web/_terms/copyright.jsp=0A =0A=0AI gu= ess that's what you are looking for.=0A=0A-Rashmi=0A=0A----- Original Messa= ge ----=0AFrom: Lokesh Jayaraman =0ATo: user@ant.= apache.org=0ASent: Tuesday, February 20, 2007 4:41:55 AM=0ASubject: How to = compile jsp files with ANT=0A=0A=0ADear,=0A=0AHow to compile JSP files usin= g ANT and Websphere Application Server 6.0=0Aand also use websphere's java = compiler and libraries=0AKindly help me to solve this pbm=0Aby=0ALokesh=0A= =0A=0A =0A_________________________________________________________________= ___________________=0ASucker-punch spam with award-winning protection. =0AT= ry the free Yahoo! Mail Beta.=0Ahttp://advision.webevents.yahoo.com/mailbet= a/features_spam.html --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org