Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 48721 invoked from network); 2 Jul 2006 14:31:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jul 2006 14:31:26 -0000 Received: (qmail 23340 invoked by uid 500); 2 Jul 2006 14:31:24 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 23270 invoked by uid 500); 2 Jul 2006 14:31:23 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 23259 invoked by uid 99); 2 Jul 2006 14:31:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jul 2006 07:31:23 -0700 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=DATE_IN_PAST_12_24,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 64.74.244.71 is neither permitted nor denied by domain of geir@pobox.com) Received: from [64.74.244.71] (HELO chi.mobile-health-diary.com) (64.74.244.71) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 02 Jul 2006 07:31:23 -0700 Received: (qmail 28790 invoked from network); 2 Jul 2006 14:31:02 -0000 Received: from ool-43560edb.dyn.optonline.net (HELO ?192.168.1.106?) (geir@67.86.14.219) by b014.internal.mobile-health-diary.com with SMTP; 2 Jul 2006 14:31:02 -0000 Message-ID: <44A6EDFB.8070408@pobox.com> Date: Sat, 01 Jul 2006 17:49:47 -0400 From: Geir Magnusson Jr Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: svn commit: r418195 - /incubator/harmony/enhanced/classlib/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java References: <20060630074946.0D2A31A983A@eris.apache.org> In-Reply-To: <20060630074946.0D2A31A983A@eris.apache.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Indeed not. Should we just use an ant filter and a property to set this? geir tellison@apache.org wrote: > Author: tellison > Date: Fri Jun 30 00:49:45 2006 > New Revision: 418195 > > URL: http://svn.apache.org/viewvc?rev=418195&view=rev > Log: > Update compiler impl reference > (should not be hardcoded like this) > > Modified: > incubator/harmony/enhanced/classlib/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java > > Modified: incubator/harmony/enhanced/classlib/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java > URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java?rev=418195&r1=418194&r2=418195&view=diff > ============================================================================== > --- incubator/harmony/enhanced/classlib/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java (original) > +++ incubator/harmony/enhanced/classlib/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java Fri Jun 30 00:49:45 2006 > @@ -36,7 +36,7 @@ > "ISO8859_1"); > > /* FIXME: Hard-coded for now, the name of the ECJ JAR file */ > - static final String ECJ_JAR_FILE = "ecj_3.2RC5.jar"; > + static final String ECJ_JAR_FILE = "ecj_3.2MAINT.jar"; > > /* The name of the ECJ compiler class */ > static final String MAIN_CLASS_NAME = "org.eclipse.jdt.internal.compiler.batch.Main"; > > > > --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org