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 <[EMAIL PROTECTED]>: > > 2008/2/29, liaoyin <[EMAIL PROTECTED]>: > > > 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 >
