Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 99773 invoked from network); 27 Jul 2010 14:16:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Jul 2010 14:16:39 -0000 Received: (qmail 99941 invoked by uid 500); 27 Jul 2010 14:16:39 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 99865 invoked by uid 500); 27 Jul 2010 14:16:38 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 99858 invoked by uid 99); 27 Jul 2010 14:16:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jul 2010 14:16:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jul 2010 14:16:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6REGGKq003704 for ; Tue, 27 Jul 2010 14:16:17 GMT Message-ID: <18781444.24431280240176983.JavaMail.jira@thor> Date: Tue, 27 Jul 2010 10:16:16 -0400 (EDT) From: "Catherine Hope (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-6606) [build] download-one-file macro doesn't delete files that fail the md5 checksum In-Reply-To: <10801877.24411280239878689.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HARMONY-6606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Catherine Hope updated HARMONY-6606: ------------------------------------ Attachment: 6606.patch Rename param "jar" to "dest" in common_resources/make/depends.xml and classlib/make/depends-common.xml > [build] download-one-file macro doesn't delete files that fail the md5 checksum > ------------------------------------------------------------------------------- > > Key: HARMONY-6606 > URL: https://issues.apache.org/jira/browse/HARMONY-6606 > Project: Harmony > Issue Type: Bug > Components: build - test - ci > Reporter: Catherine Hope > Priority: Minor > Attachments: 6606.patch > > > If a dependency download fails to match the md5 checksum then the file should be deleted so that when fetch-depends is run again it will retry to download the file. At the moment this doesn't happen because the name of the parameter is incorrect in the download-one-file macro. The problem can be recreated by making a md5 checksum incorrect for a download, deleting the associated jar and then running ant fetch-depends. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.