cziegeler    2003/02/28 06:43:37

  Modified:    .        build.xml
  Log:
  Validating works again
  
  Revision  Changes    Path
  1.346     +2 -2      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.345
  retrieving revision 1.346
  diff -u -r1.345 -r1.346
  --- build.xml 28 Feb 2003 13:34:11 -0000      1.345
  +++ build.xml 28 Feb 2003 14:43:37 -0000      1.346
  @@ -676,7 +676,7 @@
       <echo message="(You can turn validation off if you must, commenting out the 
validate.xdocs property)"/>
   
       <!-- Use Jing for XML validation with RELAX NG -->
  -    <taskdef name="jing" classname="com.thaiopensource.relaxng.util.JingTask" 
classpath="${classpath}"/>
  +    <taskdef name="jing" classname="com.thaiopensource.relaxng.util.JingTask" 
classpathref="classpath"/>
   
       <echo message="Validating all **/book.xml instances using RELAX NG ..."/>
       <jing rngfile="${webapp}/WEB-INF/entities/book-v01.rng">
  
  
  

Reply via email to