crossley 2002/11/18 20:17:20
Modified: . build.xml
Log:
Added validation of treeprocessor-builtins.xml to "validate-config" target.
Using its internal DTD and not yet RELAX NG.
Revision Changes Path
1.281 +6 -0 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -r1.280 -r1.281
--- build.xml 18 Nov 2002 06:24:31 -0000 1.280
+++ build.xml 19 Nov 2002 04:17:19 -0000 1.281
@@ -2193,6 +2193,12 @@
<fileset dir="./tools" includes="**/*.xsl"/>
</jing>
+ <!-- The Treeprocessor builtins -->
+ <echo message="Validating the treeprocessor builtins ..."/>
+ <xmlvalidate failonerror="true" lenient="no" warn="yes">
+ <fileset dir="${java.dir}" includes="**/treeprocessor-builtins.xml"/>
+ </xmlvalidate>
+
<!-- sitemap.xmap -->
<!-- leaving this until last because it is the one most likely to break -->
<echo message="Validating all sitemap.xmap instances ..."/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]