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 0228AE687 for ; Fri, 11 Jan 2013 08:17:34 +0000 (UTC) Received: (qmail 51763 invoked by uid 500); 11 Jan 2013 08:17:30 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 51399 invoked by uid 500); 11 Jan 2013 08:17:29 -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 51365 invoked by uid 99); 11 Jan 2013 08:17:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2013 08:17:28 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of knst.kolinko@gmail.com designates 209.85.220.182 as permitted sender) Received: from [209.85.220.182] (HELO mail-vc0-f182.google.com) (209.85.220.182) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2013 08:17:23 +0000 Received: by mail-vc0-f182.google.com with SMTP id fy27so1196192vcb.13 for ; Fri, 11 Jan 2013 00:17:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=JHE5MeaB4OpoxfBqqw7leWnZ7yF7iAnvpoKArwnE/Wo=; b=PDyVKluXJ3TgMH360H06Nw2mt/iBQ5Stg1i+3o8dVLf6G3ZIcgnqyhRk4HXhDPkCau 4wdUGyWIg6bdcBSe3Y6GTPVYUAbsyl1q9vNX/SgTRYDOSMm9BVqpdZ5AeOz4bZQ64udw b+fFbFQh0tIYZjrg9CVkZ5J3MKrAYJ5UYuUiL2nvGgUc5BRXrtE+2hHoNfSTXLxVM7/7 tplrGmaHXsShNlqPNssDhO9FxlqLgHZb06svtCBlk6nwFhDKlpKLTXlwyqwIJ2WoQHEe p+VFAGLy396P33N/IIW0wKQQPKBIEo9XTVUll6q0Ta5OjTiH631Cel0j+2CEP/bk/wAY nteA== MIME-Version: 1.0 Received: by 10.52.18.207 with SMTP id y15mr80847161vdd.8.1357892222407; Fri, 11 Jan 2013 00:17:02 -0800 (PST) Received: by 10.58.249.199 with HTTP; Fri, 11 Jan 2013 00:17:02 -0800 (PST) In-Reply-To: References: Date: Fri, 11 Jan 2013 12:17:02 +0400 Message-ID: Subject: Re: Tomcat 7.0.34 and ecj 3.7.2/4.2.1 From: Konstantin Kolinko To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2013/1/11 Ralph Schaer : > Hi > > Tomcat 7.0.34 bumped ecj to version 4.2.1. But the pom file > of tomcat-embed-jasper still points to version 3.7.2 of ecj. > Is it safe to use ecj 3.7.2 with Tomcat 7.0.34? > It's unfortunately not possible to override this, because I haven't found > the 4.2.1 artifact in the central repository. > 1. Thank you for reporting the issue. I fixed this in svn, but 7.0.35 has already been tagged several hours ago. 2. Absence of ecj 4.2.1 in central repository is not a stopper. It happened before and is expected to happen in the future. You can install it locally. http://markmail.org/message/xyw3bv2flmbhsdt4 https://bugs.eclipse.org/bugs/show_bug.cgi?id=283745 3. I personally would recommend to go with 4.2.1. It is known that Eclipse 3.7.2 fails to compile the current Tomcat trunk sources (the compiler crashes), 4.2.1 works fine. There was report by Jess Holle on a crash with 4.2.1, but what causes the crash is unknown and I have not observed anything like that. http://tomcat.markmail.org/thread/oe5wwu3dm2zcjp4m Anyway, if you are in doubt, you may try to run precompilation for your JSPs with JspC just to make sure that everything compiles nicely. (I do not suggest to actually use the compiled classes. I mean just to run a compilation to check that they are compilable). 4. The bump of ecj version included a change in one of java classes. @Override is a compile-time annotation. You should still be able to run with 3.7.2. http://svn.apache.org/viewvc?view=revision&revision=1411587 Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org