You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2002/06/01 19:57:41 UTC

cvs commit: jakarta-avalon build.xml

nicolaken    2002/06/01 10:57:41

  Modified:    .        build.xml
  Log:
  Setting log level of cocoon docs generation to ERROR instead of
  the too prosaic WARN.
  
  Revision  Changes    Path
  1.132     +5 -1      jakarta-avalon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/build.xml,v
  retrieving revision 1.131
  retrieving revision 1.132
  diff -u -r1.131 -r1.132
  --- build.xml	30 May 2002 16:27:33 -0000	1.131
  +++ build.xml	1 Jun 2002 17:57:40 -0000	1.132
  @@ -387,6 +387,10 @@
               <fileset dir="${xdocs.dir}"/>
           </copy>
           
  +
  +        <copy file="${context.dir}/resources/schema/CatalogManager.properties" 
  +              todir="${build.context}/resources/schema" filtering="off"/>
  +                
           <echo message="-------------------------------------------------------------"/>
           <echo message="  Building docs, please stand by ..."/>
           
  @@ -395,7 +399,7 @@
               <arg value="-d${build.docs}"/>
               <arg value="-w${build.dir}/work"/>
               <arg value="-l${build.dir}/work/cocoon.log"/>
  -            <arg value="-uWARN"/>
  +            <arg value="-uERROR"/>
               <arg value="index.html"/>
               <classpath>
                   <path refid="tools.class.path"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>