Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 72448 invoked by uid 500); 8 May 2003 11:24:04 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 72437 invoked by uid 500); 8 May 2003 11:24:03 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 72434 invoked from network); 8 May 2003 11:24:03 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 8 May 2003 11:24:03 -0000 Received: (qmail 78414 invoked by uid 1509); 8 May 2003 11:24:03 -0000 Date: 8 May 2003 11:24:03 -0000 Message-ID: <20030508112403.78413.qmail@icarus.apache.org> From: stephan@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1/src/webapp/samples/errorhandling/exception error-giving-page.xml sitemap.xmap X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stephan 2003/05/08 04:24:03 Modified: src/webapp/samples samples.xml sitemap.xmap src/webapp/samples/errorhandling sitemap.xmap src/webapp/samples/errorhandling/exception sitemap.xmap Added: src/webapp/samples/errorhandling main.xml src/webapp/samples/errorhandling/exception error-giving-page.xml Removed: src/webapp/samples error-giving-page.xml src/webapp/samples/errorhandling main.htm Log: Take the error-giving-page into the error handling section. Revision Changes Path 1.16 +1 -4 cocoon-2.1/src/webapp/samples/samples.xml Index: samples.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/samples.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- samples.xml 8 May 2003 08:19:16 -0000 1.15 +++ samples.xml 8 May 2003 11:24:02 -0000 1.16 @@ -137,9 +137,6 @@ This example shows the usage of the RequestGenerator. - - This example shows what happens if an error is triggered in the pipeline. - An example page producing exceptions and handling them. Demonstrates the handler hierarchy and the exception selectors. 1.13 +1 -6 cocoon-2.1/src/webapp/samples/sitemap.xmap Index: sitemap.xmap =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/sitemap.xmap,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sitemap.xmap 8 May 2003 00:05:05 -0000 1.12 +++ sitemap.xmap 8 May 2003 11:24:02 -0000 1.13 @@ -148,11 +148,6 @@ - - - - - 1.4 +8 -3 cocoon-2.1/src/webapp/samples/errorhandling/sitemap.xmap Index: sitemap.xmap =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/errorhandling/sitemap.xmap,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sitemap.xmap 8 May 2003 10:13:02 -0000 1.3 +++ sitemap.xmap 8 May 2003 11:24:03 -0000 1.4 @@ -19,7 +19,10 @@ - + + + + @@ -39,8 +42,10 @@ - - + + + + 1.1 cocoon-2.1/src/webapp/samples/errorhandling/main.xml Index: main.xml ===================================================================
Error handling

Please choose an exception:

1.4 +5 -0 cocoon-2.1/src/webapp/samples/errorhandling/exception/sitemap.xmap Index: sitemap.xmap =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/errorhandling/exception/sitemap.xmap,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sitemap.xmap 8 May 2003 10:13:02 -0000 1.3 +++ sitemap.xmap 8 May 2003 11:24:03 -0000 1.4 @@ -16,6 +16,11 @@
+ + + + + 1.1 cocoon-2.1/src/webapp/samples/errorhandling/exception/error-giving-page.xml Index: error-giving-page.xml =================================================================== ]> Hello<title> <content> <para>This is my first Cocoon page!</para> </content> </page>