You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ri...@apache.org on 2004/12/02 21:35:38 UTC

svn commit: r109535 - /forrest/trunk/main/targets/validate.xml

Author: rick
Date: Thu Dec  2 12:35:37 2004
New Revision: 109535

URL: http://svn.apache.org/viewcvs?view=rev&rev=109535
Log:
Added explicit classname and classpathref of the Xerces parser for
the <xmlvalidate> task.  This resolves the problem discussed here: 

  http://marc.theaimsgroup.com/?t=110194350100001&r=1&w=2


Modified:
   forrest/trunk/main/targets/validate.xml

Modified: forrest/trunk/main/targets/validate.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/targets/validate.xml?view=diff&rev=109535&p1=forrest/trunk/main/targets/validate.xml&r1=109534&p2=forrest/trunk/main/targets/validate.xml&r2=109535
==============================================================================
--- forrest/trunk/main/targets/validate.xml	(original)
+++ forrest/trunk/main/targets/validate.xml	Thu Dec  2 12:35:37 2004
@@ -140,7 +140,7 @@
 
   <target name="validate-xdocs" depends="validation-props" if="validate.xdocs"
       description="Validate the project xdocs">
-    <xmlvalidate failonerror="${forrest.validate.xdocs.failonerror}" lenient="no" warn="yes">
+    <xmlvalidate failonerror="${forrest.validate.xdocs.failonerror}" lenient="no" warn="yes" classpathref="forrest.cp" classname="org.apache.xerces.parsers.SAXParser">
       <attribute name="http://apache.org/xml/features/validation/dynamic"  value="true"/>
       <xmlcatalog refid="fcatalog" />
       <fileset dir="${xdocs-dir}"