You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Jing Xue (JIRA)" <ji...@apache.org> on 2009/01/18 16:31:02 UTC

[jira] Created: (IVY-1007) overwrite completely prevents publishing into url repositories

overwrite completely prevents publishing into url repositories
--------------------------------------------------------------

                 Key: IVY-1007
                 URL: https://issues.apache.org/jira/browse/IVY-1007
             Project: Ivy
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0.x
            Reporter: Jing Xue


URLRepository.put throws UnsupportedOperationException with message "URL repository do not support append operations at the moment" whenever 'overwrite' is true, even when the artifact being published doesn't exist in the repository.

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


[jira] Commented: (IVY-1007) overwrite completely prevents publishing into url repositories

Posted by "Jing Xue (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664972#action_12664972 ] 

Jing Xue commented on IVY-1007:
-------------------------------

I'm running the 2.0.x tip, by the way.

> overwrite completely prevents publishing into url repositories
> --------------------------------------------------------------
>
>                 Key: IVY-1007
>                 URL: https://issues.apache.org/jira/browse/IVY-1007
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.x
>            Reporter: Jing Xue
>
> URLRepository.put() throws UnsupportedOperationException with message "URL repository do not support append operations at the moment" whenever 'overwrite' is true, even when the artifact being published doesn't exist in the repository.

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


[jira] Updated: (IVY-1007) overwrite completely prevents publishing into url repositories

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

Maarten Coene updated IVY-1007:
-------------------------------

    Fix Version/s:     (was: trunk)
                   2.0.1

> overwrite completely prevents publishing into url repositories
> --------------------------------------------------------------
>
>                 Key: IVY-1007
>                 URL: https://issues.apache.org/jira/browse/IVY-1007
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0
>            Reporter: Jing Xue
>            Assignee: Maarten Coene
>             Fix For: 2.0.1
>
>
> URLRepository.put() throws UnsupportedOperationException with message "URL repository do not support append operations at the moment" whenever 'overwrite' is true, even when the artifact being published doesn't exist in the repository.

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


[jira] Updated: (IVY-1007) overwrite completely prevents publishing into url repositories

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

Maarten Coene updated IVY-1007:
-------------------------------

    Affects Version/s:     (was: 2.0.x)
                       2.0
             Assignee: Maarten Coene

> overwrite completely prevents publishing into url repositories
> --------------------------------------------------------------
>
>                 Key: IVY-1007
>                 URL: https://issues.apache.org/jira/browse/IVY-1007
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0
>            Reporter: Jing Xue
>            Assignee: Maarten Coene
>
> URLRepository.put() throws UnsupportedOperationException with message "URL repository do not support append operations at the moment" whenever 'overwrite' is true, even when the artifact being published doesn't exist in the repository.

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


[jira] Resolved: (IVY-1007) overwrite completely prevents publishing into url repositories

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

Maarten Coene resolved IVY-1007.
--------------------------------

       Resolution: Fixed
    Fix Version/s: trunk

I've updated the URLRepository in SVN trunk to allow overwrite=false.
Could you give it a try? (I couldn't test it myself because I don't have access to a HTTP repository with publish support)

> overwrite completely prevents publishing into url repositories
> --------------------------------------------------------------
>
>                 Key: IVY-1007
>                 URL: https://issues.apache.org/jira/browse/IVY-1007
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0
>            Reporter: Jing Xue
>            Assignee: Maarten Coene
>             Fix For: trunk
>
>
> URLRepository.put() throws UnsupportedOperationException with message "URL repository do not support append operations at the moment" whenever 'overwrite' is true, even when the artifact being published doesn't exist in the repository.

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


[jira] Updated: (IVY-1007) overwrite completely prevents publishing into url repositories

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

Jing Xue updated IVY-1007:
--------------------------

    Description: URLRepository.put() throws UnsupportedOperationException with message "URL repository do not support append operations at the moment" whenever 'overwrite' is true, even when the artifact being published doesn't exist in the repository.  (was: URLRepository.put throws UnsupportedOperationException with message "URL repository do not support append operations at the moment" whenever 'overwrite' is true, even when the artifact being published doesn't exist in the repository.)

> overwrite completely prevents publishing into url repositories
> --------------------------------------------------------------
>
>                 Key: IVY-1007
>                 URL: https://issues.apache.org/jira/browse/IVY-1007
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.x
>            Reporter: Jing Xue
>
> URLRepository.put() throws UnsupportedOperationException with message "URL repository do not support append operations at the moment" whenever 'overwrite' is true, even when the artifact being published doesn't exist in the repository.

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