Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 75952 invoked from network); 16 Jun 2008 14:18:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jun 2008 14:18:12 -0000 Received: (qmail 4601 invoked by uid 500); 16 Jun 2008 14:18:15 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 4575 invoked by uid 500); 16 Jun 2008 14:18:15 -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 4565 invoked by uid 99); 16 Jun 2008 14:18:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2008 07:18:15 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2008 14:17:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F09E6234C140 for ; Mon, 16 Jun 2008 07:17:44 -0700 (PDT) Message-ID: <583460819.1213625864981.JavaMail.jira@brutus> Date: Mon, 16 Jun 2008 07:17:44 -0700 (PDT) From: "Xavier Hanin (JIRA)" To: notifications@ant.apache.org Subject: [jira] Commented: (IVY-835) ant task downloads wrong jars from maven repositories In-Reply-To: <1523143683.1213109685931.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVY-835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605297#action_12605297 ] Xavier Hanin commented on IVY-835: ---------------------------------- The 3 artifacts have different type, and it should be enough. The usual recommendation for source and javadoc artifacts is to use the same name, with a different type. > ant task downloads wrong jars from maven repositories > ------------------------------------------------------------------- > > Key: IVY-835 > URL: https://issues.apache.org/jira/browse/IVY-835 > Project: Ivy > Issue Type: Bug > Affects Versions: 2.0-RC1 > Reporter: Erik-Berndt Scheper > Priority: Critical > Fix For: 2.0-RC1 > > > Using the latest build from trunk, which supports sources, javadoc and distribution artifacts, wrong jars are downloaded from repo1.maven.org. > In the case below only spring-oxm-tiger-1.5.2-sources.jar is downloaded, which is published as spring-oxm-1.5.2.jar (which should have been the 'standard' jar containing classfiles. > Sample output: > {noformat} > [ivy:install] :: downloading artifacts to cache :: > [ivy:install] tried http://repo1.maven.org/maven2/org/springframework/ws/spring-oxm-tiger/1.5.2/spring-oxm-tiger-1.5.2-sources.jar > [ivy:install] downloading http://repo1.maven.org/maven2/org/springframework/ws/spring-oxm-tiger/1.5.2/spring-oxm-tiger-1.5.2-sources.jar ... > [ivy:install] repo1.maven.org: downloading http://repo1.maven.org/maven2/org/springframework/ws/spring-oxm-tiger/1.5.2/spring-oxm-tiger-1.5.2-sources.jar > [ivy:install] ...... (8kB) > [ivy:install] repo1.maven.org: downloading http://repo1.maven.org/maven2/org/springframework/ws/spring-oxm-tiger/1.5.2/spring-oxm-tiger-1.5.2-sources.jar.sha1 > [ivy:install] .. (0kB) > [ivy:install] sha1 OK for http://repo1.maven.org/maven2/org/springframework/ws/spring-oxm-tiger/1.5.2/spring-oxm-tiger-1.5.2-sources.jar > [ivy:install] [SUCCESSFUL ] org.springframework.ws#spring-oxm-tiger;1.5.2!spring-oxm-tiger.jar(source) (109ms) > [ivy:install] [NOT REQUIRED] org.springframework.ws#spring-oxm-tiger;1.5.2!spring-oxm-tiger.jar > [ivy:install] [NOT REQUIRED] org.springframework.ws#spring-oxm-tiger;1.5.2!spring-oxm-tiger.jar(javadoc) > [ivy:install] [NOT REQUIRED] org.springframework.ws#spring-xml;1.5.2!spring-xml.jar > [ivy:install] [NOT REQUIRED] org.springframework.ws#spring-oxm;1.5.2!spring-oxm.jar > [ivy:install] [NOT REQUIRED] apache#commons-logging;1.1.1!commons-logging.jar > [ivy:install] [NOT REQUIRED] org.springframework#spring-core;2.5.4!spring-core.jar > [ivy:install] [NOT REQUIRED] org.springframework#spring-beans;2.5.4!spring-beans.jar > [ivy:install] [NOT REQUIRED] org.apache.ws.commons.schema#XmlSchema;1.3.2!XmlSchema.jar > [ivy:install] [NOT REQUIRED] org.springframework#spring-context;2.5.4!spring-context.jar > [ivy:install] [NOT REQUIRED] aopalliance#aopalliance;1.0!aopalliance.jar > [ivy:install] [NOT REQUIRED] com.thoughtworks.xstream#xstream;1.2.2!xstream.jar > [ivy:install] [NOT REQUIRED] xpp3#xpp3_min;1.1.3.4.O!xpp3_min.jar > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.