From ivy-user-return-631-apmail-incubator-ivy-user-archive=incubator.apache.org@incubator.apache.org Fri Apr 06 13:27:00 2007 Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 87217 invoked from network); 6 Apr 2007 13:27:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Apr 2007 13:27:00 -0000 Received: (qmail 99143 invoked by uid 500); 6 Apr 2007 13:27:07 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 99125 invoked by uid 500); 6 Apr 2007 13:27:06 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Received: (qmail 99116 invoked by uid 99); 6 Apr 2007 13:27:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2007 06:27:06 -0700 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of saloucious@gmail.com designates 209.85.132.251 as permitted sender) Received: from [209.85.132.251] (HELO an-out-0708.google.com) (209.85.132.251) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2007 06:26:58 -0700 Received: by an-out-0708.google.com with SMTP id b2so1073690ana for ; Fri, 06 Apr 2007 06:26:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=Lgy1ETGjJMhXHeU31w0h0qRisscst0S0gwd69e9C/iC4pGA5DhZXMfhyln+2gFKOEwLbqU14PcqSrMnljasJ+X6hmmmSle1Ht3RYtGMlET5b+6fNbtuXAwuUnfCfJ1zBA+rXdt+sOGrZ8KRCcDGCBQiFC94DmeRkqfrUGb0wRFA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=bJaU/91qnmRRwUMrIdS40lwqfo9WgEPr63qI+1B2KJwaYed7AGK6Ve+n61ePGipFpHWobTHBi3GAE4p/QKiPJfapqZ2Pbwsp9GIhxdAVv91rmQmHlPOH2lGnR1yI9ZJeGfUEELExFhlJhl7JXVeti6WZ7wmsJcwPaGZdKCWRlxY= Received: by 10.100.10.20 with SMTP id 20mr2092283anj.1175865997508; Fri, 06 Apr 2007 06:26:37 -0700 (PDT) Received: by 10.100.109.2 with HTTP; Fri, 6 Apr 2007 06:26:37 -0700 (PDT) Message-ID: Date: Fri, 6 Apr 2007 15:26:37 +0200 From: "Saloucious Crumb" To: ivy-user@incubator.apache.org Subject: Conflicts Dependencies MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6348_23296985.1175865997474" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_6348_23296985.1175865997474 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I've just discovered Ivy and have to use it on my projects. Actually i have a problem with conflicts dependencies. Indeed, i've got a module A which depends on B and C (revision=2). B depends on C (revision=1) and D D depends on C (revision=1) Ivy detects a conflict between A and B (about C revision) -> OK, it takes revision 2 But ivy do not detect conflict between B and D (about C revision) -> Ivy retrieves C revision 1 So, in my libs directory, i have C revisions 1 and 2 -> NOK I've you got an idea ? ------=_Part_6348_23296985.1175865997474--