Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 41475 invoked from network); 1 Feb 2008 16:03:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2008 16:03:29 -0000 Received: (qmail 47520 invoked by uid 500); 1 Feb 2008 16:03:21 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 47490 invoked by uid 500); 1 Feb 2008 16:03:21 -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 47465 invoked by uid 99); 1 Feb 2008 16:03:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 08:03:21 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 16:03:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 29933714049 for ; Fri, 1 Feb 2008 08:03:09 -0800 (PST) Message-ID: <6765603.1201881789166.JavaMail.jira@brutus> Date: Fri, 1 Feb 2008 08:03:09 -0800 (PST) From: "Xavier Hanin (JIRA)" To: notifications@ant.apache.org Subject: [jira] Resolved: (IVYDE-66) Recognize more source and javadoc artifacts names In-Reply-To: <29881985.1197625063026.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/IVYDE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVYDE-66. ------------------------------- Resolution: Fixed I've applied your last patch, very good job as usual! > Recognize more source and javadoc artifacts names > ------------------------------------------------- > > Key: IVYDE-66 > URL: https://issues.apache.org/jira/browse/IVYDE-66 > Project: IvyDE > Issue Type: Improvement > Components: classpath container > Reporter: Gerard Fernandes > Assignee: Xavier Hanin > Fix For: 1.3.0 > > Attachments: IVYDE-66-r616804.patch, IVYDE-66-r616804.patch, IVYDE-66-r617511.patch > > > IvyDE doesn't recognise source artifacts with a different name than the binary artifact. > E.g., If I have a JAR called commons-cli-1.1.jar and it's source called commons-cli-src-1.1.zip, an Ivy configuration with the following will resolve and the sources are downloaded (can be confirmed by the Ivy report as well as checking the cache) but will NOT attach sources in Eclipse: > > > > > Ivy settings are: > > > > > The only way to make this work is to change Ivy settings to: > > > > > > > And rename > commons-cli-src-1.1.zip > To > commons-cli-1.1-src.zip > And finally change the Ivy configuration to: > > > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.