Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 25591 invoked from network); 23 Sep 2010 16:49:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Sep 2010 16:49:31 -0000 Received: (qmail 81239 invoked by uid 500); 23 Sep 2010 16:49:31 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 81101 invoked by uid 500); 23 Sep 2010 16:49:30 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 81093 invoked by uid 99); 23 Sep 2010 16:49:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Sep 2010 16:49:30 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mgitman@gmail.com designates 209.85.213.173 as permitted sender) Received: from [209.85.213.173] (HELO mail-yx0-f173.google.com) (209.85.213.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Sep 2010 16:49:24 +0000 Received: by yxs7 with SMTP id 7so852298yxs.4 for ; Thu, 23 Sep 2010 09:49:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=uuAwsx6eCOs3gTC7E/cWP+FjTNw0uVz6bG19JTz+f/U=; b=KSVVlqwVlN2RK0Zvxhw8T0y+SukBcA0ibRqAsfPo9mhk3iM7jRLowkABblDRenfM3v y7qc2A4IclACIBhLBWiKzplVeMvn8NeX0MudQXK1viCzrK8MjMQsFoyHdN1uaZF4FP1L C4TiLmdZb7kczbt/jhGfkOFyxsL1jItQuWIa0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=lDugGiPWj3L13tPRZjXhekPlcHLESPUzGPzugmGuOc7KmlEtYnyXnKiSUdIZa6NEJK exSWeu9wxUeoECahPJlZ07DglZxae9iBzku5Te96IXi/BQUaPt1WjnO66wCQzspyT8+k 4T8Esd5OYTZQHl8WIXaL+TLw21OLbHoSnC4L4= MIME-Version: 1.0 Received: by 10.101.136.23 with SMTP id o23mr2316954ann.235.1285260543347; Thu, 23 Sep 2010 09:49:03 -0700 (PDT) Received: by 10.231.176.164 with HTTP; Thu, 23 Sep 2010 09:49:03 -0700 (PDT) In-Reply-To: References: Date: Thu, 23 Sep 2010 09:49:03 -0700 Message-ID: Subject: Re: Please vote: changing the default conflict manager From: Mitch Gitman To: ivy-user@ant.apache.org Content-Type: multipart/alternative; boundary=0016e68ee4cd214c510490f00a76 --0016e68ee4cd214c510490f00a76 Content-Type: text/plain; charset=UTF-8 Please forgive the tangent. Here's what the documentation has to say about "latest-compatible": this conflict manager selects the latest version in the conflicts which can result in a compatible set of dependencies. This means that in the end this conflict manager does not allow any conflict (like the strict conflict manager), except that it follows a best effort strategy to try to find a set of compatible modules (according to the version constraints) http://ant.apache.org/ivy/history/latest-milestone/settings/conflict-managers.html Can anyone out there articulate precisely what that means? --0016e68ee4cd214c510490f00a76--