You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Greg Perry (Jira)" <ji...@apache.org> on 2019/09/29 21:36:00 UTC

[jira] [Updated] (IVY-1610) Invalid collision should not error retrieve

     [ https://issues.apache.org/jira/browse/IVY-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Perry updated IVY-1610:
----------------------------
    Component/s: Core

> Invalid collision should not error retrieve
> -------------------------------------------
>
>                 Key: IVY-1610
>                 URL: https://issues.apache.org/jira/browse/IVY-1610
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.5.0-rc1
>            Reporter: Greg Perry
>            Priority: Major
>
> I get the following master branch:
> *Multiple artifacts of the module com.google.protobuf#protobuf-java;3.4.0 are retrieved to the same file! Update the retrieve pattern  to fix this error*
> The retrieve pattern I am using is :
> [originalname].[ext]
> within my Ivy.xml file I'm not directly pulling in the dependency of protobuf, so its coming in as a transitive (probably twice or even 3 times)
> I suspect 2 transitives are using the same library and the retrieve is upset because it will be overwriting it.
> If 2 or more transitives have the same groupId, artifactId, and versionId, they effectively "are" the same file - so retrieve should not error out.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)