Alexey Varlamov wrote:
2008/2/29, liaoyin <[EMAIL PROTECTED]>:
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.
I agree.
The solution is to delete the file depends/jars/xerces_2.9.1/xerces.zip
and run "ant fetch-depends" again.
Regards,
Tim