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/07/10 15:44:33 UTC

[jira] Created: (IVY-862) Detect missing artifacts on publish asap

Detect missing artifacts on publish asap
----------------------------------------

                 Key: IVY-862
                 URL: https://issues.apache.org/jira/browse/IVY-862
             Project: Ivy
          Issue Type: Improvement
          Components: Core
            Reporter: Xavier Hanin
            Assignee: Xavier Hanin


Currently when one use the publish task with haltonmissing = true, the publication is interrupted when a missing artifact is found, but others artifact may be published before, which is a problem for consistency with resolvers which do not support transactions.

Therefore detecting such a problem before publishing any artifact would be better, at least when haltonmissing is true.

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


[jira] Resolved: (IVY-862) Detect missing artifacts on publish asap

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

Xavier Hanin resolved IVY-862.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-RC1

I've reviewed publish algorithm to make Ivy detect missing artifacts earlier. It has the side effect that no publication event for missing artifact are triggered any more. But I don't think it's an issue, the list of missing artifacts is still returned, and I guess most of the time failing on missing artifact is the best behavior.

> Detect missing artifacts on publish asap
> ----------------------------------------
>
>                 Key: IVY-862
>                 URL: https://issues.apache.org/jira/browse/IVY-862
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Xavier Hanin
>            Assignee: Xavier Hanin
>             Fix For: 2.0-RC1
>
>
> Currently when one use the publish task with haltonmissing = true, the publication is interrupted when a missing artifact is found, but others artifact may be published before, which is a problem for consistency with resolvers which do not support transactions.
> Therefore detecting such a problem before publishing any artifact would be better, at least when haltonmissing is true.

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