You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2007/03/30 02:57:58 UTC

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

Author: crossley
Date: Thu Mar 29 17:57:57 2007
New Revision: 523897

URL: http://svn.apache.org/viewvc?view=rev&rev=523897
Log:
Add a message to "validate-xdocs" build target to report the XML catalog descrip
tors being used.
Only in verbose mode, e.g. 'forrest -v validate-xdocs'

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

Modified: forrest/trunk/main/targets/validate.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/targets/validate.xml?view=diff&rev=523897&r1=523896&r2=523897
==============================================================================
--- forrest/trunk/main/targets/validate.xml (original)
+++ forrest/trunk/main/targets/validate.xml Thu Mar 29 17:57:57 2007
@@ -143,6 +143,10 @@
 
   <target name="validate-xdocs" depends="validation-props" if="validate.xdocs"
       description="Validate the project xdocs">
+    <echo level="verbose" message="Using these catalog descriptors:
+forrest.core.webapp=${forrest.core.webapp}/resources/schema/catalog.xcat
+forrest.plugins-dir=${forrest.plugins-dir}/catalog.xcat
+catalog=${catalog}"/>
     <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" />