Return-Path: Delivered-To: apmail-excalibur-dev-archive@www.apache.org Received: (qmail 77438 invoked from network); 15 Jan 2005 21:33:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Jan 2005 21:33:58 -0000 Received: (qmail 36380 invoked by uid 500); 15 Jan 2005 21:33:58 -0000 Delivered-To: apmail-excalibur-dev-archive@excalibur.apache.org Received: (qmail 36294 invoked by uid 500); 15 Jan 2005 21:33:58 -0000 Mailing-List: contact dev-help@excalibur.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Excalibur Developers List" Reply-To: "Excalibur Developers List" Delivered-To: mailing list dev@excalibur.apache.org Received: (qmail 36279 invoked by uid 99); 15 Jan 2005 21:33:58 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ensim1.25oz.com (HELO ensim1.25oz.com) (216.40.203.202) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 15 Jan 2005 13:33:56 -0800 Received: from [192.168.1.101] (pool-151-200-33-197.res.east.verizon.net [151.200.33.197]) (authenticated bits=0) by ensim1.25oz.com (8.12.10/8.12.10) with ESMTP id j0FM2uSt009729 for ; Sat, 15 Jan 2005 17:02:56 -0500 Message-ID: <41E98C42.8000809@d-haven.org> Date: Sat, 15 Jan 2005 16:33:54 -0500 From: Berin Loritsch User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Excalibur Developers List Subject: Re: [GUMP@brutus]: Project excalibur-logger (in module excalibur) failed References: <200501151036.j0FAa6St002562@ensim1.25oz.com> In-Reply-To: <200501151036.j0FAa6St002562@ensim1.25oz.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N It looks like Log4J changed the API. Probably should adjust the code, but I don't have the time to find out what it should be changed to. >java:compile: > [echo] Compiling to /home/gump/workspaces2/public/workspace/excalibur/containerkit/logger/target/classes > [javac] Compiling 51 source files to /home/gump/workspaces2/public/workspace/excalibur/containerkit/logger/target/classes >/home/gump/workspaces2/public/workspace/excalibur/containerkit/logger/src/java/org/apache/avalon/excalibur/logger/log4j/Log4JConfAdapter.java:110: cannot resolve symbol >symbol : method doConfigure (org.w3c.dom.Element,org.apache.log4j.spi.LoggerRepository) >location: class org.apache.avalon.excalibur.logger.log4j.Log4JConfigurator > domConfigurator.doConfigure( newElement, m_hierarchy ); > ^ >/home/gump/workspaces2/public/workspace/excalibur/containerkit/logger/src/java/org/apache/avalon/excalibur/logger/Log4JConfLoggerManager.java:94: cannot resolve symbol >symbol : method doConfigure (org.w3c.dom.Element,org.apache.log4j.spi.LoggerRepository) >location: class org.apache.avalon.excalibur.logger.log4j.Log4JConfigurator > configurator.doConfigure( newElement, LogManager.getLoggerRepository()); > ^ > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@excalibur.apache.org For additional commands, e-mail: dev-help@excalibur.apache.org