You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by bu...@apache.org on 2002/10/31 14:51:35 UTC

DO NOT REPLY [Bug 14127] New: - Excalibur logger, log4j build error

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14127>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14127

Excalibur logger, log4j build error

           Summary: Excalibur logger, log4j build error
           Product: Avalon
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Excalibur
        AssignedTo: avalon-dev@jakarta.apache.org
        ReportedBy: codonovan@sportcentric.com


Clean checkout from CVS, dated 31/10/02.
logger project throws compile errors if log4j.jar isn't available.
While the dependcies check works line 210 of the logger build file
only excludes Log4J* sources if log4j isn't available, unfortunately
there is a class called Log4jConfLoggerManager.
Fix: Change the exclude task to:
<exclude name="**/Log4*" unless="log4j.present"/>
or rename Log4jConfLoggerManager.to Log4JConfLoggerManager and resolve
any other dependencies.

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