From user-return-65607-apmail-ant-user-archive=ant.apache.org@ant.apache.org Thu Aug 07 18:05:17 2008 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 53971 invoked from network); 7 Aug 2008 18:05:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2008 18:05:17 -0000 Received: (qmail 39497 invoked by uid 500); 7 Aug 2008 18:05:12 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 39469 invoked by uid 500); 7 Aug 2008 18:05:12 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 39458 invoked by uid 99); 7 Aug 2008 18:05:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2008 11:05:12 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [206.190.58.153] (HELO web55104.mail.re4.yahoo.com) (206.190.58.153) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 07 Aug 2008 18:04:15 +0000 Received: (qmail 188 invoked by uid 60001); 7 Aug 2008 18:04:41 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=dVxZUu5cRSFidwuUVl23u5KUQs22GWsQumfl9PQnqvw2ipzcs3EEfE2A5Q/rYzAaV0N1Xqs6eUJl5xLteCa6FKuROHFyr+dYtgDUFZV6JCbRSx0XkBX6KscPuf0EgZBVv+RzX93lGHBDI5ODlE718mW7Ecb0QmvnLnHAEOxaagg=; X-YMail-OSG: D8Bw2TQVM1mgU5nDZBKDzPH6fUeSKxhkmEeTtXiAix8vSfEYl1FL7zyDD3zG8zG_2r9l9vqCtG0PPFQ4ZXEAzcbAwEbxFmx9Isq.Q5ob7zCfQK6ao0XDLBFqE2rJBkr3oq10yItmSP31p_0nZVUfmos- Received: from [12.68.231.140] by web55104.mail.re4.yahoo.com via HTTP; Thu, 07 Aug 2008 11:04:41 PDT Date: Thu, 7 Aug 2008 11:04:41 -0700 (PDT) From: Matt Benson Subject: Re: fileset manipulation To: Ant Users List In-Reply-To: <86835E19-7843-4272-8FB9-652037849304@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <594852.99345.qm@web55104.mail.re4.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --- Florijan Stamenkovic wrote: > > On Aug 06, 2008, at 11:35, Matt Benson wrote: > > > To answer your original query, F, for the time > being I > > would probably load your includesfile using > > > with a nested filterchain and thereby customize > your > > basic includesfile for each occasion. > > Huh, I can't find something to append text at the > end of a line (the > opposite of PrefixLines) in the documentation (link > below). Am I > missing something obvious? I guess that token filter > + ReplaceRegex > should do the trick though. > Guess so. It probably would make sense to complement PrefixLines with SuffixLines. > http://ant.apache.org/manual/CoreTypes/filterchain.html > > Thanks for pointing it out though, I missed this as > an option. > > > I'm assuming > > that you've already determined that the > subdirectories > > enumerated in that basic file follow no > generalizable > > pattern. > > I am not sure that I understand your point. The > structure of the > subdirectories declared in the includes file is > predictable. It is > just that I require different things from it, at > different times. For > example, for a given Foo folder, at one point I need > to get Foo/dist/ > Foo.framework/**/*.* and at other times I need > Foo/build.xml > Is that what you're asking? > My point was that I assume that the names of Foo and its siblings follow no predictable pattern, hence your reason for enumerating them in a file. -Matt > F > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > user-unsubscribe@ant.apache.org > For additional commands, e-mail: > user-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org