Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 7207 invoked by uid 500); 11 Nov 2002 05:25:10 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 7198 invoked from network); 11 Nov 2002 05:25:10 -0000 Received: from new-smtp1.ihug.com.au (203.109.250.27) by daedalus.apache.org with SMTP; 11 Nov 2002 05:25:10 -0000 Received: from p205-apx1.syd.ihug.com.au (expresso.localdomain) [203.173.140.205] by new-smtp1.ihug.com.au with esmtp (Exim 3.22 #1 (Debian)) id 18B74Z-0006tL-00; Mon, 11 Nov 2002 16:25:19 +1100 Received: from jeff by expresso.localdomain with local (Exim 3.35 #1 (Debian)) id 18B79U-0002Du-00 for ; Mon, 11 Nov 2002 16:30:24 +1100 Date: Mon, 11 Nov 2002 16:30:23 +1100 From: Jeff Turner To: forrest-dev@xml.apache.org Subject: Re: build-time validation of core config Message-ID: <20021111053023.GC3377@expresso.localdomain> Mail-Followup-To: forrest-dev@xml.apache.org References: <1036725329.12715.266.camel@ighp> <20021108033308.GA3696@expresso.localdomain> <1036727650.12715.375.camel@ighp> <20021108040720.GB3696@expresso.localdomain> <1036730076.12714.520.camel@ighp> <20021108045633.GC3696@expresso.localdomain> <1036735197.12715.830.camel@ighp> <20021108061252.GC6223@expresso.localdomain> <1036737093.12715.965.camel@ighp> <1036982241.12714.25927.camel@ighp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1036982241.12714.25927.camel@ighp> User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Mon, Nov 11, 2002 at 01:37:20PM +1100, David Crossley wrote: > Recent changes now provide for build-time validation of > the core Forrest configuration files. > * all skinconf.xml > * all sitemap.xmap > * all XSL stylesheets Good stuff, thanks. I copied the sitemap validation into forrest.build.xml as well, so all projects have their sitemaps validated: validate-sitemap: Error at URL "file:/tmp/testsite/src/documentation/sitemap.xmap", line number 104, column number 46: attribute "cheesy" not allowed at this point; ignored BUILD FAILED file:/home/jeff/apache/xml/xml-forrest/build/dist/shbat/bin/../forrest.build.xml:742: Validation failed, messages should have been provided. --Jeff > > --David