Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 71947 invoked from network); 25 Mar 2010 17:55:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Mar 2010 17:55:29 -0000 Received: (qmail 3288 invoked by uid 500); 25 Mar 2010 17:55:26 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 3234 invoked by uid 500); 25 Mar 2010 17:55:26 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 3225 invoked by uid 99); 25 Mar 2010 17:55:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Mar 2010 17:55:26 +0000 X-ASF-Spam-Status: No, hits=-1.1 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of knst.kolinko@gmail.com designates 209.85.220.217 as permitted sender) Received: from [209.85.220.217] (HELO mail-fx0-f217.google.com) (209.85.220.217) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Mar 2010 17:55:21 +0000 Received: by fxm9 with SMTP id 9so7846018fxm.24 for ; Thu, 25 Mar 2010 10:54:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=68AG375hHkyx1iolsNq4kZQ45bML5J+VkZ24kWKE46M=; b=neNZhX4vITI87mKyQMDUXAiaW7yjm8tJ9SopuZovO5+i3j21zMK7jCDlbAvLJJPVqN W7M0jwtMkF1hX0P7tGmalA5Xebbs0xpOHHEmOYC92oauGk96g8GauMr1O6ryuveP3tJr lCqosmJJOotuKPURaYt1KilLxp5zgep+VObQk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=mbec88LQFa42srTIo8rq8KlfeMRG4BcQKTMiTupFerRY4fJzbXEd6Lbfna4uWkHojm sh4mXja3Y/TqNWtybW0q2CgEm/ZUC5hG5jkJRUcJYodNTW/NQTeZ8ppxuZMPPmEv5lIJ fHau0KLvfq9yLMK+mLEIteO0oPpyei0NWJGhk= MIME-Version: 1.0 Received: by 10.103.125.19 with SMTP id c19mr5708351mun.114.1269539699279; Thu, 25 Mar 2010 10:54:59 -0700 (PDT) In-Reply-To: <4149ae81003240540y548ad7cdo7edfe7e4c7b59b3c@mail.gmail.com> References: <4149ae81003240158p36038010qc27c071a736cdc37@mail.gmail.com> <4BAA01DC.4020509@gmail.com> <4149ae81003240540y548ad7cdo7edfe7e4c7b59b3c@mail.gmail.com> Date: Thu, 25 Mar 2010 20:54:59 +0300 Message-ID: <427155181003251054r5e7e33d6qa3a29b4f1e5a917c@mail.gmail.com> Subject: Re: Compiling JSP with SMAP From: Konstantin Kolinko To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2010/3/24 TW=F6nl=ECn=E8 : > @Mercy, Thanks.... > > I managed to create SMAP files, > using this code in my BUILD.XML - which compiles JSPs > > (...) > > Now it is creating .SMAP files. > SMAPs are appended to the *.class files. That is why you do not see them as separate files when running Tomcat. Format of the SMAP is specified by JSR 045, http://jcp.org/en/jsr/detail?id=3D045 Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org