crossley 2002/12/23 19:05:39
Modified: . build.xml
Log:
Validate the documentation stylesheets as well, during validate-xdocs.
This makes documentation development much smoother.
Revision Changes Path
1.295 +6 -1 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -r1.294 -r1.295
--- build.xml 21 Dec 2002 06:20:36 -0000 1.294
+++ build.xml 24 Dec 2002 03:05:39 -0000 1.295
@@ -2367,9 +2367,14 @@
/>
</xmlvalidate>
- <echo message="Validating the documentation sitemap.xmap ..."/>
+ <echo message="Validating the documentation sitemap.xmap using RELAX NG ..."/>
<jing rngfile="${webapp.dir}/WEB-INF/entities/sitemap-v06.rng">
<fileset dir="${build.context}" includes="sitemap.xmap"/>
+ </jing>
+
+ <echo message="Validating all documentation stylesheets using RELAX NG ..."/>
+ <jing rngfile="${webapp.dir}/WEB-INF/entities/xslt-20020523.rng">
+ <fileset dir="${build.context}/stylesheets" includes="**/*.xsl"/>
</jing>
</target>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]