From notifications-return-4012-apmail-ant-notifications-archive=ant.apache.org@ant.apache.org Mon Aug 11 06:54:54 2008 Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 63118 invoked from network); 11 Aug 2008 06:54:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Aug 2008 06:54:54 -0000 Received: (qmail 9678 invoked by uid 500); 11 Aug 2008 06:54:53 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 9663 invoked by uid 500); 11 Aug 2008 06:54:53 -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 9654 invoked by uid 99); 11 Aug 2008 06:54:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Aug 2008 23:54:53 -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, 11 Aug 2008 06:53:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 64D7B234C19C for ; Sun, 10 Aug 2008 23:53:44 -0700 (PDT) Message-ID: <60716849.1218437624401.JavaMail.jira@brutus> Date: Sun, 10 Aug 2008 23:53:44 -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=12621364#action_12621364 ] Erik-Berndt Scheper commented on IVY-835: ----------------------------------------- Hmm, I will try to make a reproducible case for this... > 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.