Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 93338 invoked from network); 28 May 2009 09:56:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 May 2009 09:56:18 -0000 Received: (qmail 10548 invoked by uid 500); 28 May 2009 09:56:30 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 10485 invoked by uid 500); 28 May 2009 09:56:30 -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 10474 invoked by uid 99); 28 May 2009 09:56:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 May 2009 09:56:30 +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 sean.xx.qiu@gmail.com designates 209.85.221.106 as permitted sender) Received: from [209.85.221.106] (HELO mail-qy0-f106.google.com) (209.85.221.106) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 May 2009 09:56:22 +0000 Received: by qyk4 with SMTP id 4so7384141qyk.20 for ; Thu, 28 May 2009 02:56:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=TPVJp4k0jaKkUVyylbhU/LpT/mBEtHmOX06frEl4exI=; b=bKizGWLkY/+in8wyVnIC/SOh18ihoEK8nb2NeG7GwX3wVkktOOVRFEr2ZmtgHpe7jz F/4VOCja1C1KhBDtXk7cvK7S0CUO27bqlrulMlM00AtHbpqdJ6nk4poU56XF3s1TVT/w pqohTIegDttQl6QwvADhKI5ApKerFU5/Sou/c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=weLT/rLViUR2mJqzljP42D8Cp0ZSgfzG2GjaYVj4BadvAC6ZcOS616HVZWnpgsCZoK O6Tpb07CfRTPveic0ziHcaoPV3yJuTXigApCDnf4Qoev93nb4wh0yo6m8sAs1mBJrADx 4QQYSaGW2Hasb4HpRu69FTbP+uXNR4dA7AKuM= MIME-Version: 1.0 Received: by 10.229.110.13 with SMTP id l13mr603630qcp.4.1243504561463; Thu, 28 May 2009 02:56:01 -0700 (PDT) In-Reply-To: <785ce8940905272348k7a6e3a6evff39201430314535@mail.gmail.com> References: <785ce8940905272348k7a6e3a6evff39201430314535@mail.gmail.com> Date: Thu, 28 May 2009 17:56:01 +0800 Message-ID: <94d710af0905280256j74745c69ged99f3f3d8f232d7@mail.gmail.com> Subject: Re: [general] ant fetch-depends encountering an MD5 checksum problem From: Sean Qiu To: dev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org It is probably caused by the network issue. This file is hard to download here as you. I got a copy before, I will copy it manually to resolve this. which means you need at least download it once. :-) Best Regards Sean, Xiao Xia Qiu 2009/5/28 Anand Krishnaswamy : > Hi, > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 I am facing a problem when running "ant fe= tch-depends". I do have a workaround but here is the error I see: > > >> >> =A0=A0=A0=A0=A0 [get] ..................................................= .. >> =A0=A0=A0=A0=A0 [get] ..................................................= .. >> =A0=A0=A0=A0=A0 [get] ..................................................= .. >> =A0=A0=A0=A0=A0 [get] ..................................................= .. >> =A0=A0=A0=A0=A0 [get] ........... >> -remove-file-if-bad: >> BUILD FAILED >> E:\Work\Harmony\EclipseWorkspace\ASF-classlib\build.xml:284: The followi= ng error >> =A0occurred while executing this line: >> E:\Work\Harmony\EclipseWorkspace\ASF-classlib\make\depends.xml:145: The = followin >> g error occurred while executing this line: >> E:\Work\Harmony\EclipseWorkspace\ASF-classlib\make\depends-common.xml:62= : ... >> File depends/jars/xerces_2.9.1/xerces.zip has incorrect md5 checksum. >> =A0=A0=A0 Expected: a0e07ede1c3bd5231fe15eae24032b2e (or ) >> =A0=A0=A0 Found:=A0=A0=A0 4cdbc6358cb289bb2feea38090406d1c > > > Here are the things I have tried: > > > Deleted depends directory and tried again. Failed > Separately downloaded the file xerces.zip file (I was facing problems in = deleting the incorrect xerces.zip due to a Windows warning. Image attached.= It might be unrelated to the problem in this email) and a few others and r= an "ant fetch-depends" again. This time it worked. > > I was wondering if anyone knows why this happens and how to avoid it. Any= help would be much appreciated. > > Regards > AK > >