You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2002/12/17 08:14:20 UTC

cvs commit: xml-forrest/src/resources/forrest-shbat forrest.build.xml

crossley    2002/12/16 23:14:19

  Modified:    src/resources/forrest-shbat forrest.build.xml
  Log:
  Do not assume that their project OASIS Catalog is under the project dir.
  e.g. could be at /usr/share/sgml/docbook/xmlcatalog
  
  Revision  Changes    Path
  1.32      +1 -2      xml-forrest/src/resources/forrest-shbat/forrest.build.xml
  
  Index: forrest.build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrest-shbat/forrest.build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- forrest.build.xml	11 Dec 2002 08:28:11 -0000	1.31
  +++ forrest.build.xml	17 Dec 2002 07:14:19 -0000	1.32
  @@ -715,11 +715,10 @@
       validate-stylesheets"  description="Validates XML doc files in the project"/>
   
     <target name="validate-xdocs" depends="validation-props" if="validate.xdocs">
  -    <basename file="${project.catalog}" property="catalog-file"/>
       <xmlvalidate failonerror="${forrest.validate.xdocs.failonerror}" lenient="no" warn="yes">
         <xmlcatalog>
           <catalogpath>
  -          <pathelement location="${project.schema-dir}/${catalog-file}"/>
  +          <pathelement location="${project.catalog}"/>
             <pathelement
               location="${forrest.home}/context/resources/schema/catalog"/>
           </catalogpath>