Re: [Artifactory-users] Can't publish Ivy artifact without overwrite=true

2010-02-17 Thread Steele, Richard
Do you want me to write up an issue for this? On Sun, Feb 14, 2010 at 7:33 AM, Yoav Landman yo...@jfrog.org wrote: OK, I see. Yes - Artifactory is doing checksum computation automatically. The reason is that computing the checksum only on the client-side is suitable for passive repositories,

Re: [Artifactory-users] Can't publish Ivy artifact without overwrite=true

2010-02-17 Thread Yoav Landman
No need - I already did, but forgot to update with an issue reference. Here it is: http://issues.jfrog.org/jira/browse/RTFACT-2816 On Wed, Feb 17, 2010 at 6:35 PM, Steele, Richard r...@steelezone.netwrote: Do you want me to write up an issue for this? On Sun, Feb 14, 2010 at 7:33 AM, Yoav

Re: [Artifactory-users] Can't publish Ivy artifact without overwrite=true

2010-02-04 Thread Yoav Landman
Hi Rich, When using Ivy with a URL resolver to publish, Ivy sends a HEAD request to check if the remote file exists. Artifactory returns 200 to this query when the remote Ivy file is already there, which, if 'overwrite==false', causes Ivy to return the overwrite error you are getting. Is it

[Artifactory-users] Can't publish Ivy artifact without overwrite=true

2010-02-02 Thread Steele, Richard
I'm migrating from an httpd-based Ivy repository to Artifactory. When I try to publish one of my artifacts I consistently get an error impossible to publish artifacts for com.foo#foo-api;1.0.0-201002021203: java.io.IOException: destination file exists and overwrite == false. After the error, the