Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 24882 invoked from network); 29 Feb 2008 12:16:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Feb 2008 12:16:59 -0000 Received: (qmail 1592 invoked by uid 500); 29 Feb 2008 12:16:52 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 1565 invoked by uid 500); 29 Feb 2008 12:16:52 -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 1556 invoked by uid 99); 29 Feb 2008 12:16:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 04:16:52 -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 alexey.a.petrenko@gmail.com designates 216.239.58.184 as permitted sender) Received: from [216.239.58.184] (HELO gv-out-0910.google.com) (216.239.58.184) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 12:16:18 +0000 Received: by gv-out-0910.google.com with SMTP id r4so1650863gve.22 for ; Fri, 29 Feb 2008 04:16:26 -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:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=UfvWwBC/FUwi8gzVud1x7Py/JljpU45QQNRno3rP3Uc=; b=W4+h+TvlPHXgObiX6iCDCfJWOORgvEyZh9+a+n2VOTb92JM+heLIOj7Ysu9LBCTpmazotbKDkfYi7EZaxANIHgaBpyozxU3TeIamH7ohALUskpJ9SYhcDgViC2aJ2ChgylQ1mks05wMn7MtVycD5CZyoUMQqi8hX3ftMsniDUJk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Qe1165h9pmcHCOKRVjPaJd08sSK0DCq2SEHNeqLY0hx4eeNhXzIqK+R1kY2KCBpS1zCaJOYavQCxNT9YX+74U4Y960YWZWF7y5cAT98OZKremKrCPwuxJWS+uis7KnFpFqkD2VvugAYvLD6myb2Hu9Jh1N6sGQQFJJR5l8YYM20= Received: by 10.151.14.5 with SMTP id r5mr3197326ybi.163.1204287385510; Fri, 29 Feb 2008 04:16:25 -0800 (PST) Received: by 10.150.49.11 with HTTP; Fri, 29 Feb 2008 04:16:25 -0800 (PST) Message-ID: Date: Fri, 29 Feb 2008 15:16:25 +0300 From: "Alexey Petrenko" To: dev@harmony.apache.org Subject: Re: help me -build error. In-Reply-To: <58ec45690802290408o7611bed7xafb9bd13690111d3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <58ec45690802290342j2e41ced3x518b538d57923503@mail.gmail.com> <58ec45690802290408o7611bed7xafb9bd13690111d3@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Try to remove depends directories from working_* And then run from top-level: ant -Dauto.fetch=true 2008/2/29, liaoyin : > Yes. > It is not the first run. > but when I run the build command ,I delete the "trunk" the > directory. > will it casue the problem? how to solve the problem? > > 2008/2/29, Alexey Varlamov : > > > > 2008/2/29, liaoyin : > > > > > I want to build the harmony > > > I follow the instructions on the web > > > > > > I type the commands as follow > > > > > > $ ant populate-src > > > > > > $ cd working_classlib > > > $ svn update > > > > > > > > > $ cd working_classlib > > > $ ant fetch-depends > > > > > > then the errors as follow > > > > > > BUILD FAILED > > > C:\trunk\working_classlib\build.xml:282: The following error occurred > > while > > > executing this line: > > > C:\trunk\working_classlib\make\depends.xml:363: The following error > > occurred > > > while executing this line: > > > C:\trunk\working_classlib\make\depends.xml:442: ... > > > > > > File depends/jars/xerces_2.9.1/xerces.zip has incorrect md5 checksum. > > > Expected: a0e07ede1c3bd5231fe15eae24032b2e (or ) > > > Found: 4cdbc6358cb289bb2feea38090406d1c > > > > > > Total time: 5 minutes 53 seconds > > > > > > what is wrong? thank you. > > > > > > > I guess the above log is not from the 1st run? > > Most probably previous download attempt has failed (or was aborted) so > > the downloaded file is broken. The build does not try to reload > > existing file and just complains that it is not exactly expected > > thing. > > > > Regards, > > > > Alexey > > >