Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 21186 invoked from network); 22 Sep 2010 14:35:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Sep 2010 14:35:53 -0000 Received: (qmail 34945 invoked by uid 500); 22 Sep 2010 14:35:53 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 34854 invoked by uid 500); 22 Sep 2010 14:35:51 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 34840 invoked by uid 99); 22 Sep 2010 14:35:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Sep 2010 14:35:51 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.190] (HELO smtp6.freeserve.com) (193.252.22.190) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Sep 2010 14:35:42 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3629.me.freeserve.com (SMTP Server) with ESMTP id DD5E0700008A for ; Wed, 22 Sep 2010 16:35:21 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3629.me.freeserve.com (SMTP Server) with ESMTP id D10A4700008E for ; Wed, 22 Sep 2010 16:35:21 +0200 (CEST) Received: from mail.homeinbox.net (unknown [91.109.172.64]) by mwinf3629.me.freeserve.com (SMTP Server) with ESMTP id B0C76700008A for ; Wed, 22 Sep 2010 16:35:21 +0200 (CEST) X-ME-UUID: 20100922143521724.B0C76700008A@mwinf3629.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by mail.homeinbox.net (Postfix) with ESMTP id 7DDD22DF04 for ; Wed, 22 Sep 2010 14:35:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from mail.homeinbox.net ([127.0.0.1]) by localhost (mail.homeinbox.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fkU1h77K1E3v for ; Wed, 22 Sep 2010 14:35:17 +0000 (UTC) Received: from s2laptop.local (unknown [216.38.153.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.homeinbox.net (Postfix) with ESMTPSA id 9C5482DEFA for ; Wed, 22 Sep 2010 14:35:16 +0000 (UTC) Message-ID: <4C9A1421.9090404@apache.org> Date: Wed, 22 Sep 2010 07:35:13 -0700 From: Mark Thomas User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: Using JDK compiler with Tomcat (was: Re: svn commit: r999941) References: <4C9A0FD4.8070906@apache.org> <4C9A10D1.9090801@apache.org> In-Reply-To: <4C9A10D1.9090801@apache.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 22/09/2010 07:21, Mark Thomas wrote: > Looking at this some more, I wonder if JSP compilation with Ant is even > possible without tools.jar? I'll do some testing... It is, as long as ant-launcher.jar is in the lib directory. I've updated the docs. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org