Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 30731 invoked by uid 500); 11 Nov 2002 06:36:19 -0000 Mailing-List: contact forrest-cvs-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-cvs@xml.apache.org Received: (qmail 30711 invoked from network); 11 Nov 2002 06:36:16 -0000 Received: from icarus.apache.org (63.251.56.143) by daedalus.apache.org with SMTP; 11 Nov 2002 06:36:16 -0000 Received: (qmail 59199 invoked by uid 1352); 11 Nov 2002 06:36:14 -0000 Date: 11 Nov 2002 06:36:14 -0000 Message-ID: <20021111063614.59198.qmail@icarus.apache.org> From: jefft@apache.org To: xml-forrest-cvs@apache.org Subject: cvs commit: xml-forrest/src/resources/forrest-shbat forrest.build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jefft 2002/11/10 22:36:14 Modified: . status.xml src/resources/forrest-shbat forrest.build.xml Log: Validate that the ${project.skin} property points to a real skin Revision Changes Path 1.45 +6 -2 xml-forrest/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/xml-forrest/status.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- status.xml 11 Nov 2002 05:25:55 -0000 1.44 +++ status.xml 11 Nov 2002 06:36:14 -0000 1.45 @@ -94,12 +94,16 @@ tools as forrestbar, config files for XMetaL, etc. - + + + + + - Validate project sitemaps + Validate project sitemaps and choice of skin Validation of important core configuration files at build-time using 1.18 +31 -5 xml-forrest/src/resources/forrest-shbat/forrest.build.xml Index: forrest.build.xml =================================================================== RCS file: /home/cvs/xml-forrest/src/resources/forrest-shbat/forrest.build.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- forrest.build.xml 11 Nov 2002 05:22:32 -0000 1.17 +++ forrest.build.xml 11 Nov 2002 06:36:14 -0000 1.18 @@ -208,8 +208,8 @@ - + collapseattributes="true" validate="true"/> + - + @@ -707,7 +707,7 @@ @@ -767,6 +767,32 @@ excludes="${forrest.validate.skins.stylesheets.excludes}"/> + + + + + + + + + + + + +------------------------------------------------ +Error: The skin '${project.skin}' could not be found in: + +${project.skins-dir} + +And is not provided by Forrest in + +${forrest.home}/context/skins + +Please check the $${project.skins-dir} and $${project.skin} properties in +forrest.properties. +------------------------------------------------ + +