Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 95642 invoked from network); 28 Aug 2006 01:10:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Aug 2006 01:10:50 -0000 Received: (qmail 29568 invoked by uid 500); 28 Aug 2006 01:10:47 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 29352 invoked by uid 500); 28 Aug 2006 01:10:41 -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 29341 invoked by uid 99); 28 Aug 2006 01:10:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 18:10:41 -0700 X-ASF-Spam-Status: No, hits=3.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_IN_SORBS_WEB,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 202.81.18.155 is neither permitted nor denied by domain of richard.liangyx@gmail.com) Received: from [202.81.18.155] (HELO ausmtp06.au.ibm.com) (202.81.18.155) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 18:10:40 -0700 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp06.au.ibm.com (8.13.6/8.13.6) with ESMTP id k7S1BVEb3240130 for ; Mon, 28 Aug 2006 11:11:38 +1000 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.250.243]) by sd0208e0.au.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id k7S1DQSe157896 for ; Mon, 28 Aug 2006 11:13:31 +1000 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k7S17J6n032094 for ; Mon, 28 Aug 2006 11:07:19 +1000 Received: from d23m0011.cn.ibm.com (d23m0011.cn.ibm.com [9.181.32.74]) by d23av02.au.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k7S17Jv3032074 for ; Mon, 28 Aug 2006 11:07:19 +1000 Received: from [127.0.0.1] ([9.181.106.172]) by d23m0011.cn.ibm.com (Lotus Domino Release 6.5.5HF262) with ESMTP id 2006082809095942-2872 ; Mon, 28 Aug 2006 09:09:59 +0800 Message-ID: <44F24264.5090901@gmail.com> Date: Mon, 28 Aug 2006 09:09:56 +0800 From: Richard Liang User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [app] ant with ecj References: <2a50f7880608271653o51079291l93584f5e6bc78b3f@mail.gmail.com> In-Reply-To: <2a50f7880608271653o51079291l93584f5e6bc78b3f@mail.gmail.com> X-MIMETrack: Itemize by SMTP Server on D23M0011/23/M/IBM(Release 6.5.5HF262 | April 5, 2006) at 28/08/2006 09:09:59, Serialize by Router on D23M0011/23/M/IBM(Release 6.5.5HF262 | April 5, 2006) at 28/08/2006 09:10:01, Serialize complete at 28/08/2006 09:10:01 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jordan Justen wrote: > Hi all. > > I'm trying to use ant with the ecj compiler. I override the compiler in > build.xml like this: > > > This will execute the compiler, but I find I have to add each jar from > jdk/jre/lib/boot to CLASSPATH or else ecj won't find the standard classes > during compilation. > > This is probably user error, and not related to harmony. :) Does anyone > know what I might be improperly configuring? Hello Jordan, Do you mean the "build.compiler" property in make/build_java.xml? I just give it a try by 1) overriding the compiler as what you have done 2) adding C:\harmony\workspace\trunk\depends\jars\ecj_3.2\ecj_3.2.jar into classpath. Everything works OK. :-) Could you give more detailed information about this issue? Thanks a lot. Best regards, Richard > > Thanks, > > -Jordan > -- Richard Liang China Software Development Lab, IBM --------------------------------------------------------------------- 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