From dev-return-83625-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Wed Nov 12 10:15:19 2008 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 55399 invoked from network); 12 Nov 2008 10:15:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2008 10:15:19 -0000 Received: (qmail 83142 invoked by uid 500); 12 Nov 2008 10:15:25 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 83081 invoked by uid 500); 12 Nov 2008 10:15:25 -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 83059 invoked by uid 99); 12 Nov 2008 10:15:25 -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 02:15:25 -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 74.125.78.147 as permitted sender) Received: from [74.125.78.147] (HELO ey-out-1920.google.com) (74.125.78.147) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 10:14:04 +0000 Received: by ey-out-1920.google.com with SMTP id 4so128017eyk.10 for ; Wed, 12 Nov 2008 02:14:46 -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=pBo13jdavIoR+WVuTPcbJ94TDuNq0OhMVsK2/ffPhIA=; b=D9Pl0GJw0HkvmmiAP1J/+DOYQwP94LrsJB4fS+4CpWXqH4PYzDv4uJCGUQ7DCVvwQl VgLJDcrpzweBBmeD675TBTzXRYdvqgfqGHGp6VS1ATnuG+T5QriQGLelh8D7Uc8w1LJl buP1XfvHaGNq9UOvG+rEGCAnTiLpJSjgs8a8E= 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=MiLNlOBtjhD5Jq9gq4ovZ6JfYziCb4HncEI7xqRNbWw8p96mz5HX62p1xTfKeXFpux BaoafU1TM+c0Dm1LCdou7yYmBec+hRyOKFqe9iQTVk5NPw8euM7MOUfiaCmACSVi6n2c 66IIXFGimACMmQ2oOm0I1Xu9mPzqcUOqWYPnU= Received: by 10.210.43.11 with SMTP id q11mr10219651ebq.51.1226484886836; Wed, 12 Nov 2008 02:14:46 -0800 (PST) Received: by 10.210.42.15 with HTTP; Wed, 12 Nov 2008 02:14:46 -0800 (PST) Message-ID: Date: Wed, 12 Nov 2008 11:14:46 +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_2557_11529596.1226484886806" References: <255d8d690811051030p1056d3abof4a6409ecf849406@mail.gmail.com> <255d8d690811060729x2dcecea6h98474bbebfa58b2a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2557_11529596.1226484886806 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Stefan, First of all i would like to thank you for your interests on our patch. I'm currently trying to switch to trunk Head revision and i'm getting some troubles with "nested inclusion". I think that using "" should allow user to have nested prefix, here is a short example: ... ... ... By typing ant -p i should see something like : B.mySpecificTargetFromB --> i'm B B.iLikeNestedPrefix.mySpecificTargetFromA --> i'm A B.iLikeNestedPrefix.myPrefix.myAbstractTarget --> i'm abstract In our previous patch it was done by ImportTask ( http://easyant.abrm.info/trac/browser/trunk/src/main/patches/ant-697121-easyant-patch.diffl168->l187) What do you think about it? In addition to this, could it be possible to have a parametrized prefix separator? I guess you've added a "." betwen prefix and target name (ex: myPrefix.myTarget), could we have something more flexible? In EasyAnt, we currently don't want to have a prefix separator, by conventions our public target are prefixed with ":" and our private target are prefixed with "-". Thanks in advance for your feedback. 2008/11/11 Stefan Bodewig > On 2008-11-10, Stefan Bodewig wrote: > > > Right now I'm pretty close to simply add an "as" attribute to import, > > add "include" as an alias name for import and make the task behave > > differently when it is called as include. > > Done. > > The implementation differs from EasyAnt's and we don't have phases > (yet?), so Jean-Lousi or Xavier should either modify the patch or tell > people to now use Ant trunk more recent than 713006. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org > > ------=_Part_2557_11529596.1226484886806--