Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 78525 invoked from network); 27 Aug 2006 23:54:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Aug 2006 23:54:22 -0000 Received: (qmail 68695 invoked by uid 500); 27 Aug 2006 23:54:15 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 68636 invoked by uid 500); 27 Aug 2006 23:54:15 -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 68625 invoked by uid 99); 27 Aug 2006 23:54:15 -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 16:54:15 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jljusten@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 16:54:14 -0700 Received: by ug-out-1314.google.com with SMTP id u40so1556900ugc for ; Sun, 27 Aug 2006 16:53:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=GW1+MIQbLJDXEua5CGtg2Sn5/iy3XqRRd70TAc46Db7/AHTs628KEMfYqW54WMPiAypGtgPCf/0ZrXnE5zX/TUUmBM3+vGo5HAQpW3VDubhK7imn7HC24QjvwOCce29VJeqvD1q2K8GWNmhILzNr7A4W12wV8wYEadMMmoaGwe4= Received: by 10.66.249.11 with SMTP id w11mr3388003ugh; Sun, 27 Aug 2006 16:53:53 -0700 (PDT) Received: by 10.66.234.20 with HTTP; Sun, 27 Aug 2006 16:53:53 -0700 (PDT) Message-ID: <2a50f7880608271653o51079291l93584f5e6bc78b3f@mail.gmail.com> Date: Sun, 27 Aug 2006 16:53:53 -0700 From: "Jordan Justen" To: harmony-dev@incubator.apache.org Subject: [app] ant with ecj MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_197264_32158931.1156722833207" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_197264_32158931.1156722833207 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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? Thanks, -Jordan ------=_Part_197264_32158931.1156722833207--