You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Eron Wright (JIRA)" <ji...@apache.org> on 2017/06/05 17:07:04 UTC

[jira] [Commented] (IVY-503) repreport task not working with m2compatible repository

    [ https://issues.apache.org/jira/browse/IVY-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16037221#comment-16037221 ] 

Eron Wright  commented on IVY-503:
----------------------------------

[~xavier] I know it has been a long time, but do you recall some of the details here?   I'd like to understand how to add support for listing organizations.    Would you elaborate on your comment of "not easy"?  Thanks

> repreport task not working with m2compatible repository
> -------------------------------------------------------
>
>                 Key: IVY-503
>                 URL: https://issues.apache.org/jira/browse/IVY-503
>             Project: Ivy
>          Issue Type: Bug
>          Components: Ant, Maven Compatibility
>    Affects Versions: 1.4.1
>            Reporter: Jean-Baptiste Quenot
>            Priority: Minor
>
> When running the repreport task on a m2compatible repository, Ivy is not able to find artifacts with an organization name containing dots, it is only looking at every file/directory at depth 1 in the repository.
> Example:
> This artifact is properly reported:
> {code:xml}
>     <module organisation="opensymphony" name="quartz" resolver="default-chain">
>       <revision name="1.5.2" status="release" pubdate="20060518223108" resolver="external" artresolver="external" homepage="http://www.opensymphony.com/quartz/" downloaded="false" searched="true" default="false" conf="compile, default" position="100">
>         <caller organisation="caller" name="all-caller" conf="default" rev="latest.integration"/>
>         <artifacts>
>         </artifacts>
>       </revision>
>     </module>
> {code}
> All artifacts with organization starting with "org.apache" are not properly reported:
> {code:xml}
>     <module organisation="org" name="apache" resolver="default-chain">
>       <revision name="latest.integration" error="not found" downloaded="false" searched="false" conf="" position="-1">
>         <caller organisation="caller" name="all-caller" conf="default" rev="latest.integration"/>
>         <artifacts>
>         </artifacts>
>       </revision>
>     </module>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)