Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 95568 invoked from network); 3 Apr 2007 05:58:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2007 05:58:22 -0000 Received: (qmail 21763 invoked by uid 500); 3 Apr 2007 05:58:29 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 21737 invoked by uid 500); 3 Apr 2007 05:58:29 -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 21728 invoked by uid 99); 3 Apr 2007 05:58:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 22:58:29 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of xavier.hanin@gmail.com designates 66.249.82.225 as permitted sender) Received: from [66.249.82.225] (HELO wx-out-0506.google.com) (66.249.82.225) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 22:58:20 -0700 Received: by wx-out-0506.google.com with SMTP id i26so1577181wxd for ; Mon, 02 Apr 2007 22:58:00 -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:in-reply-to:mime-version:content-type:references; b=bjs2tkyAoKs563D7ohwkHNwrgwJmxcsYaJKfW1V6u+xZoU8DpWDIwen7UbAqH7UAIObuWw4OD90yNIje3Ke9mLp8H0v6vYNgfQoo1FOjdAsAe0T1VaDJEwdNuiUgMSwVECG54jQ1QTYpbpiBVT7OPg+RtTfCokNP8FEJuP7X4fs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=pGxZPFx6rJc7G4NNKV19xEdF2OTBeXHhKzHyEdrUI9IgRtjqY5pfmAGS6Ja+BzgW3+an5hV7x8ogST+7BWb03dLcBBnx3lSm1C2zyqfVE9YtnlyWFUNSDfCdGtvmgieND5Ml6ZaHoHNq7L4o2Gc/kGehFx9HAMxJTNMb9Tggj68= Received: by 10.115.89.1 with SMTP id r1mr2118951wal.1175579879738; Mon, 02 Apr 2007 22:57:59 -0700 (PDT) Received: by 10.114.171.8 with HTTP; Mon, 2 Apr 2007 22:57:59 -0700 (PDT) Message-ID: <635a05060704022257u6e1ebe79ta60ed94f5dd28bed@mail.gmail.com> Date: Tue, 3 Apr 2007 07:57:59 +0200 From: "Xavier Hanin" To: ivy-user@incubator.apache.org Subject: Re: regex not working in dependency exclude? In-Reply-To: <20070403025115.GB28206@falcon.digizenstudio.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4133_4148558.1175579879653" References: <20070403025115.GB28206@falcon.digizenstudio.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_4133_4148558.1175579879653 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 4/3/07, Jing Xue wrote: > > Hi, > > Same trunk build from 4/1 as my last message. > > I have this fragment: > conf="build->default"> > > > > > The idea is to exclude the spring-* module jars, because I have already > got spring.jar. > > That pattern didn't work though. I had to do: > conf="build->default"> > > > > > > > > > What am I missing? Thanks in advance for any hint. First, the documentation is misleading, I've just fixed it, because Ivy uses a pattern matcher to match your exclusion expression, so you have to set another attribute to recognize regular expression: Second, I've faced some issues on the trunk with exclusion, so I think there is a bug. I'll try to reproduce it in my own environment, and keep you informed. - Xavier -- Learn Ivy at ApacheCon: http://www.eu.apachecon.com/ Manage your dependencies with Ivy! http://incubator.apache.org/ivy/ ------=_Part_4133_4148558.1175579879653--