Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 14172 invoked from network); 10 Jun 2008 15:01:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jun 2008 15:01:14 -0000 Received: (qmail 87000 invoked by uid 500); 10 Jun 2008 15:01:17 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 86954 invoked by uid 500); 10 Jun 2008 15:01:17 -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 86945 invoked by uid 99); 10 Jun 2008 15:01:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 08:01:17 -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; Tue, 10 Jun 2008 15:00:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 895A2234C130 for ; Tue, 10 Jun 2008 08:00:46 -0700 (PDT) Message-ID: <1254278883.1213110046549.JavaMail.jira@brutus> Date: Tue, 10 Jun 2008 08:00:46 -0700 (PDT) From: "Erik-Berndt Scheper (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=12603901#action_12603901 ] Erik-Berndt Scheper commented on IVY-835: ----------------------------------------- Note that this is not always the case. Another snippet from the same output: {noformat} [ivy:install] sha1 OK for http://repo1.maven.org/maven2/org/springframework/ws/spring-oxm/1.5.2/spring-oxm-1.5.2.jar [ivy:install] [SUCCESSFUL ] org.springframework.ws#spring-oxm;1.5.2!spring-oxm.jar (577ms) [ivy:install] [NOT REQUIRED] org.springframework.ws#spring-oxm;1.5.2!spring-oxm.jar(source) [ivy:install] [NOT REQUIRED] org.springframework.ws#spring-oxm;1.5.2!spring-oxm.jar(javadoc) [ivy:install] tried http://repo1.maven.org/maven2/org/springframework/ws/spring-xml/1.5.2/spring-xml-1.5.2.jar {noformat} > 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.