You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Johnny Kewl <jo...@kewlstuff.co.za> on 2008/03/01 04:56:35 UTC

Re: help me -build error.

----- Original Message ----- 
From: "liaoyin" <us...@gmail.com>
To: <de...@harmony.apache.org>
Sent: Friday, February 29, 2008 1:42 PM
Subject: help me -build error.


>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

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??

>
> Total time: 5 minutes 53 seconds
>
> what is wrong? thank you.
> 


Re: help me -build error.

Posted by Tim Ellison <t....@gmail.com>.
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