From c7cfd429f54ebc8006ad763f0652f7692ccda8ba Mon Sep 17 00:00:00 2001 From: "Patrick D. Hunt" <phunt@apache.org> Date: Tue, 14 Oct 2008 23:45:12 +0000 Subject: [PATCH] ZOOKEEPER-189. forrest build not validated xml of input documents git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@704739 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ src/docs/forrest.properties | 16 ++++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 0d586e42..9cb4848e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -35,6 +35,9 @@ Backward compatibile changes: BUGFIXES: + ZOOKEEPER-189. forrest build not validated xml of input documents + (robbie via phunt) + ZOOKEEPER-188. Check that election port is present for all servers (Flavio Paiva Junqueira via phunt) diff --git a/src/docs/forrest.properties b/src/docs/forrest.properties index f4f04c8d..4c17ab76 100644 --- a/src/docs/forrest.properties +++ b/src/docs/forrest.properties @@ -65,16 +65,16 @@ # This set of properties determine if validation is performed # Values are inherited unless overridden. # e.g. if forrest.validate=false then all others are false unless set to true. -#forrest.validate=true -#forrest.validate.xdocs=${forrest.validate} -#forrest.validate.skinconf=${forrest.validate} -#forrest.validate.sitemap=${forrest.validate} -#forrest.validate.stylesheets=${forrest.validate} -#forrest.validate.skins=${forrest.validate} -#forrest.validate.skins.stylesheets=${forrest.validate.skins} +forrest.validate=true +forrest.validate.xdocs=${forrest.validate} +forrest.validate.skinconf=${forrest.validate} +forrest.validate.sitemap=${forrest.validate} +forrest.validate.stylesheets=${forrest.validate} +forrest.validate.skins=${forrest.validate} +forrest.validate.skins.stylesheets=${forrest.validate.skins} # *.failonerror=(true|false) - stop when an XML file is invalid -#forrest.validate.failonerror=true +forrest.validate.failonerror=true # *.excludes=(pattern) - comma-separated list of path patterns to not validate # e.g. -- GitLab