Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 34226 invoked from network); 17 Nov 2003 23:03:59 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Nov 2003 23:03:59 -0000 Received: (qmail 23956 invoked by uid 500); 17 Nov 2003 23:03:42 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 23837 invoked by uid 500); 17 Nov 2003 23:03:42 -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 23824 invoked from network); 17 Nov 2003 23:03:41 -0000 Received: from unknown (HELO host.leverageweb.com) (64.91.254.192) by daedalus.apache.org with SMTP; 17 Nov 2003 23:03:41 -0000 Received: from va-leesburg-cmts5c-90.chvlva.adelphia.net ([67.21.159.90] helo=leverageweb.com) by host.leverageweb.com with esmtp (Exim 4.24) id 1ALsWf-0002qK-CA for dev@cocoon.apache.org; Mon, 17 Nov 2003 18:11:21 -0500 Message-ID: <3FB953C5.1080607@leverageweb.com> Date: Mon, 17 Nov 2003 18:03:33 -0500 From: Geoff Howard User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: MountTableMatcher References: <3FB6248F.6040506@upaya.co.uk> <3FB8F3D2.8090102@upaya.co.uk> <3FB8FD84.7020307@leverageweb.com> <3FB91F89.8070904@upaya.co.uk> In-Reply-To: <3FB91F89.8070904@upaya.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.leverageweb.com X-AntiAbuse: Original Domain - cocoon.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - leverageweb.com 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 Upayavira wrote: > Geoff Howard wrote: > >> ... >> I haven't looked at the issues involved with the MountTableMatcher, >> but I've been wanting this ability in the Ant task for a while. > > > Well, you've got it now! > >>> Beyond that, if you and others feel that the sitemap patch is >>> overkill, I'm happy to remove it and just use it on my own systems >>> (after all, that is only one file on src/confpatch). >> >> >> It also seems like this can be done pretty easily with a separate >> conf patch file - to patch the patch so to speak. > > > That's how I did it. I put mount-table.xmap into src/confpatch. > >> Also remember that the conf patch target can be run standalone - no >> need to re-run the whole build just to patch a few conf files. Also, >> the location of the patches is itself configurable - this makes >> integrating the task into your own build easier. > > > Interesting. I'd rather integrate my build into Cocoon's, rather than > the other way around, and now I can see that all I've got to do is > stick files into a confpatch folder, which is really great. Sure, but some people prefer to integrate Cocoon into their build - and generally want to do so with as little "building" of Cocoon as possible. Either way works well. Geoff