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

Xavier Hanin resolved IVY-507.
------------------------------

    Resolution: Fixed

I've just checked in a fix including a junit test. The bug was due to a bad and 
dirty copy paste... but now we'll have a unit test to avoid this regression!

> Bug on handling dependency artifacts when a module configuration is specified
> -----------------------------------------------------------------------------
>
>                 Key: IVY-507
>                 URL: https://issues.apache.org/jira/browse/IVY-507
>             Project: Ivy
>          Issue Type: Bug
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Xavier Hanin
>         Assigned To: Xavier Hanin
>             Fix For: 2.0.0-alpha-2
>
>
> When you declare a dependency on a module using the dependency artifact 
> construct, Ivy fails to resolve it if you specify also a module 
> configuration. All our unit tests on this subject only test without module 
> configurations, thus defaulting to *.
> Working example:
>           <dependency org="apache" name="slide" rev="20050629.161100" 
> conf="*->*">   
>               <artifact name="slide-webdavlib" type="jar"/> 
>           </dependency>
> Buggy example:
>           <dependency org="apache" name="slide" rev="20050629.161100" 
> conf="webdav->default">   
>               <artifact name="slide-webdavlib" type="jar"/> 
>           </dependency>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to