crafterm    2002/10/16 09:37:02

  Modified:    logger   build.xml
  Log:
  Modified log4j check to look for the class LogManager rather than the
  class Category, as LogManager is used in the Log4JLoggerManager class.
  
  (Also, the LogManager class doesn't exist in older log4j jars)
  
  Revision  Changes    Path
  1.28      +1 -1      jakarta-avalon-excalibur/logger/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/logger/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml 10 Aug 2002 21:14:35 -0000      1.27
  +++ build.xml 16 Oct 2002 16:37:02 -0000      1.28
  @@ -59,7 +59,7 @@
   
       <!-- Checks the environment for existing resources -->
       <target name="check-environment">
  -        <available property="log4j.present" classname="org.apache.log4j.Category">
  +        <available property="log4j.present" classname="org.apache.log4j.LogManager">
               <classpath refid="project.class.path"/>
           </available>
           <available property="servlet.present" classname="javax.servlet.Servlet">
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to