[
https://issues.apache.org/jira/browse/IVY-519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nat updated IVY-519:
--------------------
Description:
If the original repository has the following structure
{{
org
|__apache
|____ivy
|__2.0
|____ivy-2.0.jar
}}
when I use <ivy:install />, it will get converted into
{{
org.apache
|____ivy
|__2.0
|____ivy-2.0.jar
}}
and it causes <ivy:retrieve /> not able to find the same jar in the new
repository.
was:
If the original repository has the following structure
org
|__apache
|____ivy
|__2.0
|____ivy-2.0.jar
when I use <ivy:install />, it will get converted into
org.apache
|____ivy
|__2.0
|____ivy-2.0.jar
and it causes <ivy:retrieve /> not able to find the same jar in the new
repository.
> ivy:install does not convert "." back properly
> ----------------------------------------------
>
> Key: IVY-519
> URL: https://issues.apache.org/jira/browse/IVY-519
> Project: Ivy
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.0.0-alpha-1
> Reporter: Nat
> Fix For: unspecified
>
>
> If the original repository has the following structure
> {{
> org
> |__apache
> |____ivy
> |__2.0
> |____ivy-2.0.jar
> }}
> when I use <ivy:install />, it will get converted into
> {{
> org.apache
> |____ivy
> |__2.0
> |____ivy-2.0.jar
> }}
> and it causes <ivy:retrieve /> not able to find the same jar in the new
> repository.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.