Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 77015 invoked from network); 19 Aug 2005 08:34:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Aug 2005 08:34:47 -0000 Received: (qmail 47172 invoked by uid 500); 19 Aug 2005 08:34:46 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 47124 invoked by uid 500); 19 Aug 2005 08:34:46 -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 47111 invoked by uid 99); 19 Aug 2005 08:34:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Aug 2005 01:34:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [217.199.181.91] (HELO ns3.wkwyw.net) (217.199.181.91) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 19 Aug 2005 01:35:04 -0700 Received: (qmail 1695 invoked from network); 19 Aug 2005 08:34:45 -0000 Received: from 82-69-78-226.dsl.in-addr.zen.co.uk (HELO ?192.168.0.2?) (82.69.78.226) by ns3.wkwyw.net with SMTP; 19 Aug 2005 08:34:45 -0000 Message-ID: <4305999D.5020007@apache.org> Date: Fri, 19 Aug 2005 09:34:37 +0100 From: Ross Gardler User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@forrest.apache.org Subject: Re: debugging views - short (was Re: [views] head broken?) References: <200508172035.34784.diwaker@apache.org> <43045AA8.1070207@apache.org> <1124361410.8317.0.camel@localhost.localdomain> <1124407977.10763.13.camel@localhost.localdomain> In-Reply-To: <1124407977.10763.13.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thorsten Scherler wrote: > Last night I got (for this project): > java.lang.RuntimeException: ElemTemplateElement error: Found more than > one template named: navigation-link-index-content The improved error reporting I noted earlier has now gone into Cocoon 2.2 I've been using it in 2.1.8-dev recently. It is *awesome*, it tells you which line of the sitemap was being executed when the error occurred and shows you the path through the pipelines that got to that point. If anyone finds the time it is worth doing an update of Cocoon for this feature. Hopefully now Cheche has done the hard work it will be an easy job. Ross