Skip to content
Snippets Groups Projects
Commit c7cfd429 authored by Patrick D. Hunt's avatar Patrick D. Hunt
Browse files

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
parent 46790c61
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment