Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B5789908 for ; Sat, 28 Jan 2012 09:05:42 +0000 (UTC) Received: (qmail 7643 invoked by uid 500); 28 Jan 2012 09:05:42 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 7293 invoked by uid 500); 28 Jan 2012 09:05:36 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 7268 invoked by uid 99); 28 Jan 2012 09:05:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jan 2012 09:05:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jan 2012 09:05:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7BFEF16847B for ; Sat, 28 Jan 2012 09:05:10 +0000 (UTC) Date: Sat, 28 Jan 2012 09:05:10 +0000 (UTC) From: "James Gan (Commented) (JIRA)" To: notifications@ant.apache.org Message-ID: <447950565.3919.1327741510521.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1966519239.69879.1327368340901.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (IVY-1334) Ivy buildnumber task use wrong URL to access Artifactory repository MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IVY-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195462#comment-13195462 ] James Gan commented on IVY-1334: -------------------------------- Maarten, I've tried m2compatible option. The problem is that "maven-metadata.xml" file is not generated when I publish artifacts to Artifactory repository with Ivy. Thus the buildnumber is never correct since it depends on maven-metadata.xml. Is there a way to force Ivy to generate and upload "maven-metadata.xml"? Thanks! > Ivy buildnumber task use wrong URL to access Artifactory repository > ------------------------------------------------------------------- > > Key: IVY-1334 > URL: https://issues.apache.org/jira/browse/IVY-1334 > Project: Ivy > Issue Type: Bug > Components: Core > Affects Versions: 2.2.0 > Environment: Windows > Reporter: James Gan > > I run "ant publish -v" and get the error message. > [ivy:buildnumber] CLIENT ERROR: Not Found url=http://maven.ph.co.nz/libs-releases/nz.co.uconnect/flo2cash/ > [ivy:buildnumber] problem while listing resources in http://maven.ph.co.nz/libs-releases/nz.co.uconnect/flo2cash/ with pubRep: > [ivy:buildnumber] java.io.IOException The HTTP response code for http://maven.ph.co.nz/libs-releases/nz.co.uconnect/flo2cash/ did not indicate a success. See log for more detail. > [ivy:buildnumber] CLIENT ERROR: Not Found url=http://maven.ph.co.nz/libs-releases/nz.co.uconnect/flo2cash/ > [ivy:buildnumber] problem while listing resources in http://maven.ph.co.nz/libs-releases/nz.co.uconnect/flo2cash/ with pubRep: > [ivy:buildnumber] java.io.IOException The HTTP response code for http://maven.ph.co.nz/libs-releases/nz.co.uconnect/flo2cash/ did not indicate a success. See log for more detail > I assume the correct behavior should be accessing "http://maven.ph.co.nz/libs-releases/nz/co/uconnect/flo2cash/" > My setting is: > > > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira