Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 11996 invoked from network); 17 Nov 2003 11:51:13 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Nov 2003 11:51:13 -0000 Received: (qmail 69626 invoked by uid 500); 17 Nov 2003 11:51:08 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 69607 invoked by uid 500); 17 Nov 2003 11:51:08 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 69594 invoked from network); 17 Nov 2003 11:51:08 -0000 Received: from unknown (HELO out2.smtp.messagingengine.com) (66.111.4.26) by daedalus.apache.org with SMTP; 17 Nov 2003 11:51:08 -0000 X-Sasl-enc: 6+hOZBtbccwXhFdu0hm9Ew 1069069867 Received: from fwbo.org (unknown [213.48.13.34]) by www.fastmail.fm (Postfix) with ESMTP id C23CB422587 for ; Mon, 17 Nov 2003 06:51:06 -0500 (EST) Message-ID: <3FB8B651.2050309@fwbo.org> Date: Mon, 17 Nov 2003 11:51:45 +0000 From: Upayavira User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: MountTableMatcher References: <3FB6248F.6040506@upaya.co.uk> <3FB6D5F0.3090805@leverageweb.com> <3FB8AF3C.2030003@upaya.co.uk> <3FB8B377.8070405@leverageweb.com> In-Reply-To: <3FB8B377.8070405@leverageweb.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Geoff Howard wrote: >>> No, XPatch doesn't handle properties expansion now. I looked >>> briefly at how to add support for this and didn't get it worked >>> out. I don't know Ant internals much at all - maybe someone more >>> familiar would know better. >> >> I've just asked on ant-dev, and was told: >> >> String org.apache.tools.ant.Project.replaceProperties(String value) > > Ok, I tried the other option which looked cleaner - they have a > subclass of Reader which replaces properties on the way in. I tried > it again the other night and found that it throws an NPE when the task > runs. Unfortunately for some reason the line number of the NPE isn't > preserved in the stack trace. 'The other solution?' >> So, from looking at the xpatch task, we would have to use this >> replaceProperties method on each attribute and text value of each >> node in the patch file. > > Hmm, I'll look at that solution. I was thinking of slurping the whole > patch file into a string, running replaceProperties on it, and > creating an InputStream from the string to pass to builder.parse(). That's what Jan Materne on ant-dev suggested too. He's also just recommended org.apache.tools.ant.util.DOMElementWriter, which might help. >> We could add a 'replace-properties' top level element, which says >> whether this should be done. >> >>> I haven't followed the specific context here but would love to see >>> it added too. >> >> I'm a bit busy here, any chance you could look into it, Geoff? >> >> It would be really cool, it would mean that you can mount your site >> without having to touch the root sitemap at all. > > I can't look into it more now but can pick it up in the next few days. Great. Lets play a 'who gets there first' game. Regards, Upayavira