From ant-dev-return-13321-apmail-jakarta-ant-dev-archive=jakarta.apache.org@jakarta.apache.org Wed May 02 08:31:57 2001 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 11779 invoked by uid 500); 2 May 2001 08:31:51 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 11757 invoked from network); 2 May 2001 08:31:49 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-dev@jakarta.apache.org Subject: Re: SQLExec and Properties References: <3AE7CF41.2504.5510D0A1@localhost> <01043022064101.00856@gholam.localdomain> From: Stefan Bodewig Date: 02 May 2001 10:31:57 +0200 In-Reply-To: Michael McCallum's message of "Mon, 30 Apr 2001 22:06:41 +0000" Message-ID: Lines: 21 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Michael McCallum wrote: > But the are interdependent. I update the sqlexec to use the > filterset type with explicitly set filltersets. So I need to revisit your patch completely, sorry. Seems my memory is failing more often these days. > The sql patch does not do anything execpt add a call to > filterset.replaceTokens( sql ) Why use filters instead of property substitution for this? > I could split it all up into patches for Project, copy, > DefaultCompilerAdapter, Filter, SQLExec etc if you would like. I thought they had been independent, sorry. Personally I like separate patches and mails for independent changes, but a compound patch for changes that affect several files. Stefan