You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/08/07 06:07:00 UTC

cvs commit: jakarta-avalon-excalibur/logger build.xml

leif        2002/08/06 21:07:00

  Modified:    logger   build.xml
  Log:
  Fix the build messages so that they point the user to the correct properties.
  
  Revision  Changes    Path
  1.25      +3 -3      jakarta-avalon-excalibur/logger/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/logger/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.xml	30 Jul 2002 22:35:46 -0000	1.24
  +++ build.xml	7 Aug 2002 04:07:00 -0000	1.25
  @@ -163,7 +163,7 @@
         <antcall target="op-warning">
             <param name="thing" value="SMTP"/>
             <param name="recovery"
  -              value="Get mail.jar from inside javamail-1_2.zip from http://java.sun.com/products/javamail/ and place it in ${lib.repo} (if defined), or set the $${sql.jar} property in ant.properties"/>
  +              value="Get mail.jar from inside javamail-1_2.zip from http://java.sun.com/products/javamail/ and place it in ${lib.repo} (if defined), or set the $${mail.jar} property in ant.properties"/>
         </antcall>
     </target>
   
  @@ -172,7 +172,7 @@
         <antcall target="op-warning">
             <param name="thing" value="Log4j"/>
             <param name="recovery"
  -              value="Get log4j.jar from http://jakarta.apache.org/log4j/docs/download.html and place it in ${lib.repo} (if defined), or set the $${sql.jar} property in ant.properties"/>
  +              value="Get log4j.jar from http://jakarta.apache.org/log4j/docs/download.html and place it in ${lib.repo} (if defined), or set the $${log4j.jar} property in ant.properties"/>
         </antcall>
     </target>
   
  @@ -486,7 +486,7 @@
   
       <!-- Prepares the documentation directory -->
       <target name="docs" depends="setup-filters" description="Generates the Docs">
  -	<ant antfile="${basedir}/../cocoonbuild.xml"/>
  +    <ant antfile="${basedir}/../cocoonbuild.xml"/>
   
         <copy todir="${docs.dir}">
           <fileset dir="${build.docs}">
  
  
  

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