You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Xavier Hanin (JIRA)" <ji...@apache.org> on 2008/03/11 08:46:46 UTC

[jira] Created: (IVY-765) Ignore maven metadata files when listing revisions

Ignore maven metadata files when listing revisions
--------------------------------------------------

                 Key: IVY-765
                 URL: https://issues.apache.org/jira/browse/IVY-765
             Project: Ivy
          Issue Type: Bug
          Components: Maven Compatibility
            Reporter: Xavier Hanin
             Fix For: 2.0


When listing revisions in a maven 2 repository, Ivy lists maven-metadata.xml files if any, as well as corresponding checksums. These should be ignored from the list of revisions.

I see two option: either try to make a difference between directories and files, since revisions should be directories only; or ignore them with a special case. The former would be better, but I'm not sure how difficult it is, and how it would perform.

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


[jira] Resolved: (IVY-765) Ignore maven metadata files when listing revisions

Posted by "Xavier Hanin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Hanin resolved IVY-765.
------------------------------

    Resolution: Fixed

I've added maven-metadata file to the list of ignores in the settings, and also make sure maven-metadata is used to list revisions on IBiblioResolver

> Ignore maven metadata files when listing revisions
> --------------------------------------------------
>
>                 Key: IVY-765
>                 URL: https://issues.apache.org/jira/browse/IVY-765
>             Project: Ivy
>          Issue Type: Bug
>          Components: Maven Compatibility
>            Reporter: Xavier Hanin
>            Assignee: Xavier Hanin
>             Fix For: 2.0-RC1
>
>
> When listing revisions in a maven 2 repository, Ivy lists maven-metadata.xml files if any, as well as corresponding checksums. These should be ignored from the list of revisions.
> I see two option: either try to make a difference between directories and files, since revisions should be directories only; or ignore them with a special case. The former would be better, but I'm not sure how difficult it is, and how it would perform.

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


[jira] Assigned: (IVY-765) Ignore maven metadata files when listing revisions

Posted by "Xavier Hanin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Hanin reassigned IVY-765:
--------------------------------

    Assignee: Xavier Hanin

> Ignore maven metadata files when listing revisions
> --------------------------------------------------
>
>                 Key: IVY-765
>                 URL: https://issues.apache.org/jira/browse/IVY-765
>             Project: Ivy
>          Issue Type: Bug
>          Components: Maven Compatibility
>            Reporter: Xavier Hanin
>            Assignee: Xavier Hanin
>             Fix For: 2.0-RC1
>
>
> When listing revisions in a maven 2 repository, Ivy lists maven-metadata.xml files if any, as well as corresponding checksums. These should be ignored from the list of revisions.
> I see two option: either try to make a difference between directories and files, since revisions should be directories only; or ignore them with a special case. The former would be better, but I'm not sure how difficult it is, and how it would perform.

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