Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 61009 invoked from network); 23 Jan 2007 14:07:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jan 2007 14:07:39 -0000 Received: (qmail 61380 invoked by uid 500); 23 Jan 2007 14:07:44 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 61334 invoked by uid 500); 23 Jan 2007 14:07:44 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 61323 invoked by uid 99); 23 Jan 2007 14:07:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jan 2007 06:07:44 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [163.1.2.165] (HELO relay3.mail.ox.ac.uk) (163.1.2.165) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jan 2007 06:07:34 -0800 Received: from smtp1.mail.ox.ac.uk ([129.67.1.207]) by relay3.mail.ox.ac.uk with esmtp (Exim 4.62) (envelope-from ) id 1H9MIr-0002KR-9x for dev@forrest.apache.org; Tue, 23 Jan 2007 14:07:13 +0000 Received: from dhcp2.oucs.ox.ac.uk ([129.67.103.2]) by smtp1.mail.ox.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1H9MIq-0008CY-5Q for dev@forrest.apache.org; Tue, 23 Jan 2007 14:07:12 +0000 Message-ID: <45B61691.8040604@apache.org> Date: Tue, 23 Jan 2007 14:07:13 +0000 From: Ross Gardler Organization: OSS Watch User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: dev@forrest.apache.org Subject: Re: dispatcher going STAX References: <1169407600.29378.88.camel@cartman> <499888440701220521k42c67f57sda2a4135dff51ad8@mail.gmail.com> <1169487241.4975.1.camel@cartman> In-Reply-To: <1169487241.4975.1.camel@cartman> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thorsten Scherler wrote: > On Mon, 2007-01-22 at 08:21 -0500, Tim Williams wrote: >> On 1/21/07, Thorsten Scherler wrote: >>> Hi all, >>> >>> I have on my hard drive a very basic working version of a standalone >>> dispatcher based on stax. >>> >>> Can I commit it to /trunk/tools/dispatcher? >>> >>> I changed some things to get rid of legacy naming and would explain >>> after I have commited. >>> >>> I really just put some final hours to make it work but did not spend >>> much time to make it more general (there may be still some hard coded >>> links). I just think this would be good to add so more people can have a >>> look on it (Ross may have some proposals to make it forrest2 >>> supportable). >>> >>> wdyt? >> Not sure why the /trunk/tools/dispatcher location, +1 for whiteboard. I'd like to play with this in conjunction with my Forrest2 experiments (not sure when though). Ross