<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.comp.apache.logging">
    <title>gmane.comp.apache.logging</title>
    <link>http://blog.gmane.org/gmane.comp.apache.logging</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1156"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1154"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1153"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1152"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1151"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1150"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1149"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1148"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1147"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1146"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1145"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1143"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1141"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1140"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1139"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1138"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1135"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1133"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1132"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.logging/1131"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1156">
    <title>Documentation</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1156</link>
    <description>
The entire Logging Services Project has a bit of a problem with documentation.
Much of this is difficulty of finding information, but the project could use
more documentation in general. A particular problem is the use of auto
documentation that mixes user and developer information. As a user, I had a
difficult time sorting through class documentation that mostly dealt with
internals that I never needed to use.

A partial solution might be to use a wiki to document user information. Links
to the various API docs would allow people to dig deeper. One of the major
benefits of this approach is that one site could cover all of the log4 series
and common information (like configure files) would not have to be duplicated.
It would also be convenient to have some function call documentation show the
calls for different programming languages side by side.

Now as a long term MediaWiki user, MoinMoin sure seems primitive to me. Maybe
it
just a little work to make everything look nice. A key factor to consider is
whe</description>
    <dc:creator>Matthew Vernon</dc:creator>
    <dc:date>2008-07-24T22:00:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1154">
    <title>svn commit: r673909 - /logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1154</link>
    <description>Author: sdeboy
Date: Thu Jul  3 22:26:14 2008
New Revision: 673909

URL: http://svn.apache.org/viewvc?rev=673909&amp;view=rev
Log:
When configuration URL changes, trigger a load of the configuration.

This doesn't clear the receivers tree, it just triggers a call to DOMConfigurator.configure.

Modified:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java

Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java?rev=673909&amp;r1=673908&amp;r2=673909&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java (original)
+++ logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java Thu Jul  3 22:26:14 2008
&lt; at &gt;&lt; at &gt; -311,7 +311,7 &lt; at &gt;&lt; at &gt;
 });
     }
     
-    LogUI logUI = new LogUI();
+    final LogUI logUI = new LogUI();
     logUI.applicationPrefer</description>
    <dc:creator>sdeboy&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-07-04T05:26:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1153">
    <title>svn commit: r673735 - /logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/tutorial.html</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1153</link>
    <description>Author: sdeboy
Date: Thu Jul  3 09:28:04 2008
New Revision: 673735

URL: http://svn.apache.org/viewvc?rev=673735&amp;view=rev
Log:
Add 'search' to tutorial and reordered topics

Modified:
    logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/tutorial.html

Modified: logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/tutorial.html
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/tutorial.html?rev=673735&amp;r1=673734&amp;r2=673735&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/tutorial.html (original)
+++ logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/tutorial.html Thu Jul  3 09:28:04 2008
&lt; at &gt;&lt; at &gt; -8,8 +8,9 &lt; at &gt;&lt; at &gt;
 &lt;p&gt;Welcome to the Chainsaw v2 Tutorial.  Here you will learn how to effectively utilise the many features of Chainsaw.&lt;/p&gt;
 &lt;/p&gt;
 &lt;p&gt;&lt;a href="#expressions"&gt;Expressions&lt;/a&gt;
-&lt;</description>
    <dc:creator>sdeboy&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-07-03T16:28:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1152">
    <title>svn commit: r673734 - /logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/color/ColorPanel.java</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1152</link>
    <description>Author: sdeboy
Date: Thu Jul  3 09:27:26 2008
New Revision: 673734

URL: http://svn.apache.org/viewvc?rev=673734&amp;view=rev
Log:
Entering an invalid expression in color filter panel caused entry with invalid expression to be removed when apply was pressed.  

Don't apply color filters until all expressions are valid.

Modified:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/color/ColorPanel.java

Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/color/ColorPanel.java
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/color/ColorPanel.java?rev=673734&amp;r1=673733&amp;r2=673734&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/color/ColorPanel.java (original)
+++ logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/color/ColorPanel.java Thu Jul  3 09:27:26 2008
&lt; at &gt;&lt; at &gt; -346,19 +346,22 &lt; at &gt;&lt; at &gt;
       }
     }
 
+    //all rules </description>
    <dc:creator>sdeboy&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-07-03T16:27:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1151">
    <title>svn commit: r673720 - /logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1151</link>
    <description>Author: sdeboy
Date: Thu Jul  3 08:50:38 2008
New Revision: 673720

URL: http://svn.apache.org/viewvc?rev=673720&amp;view=rev
Log:
Change background of search and refine focus fields to light-red if an invalid expression is entered, reset background color to default when valid or empty

Modified:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java

Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java?rev=673720&amp;r1=673719&amp;r2=673720&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java (original)
+++ logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java Thu Jul  3 08:50:38 2008
&lt; at &gt;&lt; at &gt; -18,6 +18,7 &lt; at &gt;&lt; at &gt;
 package org.apache.log4j.chainsaw;
 
 import java.awt.BorderLayout;
+import java.awt.Color;
 import java.awt.Com</description>
    <dc:creator>sdeboy&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-07-03T15:50:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1150">
    <title>svn commit: r673568 - in /logging/chainsaw/trunk: pom.xml src/assembly/bin.xml src/assembly/standalone.xml</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1150</link>
    <description>Author: psmith
Date: Wed Jul  2 19:51:39 2008
New Revision: 673568

URL: http://svn.apache.org/viewvc?rev=673568&amp;view=rev
Log:
Modified the bin.xml assembly so it doesn't get a 'name', and introduced a standalone assembly
that is the packaged up bit of the appassembler plugin for ease of deployment.  this artifact
is also added to the list of published artifacts via the buildhelper plugin.

Finally worked out how to get Chainsaw to bundle the Receivers JavaDoc, and as it turns out it's so
simple I can't believe it's taken me or anyone else this long to work out.  The JavaDoc, like the sources,
are simply classified artifacts of a project, so we just indicate a dependency on log4j-receivers javadoc classified
artifact.  Viola, packaged JavaDoc for the Receivers inside Chainsaw.  Neat.


Added:
    logging/chainsaw/trunk/src/assembly/standalone.xml
Modified:
    logging/chainsaw/trunk/pom.xml
    logging/chainsaw/trunk/src/assembly/bin.xml

Modified: logging/chainsaw/trunk/pom.xml
URL: http://svn.apache.org/vi</description>
    <dc:creator>psmith&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-07-03T02:51:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1149">
    <title>svn commit: r673567 - /logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1149</link>
    <description>Author: sdeboy
Date: Wed Jul  2 19:44:27 2008
New Revision: 673567

URL: http://svn.apache.org/viewvc?rev=673567&amp;view=rev
Log:
Update JavaDocs to clarify receiver params

Modified:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java

Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java?rev=673567&amp;r1=673566&amp;r2=673567&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java (original)
+++ logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java Wed Jul  2 19:44:27 2008
&lt; at &gt;&lt; at &gt; -93,7 +93,7 &lt; at &gt;&lt; at &gt;
  * &lt;p&gt;
  * &lt;b&gt;Features:&lt;/b&gt;&lt;br&gt;
  * - specify the URL of the log file to be processed&lt;br&gt;
- * - specify the timestamp fo</description>
    <dc:creator>sdeboy&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-07-03T02:44:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1148">
    <title>svn commit: r670416 - /logging/chainsaw/trunk/HOWTOBUILD.txt</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1148</link>
    <description>Author: psmith
Date: Sun Jun 22 14:23:49 2008
New Revision: 670416

URL: http://svn.apache.org/viewvc?rev=670416&amp;view=rev
Log:
Updated HOWTOBUILD.txt to reflect some dependency build information change.


Modified:
    logging/chainsaw/trunk/HOWTOBUILD.txt

Modified: logging/chainsaw/trunk/HOWTOBUILD.txt
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/HOWTOBUILD.txt?rev=670416&amp;r1=670415&amp;r2=670416&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/HOWTOBUILD.txt (original)
+++ logging/chainsaw/trunk/HOWTOBUILD.txt Sun Jun 22 14:23:49 2008
&lt; at &gt;&lt; at &gt; -16,8 +16,11 &lt; at &gt;&lt; at &gt;
 log4j-receivers - http://svn.apache.org/repos/asf/logging/log4j/companions/receivers/trunk/
 log4j-filters - http://svn.apache.org/repos/asf/logging/log4j/companions/filters/trunk/
 log4j-zeroconf - http://svn.apache.org/repos/asf/logging/log4j/companions/zeroconf/trunk/
+
+  while Chainsaw has a marked dependency on log4j 1.2.15, building log4j-zeroconf requires log4j 1.2.16-SNA</description>
    <dc:creator>psmith&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-06-22T21:23:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1147">
    <title>svn commit: r668059 - in /logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw: LogPanel.java LogPanelPreferenceModel.java LogPanelPreferencePanel.java TableColorizingRenderer.java</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1147</link>
    <description>Author: sdeboy
Date: Sun Jun 15 23:28:41 2008
New Revision: 668059

URL: http://svn.apache.org/viewvc?rev=668059&amp;view=rev
Log:
New log panel preference: time zone of events on tab
Allows a user to specify (via the timezone abbreviation) the time zone of events on the tab, providing the ability to view logs in local time.

For example, if events are from a log file which is in GMT, and you're in PST, set the time zone preference to GMT and the timestamp field for events on that tab will be rendered +7 hours ahead of the actual event timestamp values.

Modified:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanelPreferenceModel.java
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanelPreferencePanel.java
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/TableColorizingRenderer.java

Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java</description>
    <dc:creator>sdeboy&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-06-16T06:28:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1146">
    <title>svn commit: r660371 - in /logging/site/trunk: author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess docs/log4j/docs/webstart/chainsaw/.htaccess</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1146</link>
    <description>Author: carnold
Date: Mon May 26 21:29:41 2008
New Revision: 660371

URL: http://svn.apache.org/viewvc?rev=660371&amp;view=rev
Log:
Retry .htaccess for chainsaw webstart with better EOLs

Modified:
    logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess
    logging/site/trunk/docs/log4j/docs/webstart/chainsaw/.htaccess

Modified: logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess
URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess?rev=660371&amp;r1=660370&amp;r2=660371&amp;view=diff
==============================================================================
--- logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess (original)
+++ logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess Mon May 26 21:29:41 2008
&lt; at &gt;&lt; at &gt; -1 +1,16 &lt; at &gt;&lt; at &gt;
-# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the N</description>
    <dc:creator>carnold&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-05-27T04:29:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1145">
    <title>svn commit: r660093 - in /logging/site/trunk: author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess docs/log4j/docs/webstart/chainsaw/.htaccess</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1145</link>
    <description>Author: carnold
Date: Sun May 25 19:59:04 2008
New Revision: 660093

URL: http://svn.apache.org/viewvc?rev=660093&amp;view=rev
Log:
Restore MIME type for Chainsaw wegstart

Added:
    logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess
    logging/site/trunk/docs/log4j/docs/webstart/chainsaw/.htaccess

Added: logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess
URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess?rev=660093&amp;view=auto
==============================================================================
--- logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess (added)
+++ logging/site/trunk/author/src/site/resources/log4j/docs/webstart/chainsaw/.htaccess Sun May 25 19:59:04 2008
&lt; at &gt;&lt; at &gt; -0,0 +1 &lt; at &gt;&lt; at &gt;
+# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for a</description>
    <dc:creator>carnold&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-05-26T02:59:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1143">
    <title>Timezone information in Log4j logs</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1143</link>
    <description>Hi:

I have a program running on a server in Dallas. I need to generate log4j
output in timezone "America/New_York". How can I do that?


Current configuration is

log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] - %m%n

Thanks

</description>
    <dc:creator>Das, Amar</dc:creator>
    <dc:date>2008-05-06T17:44:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1141">
    <title>svn commit: r652430 - /logging/site/trunk/docs/log4net/download.html</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1141</link>
    <description>Author: carnold
Date: Wed Apr 30 22:31:28 2008
New Revision: 652430

URL: http://svn.apache.org/viewvc?rev=652430&amp;view=rev
Log:
LOG4NET-150: Cannot download log4net 1.2.10 from site

Modified:
    logging/site/trunk/docs/log4net/download.html

Modified: logging/site/trunk/docs/log4net/download.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4net/download.html?rev=652430&amp;r1=652429&amp;r2=652430&amp;view=diff
==============================================================================
--- logging/site/trunk/docs/log4net/download.html (original)
+++ logging/site/trunk/docs/log4net/download.html Wed Apr 30 22:31:28 2008
&lt; at &gt;&lt; at &gt; -40,7 +40,7 &lt; at &gt;&lt; at &gt;
   
   
             &lt;div class="xleft"&gt;
-        Last Published: 08/30/2007
+        Last Published: 05/01/2008
                           |   
           &lt;a href="http://www.apache.org/"&gt;Apache&lt;/a&gt;
               &amp;gt;
&lt; at &gt;&lt; at &gt; -207,7 +207,7 &lt; at &gt;&lt; at &gt;
     &lt;/div&gt;
     &lt;div id="bodyColumn"&gt;
       &lt;div id="contentBox"&gt;
-        &lt;div class="section"&gt;&lt;h2&gt;Download Apache log4net 1.2</description>
    <dc:creator>carnold&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-05-01T05:31:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1140">
    <title>cvs.apache.org offline? users can't download incubating-log4net-1.2.10.zip</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1140</link>
    <description>I know that svn.apache.org has been having some issues the past few days. Users are posting to the log4net list that they can't download the latest version of log4net from this link (its been the same link for a couple years):

 http://cvs.apache.org/dist/incubator/log4net/1.2.10/incubating-log4net-1.2.10.zip

Is that the correct place for it? log4cxx is hosted at http://www.apache.org/dyn/closer.cgi/logging/... How can I upload incubating-log4net-1.2.10.zip there?

Thanks,
Ron

</description>
    <dc:creator>Ron Grabowski</dc:creator>
    <dc:date>2008-05-01T01:48:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1139">
    <title>svn commit: r646432 - in /logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw: LogUI.java receivers/ReceiversPanel.java</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1139</link>
    <description>Author: sdeboy
Date: Wed Apr  9 09:36:38 2008
New Revision: 646432

URL: http://svn.apache.org/viewvc?rev=646432&amp;view=rev
Log:
- Fix minor bug in receiversPanel
- Update activateViewer(ChainsaAppender) method to support starting Chainsaw via the ChainsawAppender

Modified:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/receivers/ReceiversPanel.java

Modified: logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java?rev=646432&amp;r1=646431&amp;r2=646432&amp;view=diff
==============================================================================
--- logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java (original)
+++ logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogUI.java Wed Apr  9 09:36:38 2008
&lt; at &gt;&lt; at &gt; -403,8 +403,20 &lt; at &gt;&lt; at &gt;
    *
    */
   public void activateViewer(Chain</description>
    <dc:creator>sdeboy&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-04-09T16:36:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1138">
    <title>[ANNOUNCE] Apache log4cxx 0.10.0 released</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1138</link>
    <description>The Apache Logging Services project is happy to announce the release  
of Apache log4cxx 0.10.0.  Apache log4cxx 0.10.0 is the first Apache  
release of log4cxx and is recommended update for all users.  The  
release is starting to reach the mirrors at the moment. and is  
identical to the log4cxx 0.10.0 RC8 release candidate other than the  
file name of the archive.

p.s.: Note the download pages will not be properly displayed in Apple  
Safari (http://bugs.webkit.org/show_bug.cgi?id=15144)

</description>
    <dc:creator>Curt Arnold</dc:creator>
    <dc:date>2008-04-03T06:25:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1135">
    <title>[VOTE] log4cxx-0.10.0 RC8</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1135</link>
    <description>src/test/cpp/logunit.cpp in RC7 (and in all previous 0.10.0 RC's) is  
missing an "#include &lt;locale.h&gt;" that will cause a "make check" to  
fail to compile with Sun Studio 11, but does not apparently affect the  
other platforms.  I do not see that defect sufficient to recall RC7,  
however I've prepared an RC8 with just that fix to consider as an  
alternative to RC7.  Given personal time constraints, I do not have  
the option of extending the voting window to allow the normal 72 hours  
on RC8 and am setting the end time on the RC8 vote to coincide with  
the RC7 vote, which results in a voting window of approximately 57  
hours for RC8.

Unless the candidate is withdrawn, voting should be open until 08:20  
GMT 2008-04-03.  All discussion should occur on log4cxx-dev&lt; at &gt;logging.apache.org 
.

You may vote for releasing both RC7 and RC8.  If both votes pass, RC8  
will be released as Apache log4cxx 0.10.0.  If only RC7 passes, then  
RC7 will be released as Apache log4cxx 0.10.0.  If neither vote  
reaches qu</description>
    <dc:creator>Curt Arnold</dc:creator>
    <dc:date>2008-03-31T22:51:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1133">
    <title>svn commit: r642916 [3/3] - in /logging/site/trunk/docs/log4cxx: ./ apidocs/ building/ stylesheets/</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1133</link>
    <description>Modified: logging/site/trunk/docs/log4cxx/apidocs/globals_func.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/globals_func.html?rev=642916&amp;r1=642915&amp;r2=642916&amp;view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/globals_func.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/globals_func.html Mon Mar 31 00:55:51 2008
&lt; at &gt;&lt; at &gt; -47,8 +47,8 &lt; at &gt;&lt; at &gt;
 &lt;p&gt;
 &lt;ul&gt;
 &lt;li&gt;LOG4CXX_LIST_DEF()
-: &lt;a class="el" href="namespacelog4cxx_1_1spi.html#932a6c1ca4a60bdd40d49c68adce587c"&gt;loggingevent.h&lt;/a&gt;, &lt;a class="el" href="namespacelog4cxx_1_1spi.html#6ab25986d504e55b9c149bb64675db23"&gt;hierarchyeventlistener.h&lt;/a&gt;, &lt;a class="el" href="namespacelog4cxx.html#8ee187ae112c8236842f31b4f8feaca3"&gt;logger.h&lt;/a&gt;, &lt;a class="el" href="namespacelog4cxx_1_1helpers.html#f4f7ff8a19160c01d739720a38e07769"&gt;inetaddress.h&lt;/a&gt;, &lt;a class="el" href="namespacelog4cxx.html#856b6c83ec575993bb85276eda2729a7"&gt;appender.h&lt;/a&gt;, &lt;a class="el" href="log</description>
    <dc:creator>carnold&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-03-31T07:55:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1132">
    <title>svn commit: r642916 [2/3] - in /logging/site/trunk/docs/log4cxx: ./ apidocs/ building/ stylesheets/</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1132</link>
    <description>Modified: logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_time_zone.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_time_zone.html?rev=642916&amp;r1=642915&amp;r2=642916&amp;view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_time_zone.html (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_time_zone.html Mon Mar 31 00:55:51 2008
&lt; at &gt;&lt; at &gt; -46,7 +46,7 &lt; at &gt;&lt; at &gt;
 &lt;tr&gt;&lt;td colspan="2"&gt;&lt;br&gt;&lt;h2&gt;Public Member Functions&lt;/h2&gt;&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td class="memItemLeft" nowrap align="right" valign="top"&gt;const &lt;a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8"&gt;LogString&lt;/a&gt;&amp;nbsp;&lt;/td&gt;&lt;td class="memItemRight" valign="bottom"&gt;&lt;a class="el" href="classlog4cxx_1_1helpers_1_1_time_zone.html#1bbae2e7de13af888dc40db419bf65ec"&gt;getID&lt;/a&gt; () const &lt;/td&gt;&lt;/tr&gt;
 
-&lt;tr&gt;&lt;td class="memItemLeft" nowrap align="right" valign="</description>
    <dc:creator>carnold&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-03-31T07:55:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1131">
    <title>svn commit: r642916 [1/3] - in /logging/site/trunk/docs/log4cxx: ./ apidocs/ building/ stylesheets/</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1131</link>
    <description>Author: carnold
Date: Mon Mar 31 00:55:51 2008
New Revision: 642916

URL: http://svn.apache.org/viewvc?rev=642916&amp;view=rev
Log:
log4cxx 0.10.0-RC7

Modified:
    logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1_file.html
    logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_a_p_r_initializer.html
    logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_bind_exception.html
    logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_charset_decoder.html
    logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_charset_encoder.html
    logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_condition.html
    logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_connect_exception.html
    logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_date.html
    logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_1_1_date_format.html
    logging/site/trunk/docs/log4cxx/apidocs/classlog4cxx_1_1helpers_</description>
    <dc:creator>carnold&lt; at &gt;apache.org</dc:creator>
    <dc:date>2008-03-31T07:55:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.logging/1130">
    <title>[VOTE] log4cxx 0.10.0 release candidate 6</title>
    <link>http://comments.gmane.org/gmane.comp.apache.logging/1130</link>
    <description>log4cxx 0.10.0 RC6 is now available for review for release on the  
unofficial builds area.  This release candidate is strictly provided  
for consideration for release, may be withdrawn and will be removed  
from the publication location at the conclusion of the voting period.   
RC6 is currently available at:

http://people.apache.org/builds/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0-rc6.tar.gz
MD5(apache-log4cxx-0.10.0-rc6.tar.gz)= 4f84d47d56e5c865e000f8e2fff46d3f

http://people.apache.org/builds/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0-rc6.zip
MD5(apache-log4cxx-0.10.0-rc6.zip)= f8b51fc62efea7a44e6046ba901cadae

The corresponding web content can be viewed directly from the staging  
SVN:
http://svn.apache.org/repos/asf/logging/site/trunk/docs/log4cxx/index.html

The corresponding source is available at:
svn co http://svn.apache.org/repos/asf/logging/log4cxx/tags/v0_10_0-rc6

log4cxx 0.10.0 RC1, RC3, RC4 and RC5 were withdrawn before publication.

I believe that the release candidate is viable for r</description>
    <dc:creator>Curt Arnold</dc:creator>
    <dc:date>2008-03-29T02:55:05</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.apache.logging">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.apache.logging</link>
  </textinput>
</rdf:RDF>
