Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 20477 invoked from network); 1 Mar 2008 15:52:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2008 15:52:38 -0000 Received: (qmail 43875 invoked by uid 500); 1 Mar 2008 15:52:32 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 43844 invoked by uid 500); 1 Mar 2008 15:52:32 -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 43833 invoked by uid 99); 1 Mar 2008 15:52:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Mar 2008 07:52:32 -0800 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 t.p.ellison@gmail.com designates 72.14.220.157 as permitted sender) Received: from [72.14.220.157] (HELO fg-out-1718.google.com) (72.14.220.157) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Mar 2008 15:51:57 +0000 Received: by fg-out-1718.google.com with SMTP id 16so3399705fgg.36 for ; Sat, 01 Mar 2008 07:52:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=0otPXsy8r42WbQk2wjvC75Aw/CRT2wj8CFrFCJmK+B8=; b=kJT+OhUp/VaAfJtN6woghzBzdN96p9SdOm7BORowmwy63+ufkLPC4ppjc3Eeo1U43syqJxhkQJhXlejAhdzTwvRzcDphFwJYTeODjUw86QMoDfDUzyU9pTV27+PRH0IwoYKbUtNulnbqp6JTKQhdhAGx3xcrA5pQ3HR+61OVI4Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=Xi2j8lA+ajk8wyYtPJPmRHVwyg9NuCyAbG8+PRnIzMLJ6F1JO/jAMMoQgnp/tmPfdZYOepQwsFlRhnEwR0+j/IJMuVehev0J2w2yE/DcA0/iXlvHV7O05jti1LxaN6bvOSy4R1V0pPr6igRX/vKCqVP6eCvm0/iswXLe04RSGpE= Received: by 10.82.108.9 with SMTP id g9mr13683105buc.8.1204386724340; Sat, 01 Mar 2008 07:52:04 -0800 (PST) Received: from ?192.168.0.5? ( [86.111.176.100]) by mx.google.com with ESMTPS id c14sm19977379nfi.6.2008.03.01.07.52.02 (version=SSLv3 cipher=RC4-MD5); Sat, 01 Mar 2008 07:52:03 -0800 (PST) Message-ID: <47C97BA1.9050004@gmail.com> Date: Sat, 01 Mar 2008 15:52:01 +0000 From: Tim Ellison User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: help me -build error. References: <58ec45690802290342j2e41ced3x518b538d57923503@mail.gmail.com> <001101c87b50$3f676540$0300000a@animal> In-Reply-To: <001101c87b50$3f676540$0300000a@animal> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Johnny Kewl wrote: >> File depends/jars/xerces_2.9.1/xerces.zip has incorrect md5 checksum. >> Expected: a0e07ede1c3bd5231fe15eae24032b2e (or ) >> Found: 4cdbc6358cb289bb2feea38090406d1c > > I also got that error, there is something wrong with the download, it > cuts off. > Download the file in your browser and throw it in then it works?? Yes. The build script tries to download it from the main Apache site http://www.apache.org/dist/xml/xerces-j/Xerces-J-bin.2.9.1.zip You can maybe try getting it from a mirror site, see the list here http://www.apache.org/mirrors e.g. ant -Dxerces.url=http://www.apache.org/dist/xml/xerces-j/Xerces-J-bin.2.9.1.zip (with the URL of your choice) Regards, Tim