You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2003/06/27 03:51:10 UTC

cvs commit: cocoon-2.1/src/targets validate-build.xml

crossley    2003/06/26 18:51:10

  Modified:    src/targets validate-build.xml
  Log:
  Temporarily remove Jing validation of **/book.xml
  
  Revision  Changes    Path
  1.10      +2 -0      cocoon-2.1/src/targets/validate-build.xml
  
  Index: validate-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/targets/validate-build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- validate-build.xml	25 Jun 2003 19:47:38 -0000	1.9
  +++ validate-build.xml	27 Jun 2003 01:51:10 -0000	1.10
  @@ -67,10 +67,12 @@
     <target name="validate-xdocs" depends="prepare-docs" unless="exclude.validate.xdocs">
       <echo message="Conducting validation of core XML documentation."/>
   
  +<!-- FIXME: 
       <echo message="Validating all **/book.xml instances using RELAX NG ..."/>
       <jing rngfile="${webapp}/WEB-INF/entities/book-v01.rng">
         <fileset dir="${build.context}" includes="**/book.xml"/>
       </jing>
  +-->
   
       <echo message="Validating all xdocs/**/*.xml instances using DTDs ..."/>
       <xmlvalidate failonerror="true" lenient="no" warn="yes">