Index: make/depends.xml =================================================================== --- make/depends.xml.orig 2006-03-29 18:58:01.000000000 +0100 +++ make/depends.xml 2006-03-30 12:03:25.000000000 +0100 @@ -20,151 +20,150 @@ --> - + Confirm that dependencies are present and fetch missing dependencies where possible. - + - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fetching @{dest} + + + + + + + + + ... -File ${dest} has incorrect md5 checksum. Expected: - ${md5} +File @{dest} has incorrect md5 checksum. Expected: + @{md5} found: ${new.md5} - - Checksum verified (${md5.verified}) - - - - - - - - - - - - - - + + Checksum verified (${md5.verified}) + + + + + + + + + + + + Checking for @{dest} + + + + + + + ... Missing dependency. The jar from: - ${src} + @{src} should be downloaded to: - ${dest} + @{dest} -Run "ant -f make/depends.xml download" to automatically fetch dependencies. -Note: Some of Harmony's dependencies are licensed under terms other than the ASLv2. - - - - - - - - - - - - - +Run "ant -f make/depends.xml download" to automatically fetch +dependencies. Note: Some of Harmony's dependencies are licensed under +terms other than the ASLv2. + + + + + + Removing signature from bcprov.jar + + + + + + + + + Index: make/depends.properties =================================================================== --- make/depends.properties.orig 2006-03-29 18:58:01.000000000 +0100 +++ make/depends.properties 2006-03-29 18:58:21.000000000 +0100 @@ -49,3 +49,8 @@ signed.bcprov.jar=${bcprov.dir}/signed.bcprov.jar signed.bcprov.md5=a0c7889452d8b1ab430c1c4404358ef0 bcprov.url=http://www.bouncycastle.org/download/bcprov-jdk14-131.jar + +msvcr71.dir=${depends.dir}/libs/win.IA32 +msvcr71.dll=${msvcr71.dir}/msvcr71.dll +msvcr71.url=http://www.dlldump.com/cgi-bin/testwrap/downloadcounts.cgi?rt=count&path=dllfiles/M/MSVCR71.dll +msvcr71.md5=86f1895ae8c5e8b17d99ece768a70732 Index: make/properties.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ make/properties.xml 2006-03-30 14:38:34.000000000 +0100 @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hy.os = ${hy.os} + hy.arch = ${hy.arch} + hy.bits = ${hy.bits} + hy.platform = ${hy.platform} + hy.platform.path = ${hy.platform.path} + + is.windows = ${is.windows} + is.unix = ${is.unix} + is.linux = ${is.linux} + is.32bit = ${is.32bit} + is.64bit = ${is.64bit} + is.x86 = ${is.x86} + is.x86_64 = ${is.x86_64} + is.ia64 = ${is.ia64} + + svn.revision = ${svn.revision} + + exe.suffix = ${exe.suffix} + shlib.suffix = ${shlib.suffix} + + os.name = ${os.name} + os.arch = ${os.arch} + + + + + + + + + + + + + + + + + + + + + +