Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E927E4815 for ; Thu, 23 Jun 2011 22:06:25 +0000 (UTC) Received: (qmail 4447 invoked by uid 500); 23 Jun 2011 22:06:22 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 4391 invoked by uid 500); 23 Jun 2011 22:06:22 -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 4379 invoked by uid 99); 23 Jun 2011 22:06:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 22:06:22 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jieryn@gmail.com designates 209.85.210.173 as permitted sender) Received: from [209.85.210.173] (HELO mail-iy0-f173.google.com) (209.85.210.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 22:06:14 +0000 Received: by iyb3 with SMTP id 3so2754790iyb.18 for ; Thu, 23 Jun 2011 15:05:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=iKFodeMMST44oKGCMOh5J2QLLNeoOJZgaT3j2bFpYgE=; b=TBKneQ0Y/lRCzhd/eOUXUW17yOpKy6bYrNjrtd/OgonUiQWKSn+YM8ti1Wyy7WJkPB VlKwvQYChJ4vHXLi/rPPwmtBpknnxhf92BWtmIybIwC+JZIWSJdxyxuz/ZuLooGXGsma otHfDgWz04MDst3cC4MY70jcCwR8E92dDqX78= 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; b=qWXuZEvIHk3OjyEcWKQHF+Qvl6Ly0uvFm7pkd1NuCC8g9O/m5EnLwMeUeXZ2Iy3sHh l7U1ke1IHJoJtsSNC4jxlM7J0ZckzIu6vDDH1aQnSvB1LarCf68cSCvtwcAzTSeqrTxc CnIip6wpUOQ9pymhG5Eyxs1zNLY5EFnFX5SWI= MIME-Version: 1.0 Received: by 10.42.151.196 with SMTP id f4mr2451314icw.285.1308866753487; Thu, 23 Jun 2011 15:05:53 -0700 (PDT) Received: by 10.231.68.82 with HTTP; Thu, 23 Jun 2011 15:05:53 -0700 (PDT) In-Reply-To: References: Date: Thu, 23 Jun 2011 18:05:53 -0400 Message-ID: Subject: Re: Dreaded No Java compiler available From: Jesse Farinacci To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Greetings, On Thu, Jun 23, 2011 at 4:37 PM, Konstantin Kolinko wrote: > > Latest Tomcat 6 and Tomcat 7 do use the ecj compiler from Eclipse IDE > project directly, without repacking it. > > If you are struggling with maven, some discussion of troubles with > downloading ecj is here: > https://issues.apache.org/bugzilla/show_bug.cgi?id=50604#c1 Thank you, Konstantin! Adding the following solved my issue: org.eclipse.jdt.core.compiler ecj 3.5.1 runtime I am now able to compile my JSPs on the fly, automatically, in Apache Tomcat. Despite Mark's comments about bulky downloads in the link you gave earlier, I find it adds only ~1.5Mb to the already dense ~25Mb executable jar which I'm building. Thank you, -Jesse -- There are 10 types of people in this world, those that can read binary and those that can not. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org