try to fix the checksum check (might be sensitive to the file name case)
Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/0d36b49d Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/0d36b49d Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/0d36b49d Branch: refs/heads/ivyDECredentials-cleaned Commit: 0d36b49d55aa80ed8d8df53f6e92f66da097e99f Parents: 6480c48 Author: Nicolas LaleveÌe <nicolas.lale...@hibnet.org> Authored: Tue Jul 11 22:09:22 2017 +0200 Committer: Nicolas LaleveÌe <nicolas.lale...@hibnet.org> Committed: Tue Jul 11 22:09:22 2017 +0200 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/0d36b49d/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 426e203..bbf8363 100644 --- a/build.xml +++ b/build.xml @@ -570,7 +570,7 @@ You have to specify the Ivy to install with one of the following property: <macrodef name="check-eclipse-download"> <attribute name="id" /> <sequential> - <echo file="${basedir}/dependencies/${eclipse.download.@{id}.name}.zip.md5" message="${eclipse.download.@{id}.md5}" /> + <echo file="${basedir}/dependencies/${eclipse.download.@{id}.name}.zip.MD5" message="${eclipse.download.@{id}.md5}" /> <condition property="eclipse.@{id}.downloaded"> <and> <available file="${basedir}/dependencies/${eclipse.download.@{id}.name}.zip" />