Urlresolver is not possible to use dynamic revisions on nonstandard repository 
structure
----------------------------------------------------------------------------------------

                 Key: IVY-350
                 URL: http://issues.apache.org/jira/browse/IVY-350
             Project: Ivy
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.4.1
         Environment: Tested on both windows and linux
            Reporter: Pierre Hägnestrand


It is not possible to resolve a dependency that are declared dynamicly, eg. 
latest or region of revsions etc. 
Example: <dependency org="apache" name="oro" rev="2.0.+" 
conf="default,oro->default"/>
It only fails when having a nonstandard structure of the repository and using 
http (works on file)

<artifact 
pattern="${rep.url}/[module]/[module]-[revision]/[type]s/[artifact].[type]" />
<ivy pattern="${rep.url}/[module]/[module]-[revision]/ivy.xml" />

We have fixed the code in fr.jayasoft.ivy.resolver.ResolverHelper and I will 
try to attach the code to this bugreport


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to