Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 7417 invoked from network); 12 Nov 2008 17:50:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2008 17:50:35 -0000 Received: (qmail 38807 invoked by uid 500); 12 Nov 2008 17:50:41 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 38768 invoked by uid 500); 12 Nov 2008 17:50:41 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 38757 invoked by uid 99); 12 Nov 2008 17:50:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 09:50:40 -0800 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 (athena.apache.org: domain of jeanlouis.boudart@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 17:49:20 +0000 Received: by nf-out-0910.google.com with SMTP id g13so280398nfb.10 for ; Wed, 12 Nov 2008 09:49:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=rW3bTz1R1h87LToTqCw2J0U5O1U2dB1ISLgV2gRFEL0=; b=rY9nOP/E6DUkNXL8XyeAQuF4D1jUAgmajhMynOgmzVX2+B+5afjivjW6vkNGlYZi2P 9IV/7dHl7SSwr+RPG22XlHKOrWtqgezi56RHu+kLUqvxb78vKxrLd0GumNVmfv1HAGjw sFgz8YuNUeBTE3bX5JA7iEQc7tMLoxqu0RiTA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=L+fx4txcrghOsqy7daa6NNGwc08u5XbU7ImdvlAeqc3nN0S92r1sjQ52hT1/dsh7lj y+0ASr8/xWmGtNnujwnGPYziHyNBox/7Jnshy9IMr7mrwfy9TkmLhr5C+TA1EZmPzAXe yu7XQI57s1p5zP++gDvCRgOopH/7F3VePq5z0= Received: by 10.210.16.16 with SMTP id 16mr10580387ebp.81.1226512191462; Wed, 12 Nov 2008 09:49:51 -0800 (PST) Received: by 10.210.42.15 with HTTP; Wed, 12 Nov 2008 09:49:51 -0800 (PST) Message-ID: Date: Wed, 12 Nov 2008 18:49:51 +0100 From: "Jean-Louis BOUDART" To: "Ant Developers List" Subject: Re: EasyAnt / vs In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8794_15790279.1226512191441" References: <255d8d690811060729x2dcecea6h98474bbebfa58b2a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_8794_15790279.1226512191441 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Ooops my bad, i've merged with my previous patch :$ This is now fixed in: http://easyant.abrm.info/trac/browser/trunk/src/main/patches/ant-713373-easyant-patch.diff The patch contains only things related to phases concept. In addition to this, i think that we should add a way to disable prefixing, i have a use case in easyant where i don't want to use prefix. In the patch i removed this control: if (configuredValue != null && configuredValue.length() == 0) { configuredValue = null; } This allow me to have a dirty fix to import a build script without prefix :) by setting as attribute to an empty string (). 2008/11/12 Stefan Bodewig > On 2008-11-12, Jean-Louis BOUDART wrote: > > > EasyAnt switched to ant-713373 > > > Every things seems ok, except prefix separator should be applied on > targets > > (ie. in targetHelper) too. > > > > http://easyant.abrm.info/trac/browser/trunk/src/main/patches/ant-713373-easyant-patch.diff > > Both places where your patch replaces "." with prefixSeparator (line > 861 and line 888 of the original) are correct in svn, you must be > using some inconsistent state since your patch won't apply. > > I'm a bit puzzled since I never committed a version that had > prefixSeparator only in one place but not the other two. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org > > ------=_Part_8794_15790279.1226512191441--