Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 28047 invoked from network); 17 Aug 2010 18:37:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Aug 2010 18:37:37 -0000 Received: (qmail 95883 invoked by uid 500); 17 Aug 2010 18:37:36 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 95826 invoked by uid 500); 17 Aug 2010 18:37:35 -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 95818 invoked by uid 99); 17 Aug 2010 18:37:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 18:37:35 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 18:37:29 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 266E640E000A for ; Tue, 17 Aug 2010 20:37:08 +0200 (CEST) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fMgdDcT1ZHks for ; Tue, 17 Aug 2010 20:37:07 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 1000) id 29E3240E0009; Tue, 17 Aug 2010 20:37:07 +0200 (CEST) From: Stefan Bodewig To: Ant Users List Subject: Re: Multiline regex matches References: <20100817172502.GE15334@nmhq.net> <87ocd1f8de.fsf@v35516.1blu.de> <20100817181028.GA15983@nmhq.net> X-Draft-From: ("nnfolder:mail.jakarta-ant-user" 68324) Date: Tue, 17 Aug 2010 20:37:06 +0200 In-Reply-To: <20100817181028.GA15983@nmhq.net> (Niklas Matthies's message of "Tue, 17 Aug 2010 20:10:28 +0200") Message-ID: <87fwydf5m5.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On 2010-08-17, Niklas Matthies wrote: > On Tue 2010-08-17 at 19:37h, Stefan Bodewig wrote on user: >> On 2010-08-17, Niklas Matthies wrote: >>> If the condition would support resources, I could use that, >>> but it only supports the string attribute. >> Since you are looking at a single file, you can use loadresource to read >> it into a property and then use the matches condition. > Thanks, that's a good suggestion (as long as the file doesn't get too > large). Yes, large files will be issue. Use so memory can at least be reclaimed before the build finishes. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org