You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Nicolas Lalevée (JIRA)" <ji...@apache.org> on 2009/02/12 15:46:00 UTC

[jira] Resolved: (IVY-519) ivy:install does not convert "." back properly

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

Nicolas Lalevée resolved IVY-519.
---------------------------------

    Resolution: Invalid

> 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
> {code} 
> org
>   |__apache
>          |__ivy
>               |__2.0
>                   |____ivy-2.0.jar
> {code} 
> when I use <ivy:install />, it will get converted into 
> {noformat} 
>  org.apache
>          |__ivy
>               |__2.0
>                   |____ivy-2.0.jar
> {noformat} 
> 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.