Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 92815 invoked from network); 10 Mar 2009 17:51:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Mar 2009 17:51:12 -0000 Received: (qmail 61156 invoked by uid 500); 10 Mar 2009 17:51:11 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 61131 invoked by uid 500); 10 Mar 2009 17:51:11 -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 61122 invoked by uid 99); 10 Mar 2009 17:51:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 10:51:11 -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 Mar 2009 17:51:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BC7D8234C003 for ; Tue, 10 Mar 2009 10:50:50 -0700 (PDT) Message-ID: <219674887.1236707450756.JavaMail.jira@brutus> Date: Tue, 10 Mar 2009 10:50:50 -0700 (PDT) From: "Jeff Johnston (JIRA)" To: notifications@ant.apache.org Subject: [jira] Created: (IVYDE-170) dependency order not preserved causing failed builds MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org dependency order not preserved causing failed builds ---------------------------------------------------- Key: IVYDE-170 URL: https://issues.apache.org/jira/browse/IVYDE-170 Project: IvyDE Issue Type: Bug Components: classpath container Affects Versions: 2.0.0.beta1 Environment: eclipse ganymede on redhat linux Reporter: Jeff Johnston When I expand the ivy.xml tree in the package explorer the jar files are not in the same order they are in the ivy.xml file on the system. In one particular case we have multiple corba libraries with conflicting method signatures. Building on the command line works but building in eclipse picks up the wrong jar first and thus fails. In another case we have multiple XML implementation jars. Building on the command line works but building in eclipse picks up the wrong jar first and does not compile. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.