Return-Path: Delivered-To: apmail-logging-log4j-dev-archive@www.apache.org Received: (qmail 8251 invoked from network); 14 Jan 2006 05:38:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jan 2006 05:38:40 -0000 Received: (qmail 6842 invoked by uid 500); 14 Jan 2006 05:38:39 -0000 Delivered-To: apmail-logging-log4j-dev-archive@logging.apache.org Received: (qmail 6592 invoked by uid 500); 14 Jan 2006 05:38:38 -0000 Mailing-List: contact log4j-dev-help@logging.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Log4J Developers List" Reply-To: "Log4J Developers List" Delivered-To: mailing list log4j-dev@logging.apache.org Received: (qmail 6579 invoked by uid 500); 14 Jan 2006 05:38:38 -0000 Received: (qmail 6574 invoked by uid 99); 14 Jan 2006 05:38:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 21:38:38 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 13 Jan 2006 21:38:37 -0800 Received: (qmail 8175 invoked by uid 65534); 14 Jan 2006 05:38:17 -0000 Message-ID: <20060114053817.8172.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r368982 - /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/LogUI.java Date: Sat, 14 Jan 2006 05:38:16 -0000 To: chainsaw-cvs@logging.apache.org From: psmith@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: psmith Date: Fri Jan 13 21:37:53 2006 New Revision: 368982 URL: http://svn.apache.org/viewcvs?rev=368982&view=rev Log: Temporarily commenting out this plugin, only for a very short time. Just focusing on some build things first, will release a new version of Chainsaw soon, but without Zeroconf just to ensure the release is focused on all the other changes first. Modified: logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/LogUI.java Modified: logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/LogUI.java URL: http://svn.apache.org/viewcvs/logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/LogUI.java?rev=368982&r1=368981&r2=368982&view=diff ============================================================================== --- logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/LogUI.java (original) +++ logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/LogUI.java Fri Jan 13 21:37:53 2006 @@ -474,15 +474,15 @@ // pluginRegistry.addPlugin(cc); // cc.activateOptions(); - try { - Class pluginClass = Class.forName("org.apache.log4j.chainsaw.zeroconf.ZeroConfPlugin"); - Plugin plugin = (Plugin) pluginClass.newInstance(); - pluginRegistry.addPlugin(plugin); - plugin.activateOptions(); - MessageCenter.getInstance().getLogger().info("Looks like ZeroConf stuff is available... WooHoo!"); - } catch (Throwable e) { - MessageCenter.getInstance().getLogger().error("Doesn't look like ZeroConf is available", e); - } +// try { +// Class pluginClass = Class.forName("org.apache.log4j.chainsaw.zeroconf.ZeroConfPlugin"); +// Plugin plugin = (Plugin) pluginClass.newInstance(); +// pluginRegistry.addPlugin(plugin); +// plugin.activateOptions(); +// MessageCenter.getInstance().getLogger().info("Looks like ZeroConf stuff is available... WooHoo!"); +// } catch (Throwable e) { +// MessageCenter.getInstance().getLogger().error("Doesn't look like ZeroConf is available", e); +// } } private void setupReceiverPanel() { --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org For additional commands, e-mail: log4j-dev-help@logging.apache.org