From notifications-return-7662-apmail-ant-notifications-archive=ant.apache.org@ant.apache.org Fri Mar 06 10:42:31 2009 Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 57650 invoked from network); 6 Mar 2009 10:42:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2009 10:42:31 -0000 Received: (qmail 36178 invoked by uid 500); 6 Mar 2009 10:42:31 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 36132 invoked by uid 500); 6 Mar 2009 10:42:31 -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 36122 invoked by uid 99); 6 Mar 2009 10:42:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2009 02:42:31 -0800 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; Fri, 06 Mar 2009 10:42:30 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6AD8234C498 for ; Fri, 6 Mar 2009 02:42:09 -0800 (PST) Message-ID: <1987218557.1236336129802.JavaMail.jira@brutus> Date: Fri, 6 Mar 2009 02:42:09 -0800 (PST) From: =?utf-8?Q?Nicolas_Lalev=C3=A9e_=28JIRA=29?= To: notifications@ant.apache.org Subject: [jira] Created: (IVYDE-169) The resolve in workspace is being over-resolved by transitive dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org The resolve in workspace is being over-resolved by transitive dependencies -------------------------------------------------------------------------- Key: IVYDE-169 URL: https://issues.apache.org/jira/browse/IVYDE-169 Project: IvyDE Issue Type: Bug Affects Versions: 2.0.0.final Reporter: Nicolas Lalev=C3=A9e Assignee: Nicolas Lalev=C3=A9e Fix For: 2.0.0.final The resolve process of some Eclipse project A depending on some other proje= ct B via some "latest" dependency in the ivy.xml works correctly. But as soon as one of the dependencies of A has a dependency on a released = version of B (in a classical repository), that released version is consider= ed higher than the version in the Eclipse workspace. And then the Eclipse d= ependency get evicted. We then should to have a latest strategy that consider "latest" or "working= @" greater than non "latest" version. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.