Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 22179 invoked from network); 4 Jul 2006 00:51:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Jul 2006 00:51:32 -0000 Received: (qmail 40912 invoked by uid 500); 4 Jul 2006 00:51:30 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 40862 invoked by uid 500); 4 Jul 2006 00:51:30 -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 40849 invoked by uid 99); 4 Jul 2006 00:51:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2006 17:51:30 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=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; Mon, 03 Jul 2006 17:51:29 -0700 Received: (qmail 23184 invoked from network); 4 Jul 2006 00:51:05 -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; 4 Jul 2006 00:51:05 -0000 Message-ID: <44A9BB7E.9000304@pobox.com> Date: Mon, 03 Jul 2006 20:51:10 -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> <44A6EDFB.8070408@pobox.com> <44A99050.2080206@gmail.com> In-Reply-To: <44A99050.2080206@gmail.com> 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 Can you get your IDE to invoke ant? Tim Ellison wrote: > Geir Magnusson Jr wrote: >> Indeed not. Should we just use an ant filter and a property to set this? > > Does your IDE cope with this? It will require testing exclusively via > Ant I think. > > Regards, > Tim > >> 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 >> >> > --------------------------------------------------------------------- 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