From dev-return-37008-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Tue Apr 28 04:29:22 2009 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 57894 invoked from network); 28 Apr 2009 04:29:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Apr 2009 04:29:22 -0000 Received: (qmail 918 invoked by uid 500); 28 Apr 2009 04:29:21 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 824 invoked by uid 500); 28 Apr 2009 04:29:21 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 811 invoked by uid 99); 28 Apr 2009 04:29:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2009 04:29:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of am2605@gmail.com designates 209.85.198.241 as permitted sender) Received: from [209.85.198.241] (HELO rv-out-0708.google.com) (209.85.198.241) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2009 04:29:11 +0000 Received: by rv-out-0708.google.com with SMTP id c5so1569879rvf.4 for ; Mon, 27 Apr 2009 21:28:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:to:subject:from :content-type:mime-version:references:content-transfer-encoding :message-id:in-reply-to:user-agent; bh=H7wtkDADGNfLT45uBmCJMj/Lz+H3fTYiSSBHJLIm8wc=; b=q9Lh8hKV0OZNGrGVFtP2FtNG/l0Z0pOawcIGFI7nYilLAMbQeq2+JXYXYUZkWAOkvW vQSK8/8InRDuvijUtKH98BALj8OsZbuv2zhvcDBBiZ62oaP8mfsMtI6Sl9v3I+diCpEi aPMNmjphwesf0By8bPENgM1XJevwp1v+ylyrk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:subject:from:content-type:mime-version:references :content-transfer-encoding:message-id:in-reply-to:user-agent; b=JdP9OPD+90rlaRsW+yjXsuBFM0jTsuiLtgfajMvgP2KQ5NhBEjWENo1CTNr8/kVK0K VLfPmW5xq4r8pMBDAJ4trJK4yEnyFKd8ekX561KLdDEQEaqlZ1Wte3Zzvi8azvmcgA7x 4FTdCATFKQEznFh7Ntn6X+y3tUi1QsF4fDiZA= Received: by 10.115.91.11 with SMTP id t11mr3169352wal.112.1240892931135; Mon, 27 Apr 2009 21:28:51 -0700 (PDT) Received: from dell-e6400.hrv.org.au (CPE-124-178-228-125.static.nsw.bigpond.net.au [124.178.228.125]) by mx.google.com with ESMTPS id n33sm3322530wag.21.2009.04.27.21.28.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 27 Apr 2009 21:28:50 -0700 (PDT) Date: Tue, 28 Apr 2009 14:28:17 +1000 To: dev@harmony.apache.org Subject: Re: [general] Building on Fedora 10 From: "Andrew Myers" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 References: Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.64 (Win32) X-Virus-Checked: Checked by ClamAV on apache.org Hi Manju, Thanks for taking the time to reply. Yes I downloaded it from here: http://download.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/index.php#JDTCORE (That link is terribly well hidden by the way!) The file I downloaded is ecj-3.4.2.jar I placed it in /usr/share/ant/lib, which as far as I can determine is where ant was installed by yum. But I still get the message saying "Please place the ECJ JAR in ANT_HOME/lib" I installed ant on Fedora with yum - the version is 1.7.1. There isn't an ANT_HOME environment variable set, but I tried this and it still gave the same message. So I'm a bit confused. Is there any other place it might be looking for it, or something I can run to double check I have the right place? Regards, Andrew. On Tue, 28 Apr 2009 14:19:50 +1000, Manju Vijayakumar wrote: > Hey Andrew, > > About the ecj.jar, you need to manually download ecj.jar and put it in > your > ANT lib folder. > > Thanks, > Manju > > On Mon, Apr 27, 2009 at 11:03 PM, Andrew Myers wrote: > >> Hi, >> >> Firstly I hope I am okay to ask this "newbie" type question on this >> list... >> >> I'm trying to build harmony on Fedora 10, following the instructions at >> http://harmony.apache.org/quickhelp_contributors.html >> >> At the moment I am stuck with this error when I run the ant build: >> >> /home/andrew/projects/harmony/common_resources/make/depends.xml:200: >> Can't >> get >> http://svn.apache.org/repos/asf/harmony/standard/depends/libs/linux.x86.7x/icu-3.4.zipto >> /home/andrew/projects/harmony/common_resources/depends/libs/linux.x86.7x/icu-3.4/icu-3.4.zip >> >> Is there anwhere else I can get this file from? >> >> And just as a more general question, has anyone else tried successfully >> to >> build harmony on F10? The doco I could find all referred to Ubuntu. I >> think I've made some progress on finding the dependencies I need, >> although >> I'm still having trouble getting ant to find the ecj.jar file. If >> anyone >> has been through this and could point me in the right direction that'd >> be >> great. Otherwise, I'll keep documenting what I've done and perhaps it >> will >> be useful to someone else in the future. >> >> Many thanks, >> Andrew. >> > > > -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/