Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 59260 invoked from network); 25 Dec 2009 23:56:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Dec 2009 23:56:56 -0000 Received: (qmail 50683 invoked by uid 500); 25 Dec 2009 23:56:56 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 50605 invoked by uid 500); 25 Dec 2009 23:56:56 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 50596 invoked by uid 99); 25 Dec 2009 23:56:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Dec 2009 23:56:56 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Dec 2009 23:56:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 74A82234C052 for ; Fri, 25 Dec 2009 15:56:29 -0800 (PST) Message-ID: <144093173.1261785389476.JavaMail.jira@brutus.apache.org> Date: Fri, 25 Dec 2009 23:56:29 +0000 (UTC) From: "Maarten Coene (JIRA)" To: notifications@ant.apache.org Subject: [jira] Resolved: (IVY-1155) Ivy cannot parse alternate format for Maven MD5 files In-Reply-To: <205029399.1261782030708.JavaMail.jira@brutus.apache.org> 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/IVY-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene resolved IVY-1155. -------------------------------- Resolution: Fixed Fix Version/s: trunk Assignee: Maarten Coene I've committed a patch to trunk which should fix the problem. Could you give it a try and post your feedback here? Thanks! Maarten > Ivy cannot parse alternate format for Maven MD5 files > ----------------------------------------------------- > > Key: IVY-1155 > URL: https://issues.apache.org/jira/browse/IVY-1155 > Project: Ivy > Issue Type: Bug > Components: Maven Compatibility > Affects Versions: 2.1.0 > Environment: Windows 7, Sun JDK 1.6.0_16, Ant 1.7.1 > Reporter: Ryan Saunders > Assignee: Maarten Coene > Fix For: trunk > > > Some projects in the public maven repositories have their MD5 sums in an alternate format, like so: > {noformat}fontbox-0.8.0-incubating.jar: 68 7C AB 04 4C 8F 93 7B 89 57 16 62 72 F1 DA 3C{noformat} > Ivy cannot handle this...it interprets "fontbox-0.8.0-incubating.jar" as the expected MD5 sum, and then concludes that the associated .jar file is corrupt and refuses to use it. The same problem exists for some of the .pom files. This minor issue makes these projects unusable in the maven repo. (So far, I've only found this issue with org.apache.pdfbox and org.apache.fontbox.) > Ideally, Ivy would be able to read the alternate format, but it would probably be acceptable if there were some way to selectively ignore the checksum files. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.