Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D82D820049E for ; Thu, 10 Aug 2017 23:19:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D64E816AA09; Thu, 10 Aug 2017 21:19:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2914316AA06 for ; Thu, 10 Aug 2017 23:19:09 +0200 (CEST) Received: (qmail 12697 invoked by uid 500); 10 Aug 2017 21:19:08 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 12682 invoked by uid 99); 10 Aug 2017 21:19:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2017 21:19:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E63B8E049A; Thu, 10 Aug 2017 21:19:07 +0000 (UTC) From: apupier To: dev@ant.apache.org Reply-To: dev@ant.apache.org Message-ID: Subject: [GitHub] ant-ivy pull request #59: IVY-1566 - Store External form of URL in cached fi... Content-Type: text/plain Date: Thu, 10 Aug 2017 21:19:07 +0000 (UTC) archived-at: Thu, 10 Aug 2017 21:19:10 -0000 GitHub user apupier opened a pull request: https://github.com/apache/ant-ivy/pull/59 IVY-1566 - Store External form of URL in cached files So hard to configure the project in my IvyIDE, cannot launch test individually so I abandoned the to search how to write a test. I tested manually in my use case and I don't have anymore MalformedURlException the ivydata*.properties now contaisn always "file:" ``` artifact\:ivy\#ivy\#xml\#-455539479.location=file\:C\:/Users/Aurelien Pupier/.m2/repository/org/apache/camel/camel/2.17.2/camel-2.17.2.pom resolver=localm2 artifact\:ivy\#ivy\#xml\#-455539479.is-local=true artifact\:ivy\#ivy\#xml\#-455539479.original=artifact\:camel\#pom.original\#pom\#1474703200 artifact\:camel\#pom.original\#pom\#1474703200.exists=true artifact\:ivy\#ivy\#xml\#-455539479.exists=true artifact.resolver=localm2 artifact\:camel\#pom.original\#pom\#1474703200.is-local=true artifact\:camel\#pom.original\#pom\#1474703200.location=file\:C\:/Users/Aurelien Pupier/.m2/repository/org/apache/camel/camel/2.17.2/camel-2.17.2.pom artifact\:camel\#pom.original\#pom\#1474703200.original=artifact\:camel\#pom.original\#pom\#1474703200 ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/apupier/ant-ivy IVY-1566-AvoidStoringPathWhichAreNotUrl Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ant-ivy/pull/59.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #59 ---- commit b9211c8c3666f2df6bb8a1d54cb8dd03081397a2 Author: Aurélien Pupier Date: 2017-08-10T13:57:42Z IVY-1566 - Store External form of URL in cached files ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org