Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 8706 invoked from network); 18 Aug 2004 12:17:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Aug 2004 12:17:50 -0000 Received: (qmail 68813 invoked by uid 500); 18 Aug 2004 12:17:36 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 68764 invoked by uid 500); 18 Aug 2004 12:17:35 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 68743 invoked by uid 99); 18 Aug 2004 12:17:34 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [82.70.96.222] (HELO bluetit.ashbysoft.co.uk) (82.70.96.222) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 18 Aug 2004 05:17:31 -0700 Received: from [192.168.0.10] (helo=[192.168.0.10]) by bluetit.ashbysoft.co.uk with asmtp (Exim 4.30) id 1BxPC1-0001oV-Hu for user@ant.apache.org; Wed, 18 Aug 2004 13:05:25 +0100 Date: Wed, 18 Aug 2004 13:17:51 +0100 From: Christian Ashby To: Ant Users List Subject: Re: Mapping properties before filtering Message-ID: In-Reply-To: <6EE188F49C5D647DFAF826F6@[192.168.0.10]> References: <6EE188F49C5D647DFAF826F6@[192.168.0.10]> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: Yes X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Just to slightly redefine the problem: > I want to setup a FilterSet from a user configuration properties file. > > > Am I missing a cleaner solution, or is this about the only way to > achieve this aim? Basically the needs to be able to contain a ; I've done the conversion as below: And therefore have a propertyset of all tokens. At the moment I'm having to write this to a properties file befora calling: Rather than (which would be nicer!) Is this worth implementing? I may well attempt to do so if people think it worthwhile. Thanks for your time, Christian. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org