Sfoglia il codice sorgente

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
Patrick D. Hunt 16 anni fa
parent
commit
a23407ddef
2 ha cambiato i file con 11 aggiunte e 8 eliminazioni
  1. 3 0
      CHANGES.txt
  2. 8 8
      src/docs/forrest.properties

+ 3 - 0
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)
 

+ 8 - 8
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.