GitHub user apupier opened a pull request: https://github.com/apache/ant-ivy/pull/58
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/58.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 #58 ---- commit 360d085dcbddee597c515243aef77109f2887292 Author: Aurélien Pupier <apup...@redhat.com> 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org