<?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://permalink.gmane.org/gmane.comp.apache.logging">
    <title>gmane.comp.apache.logging</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.apache.logging/1154"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1153"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1152"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1151"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1150"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1149"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1148"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1147"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1146"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1145"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1144"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1143"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1142"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1141"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1140"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1139"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1138"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1137"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1136"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.logging/1135"/>
      </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://permalink.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://permalink.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://permalink.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://permalink.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://permalink.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://permalink.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://permalink.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://permalink.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://permalink.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://permalink.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://permalink.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://permalink.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://permalink.gmane.org/gmane.comp.apache.logging/1148">
    <title>svn commit: r670416 - /logging/chainsaw/trunk/HOWTOBUILD.txt</title>
    <link>http://permalink.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://permalink.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://permalink.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://permalink.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://permalink.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://permalink.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://permalink.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://permalink.gmane.org/gmane.comp.apache.logging/1144">
    <title>Re: Timezone information in Log4j logs</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1144</link>
    <description>
On May 6, 2008, at 12:44 PM, Das, Amar wrote:


log4j usage questions should be asked on log4j-user&lt; at &gt;logging.apache.org.

The enhanced pattern layout in the extras companions supports time  
zone specifiers on date formats.  To use:

Download the extras companion from http://logging.apache.org/log4j/companions/extras 
  and place jar on classpath.



The contents of the second brace pair is passed to  
java.util.TimeZone.getTimeZone() to get the appropriate time zone.   
There is a guaranteed set of time zone identifiers and then a lot that  
are platform or implementation specific.  If you use "America/ 
New_York", your configuration file may not work properly if you change  
platforms or implementations.  See the documentation of  
java.util.TimeZone.getTimeZone() for more specifics.



</description>
    <dc:creator>Curt Arnold</dc:creator>
    <dc:date>2008-05-06T18:47:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1143">
    <title>Timezone information in Log4j logs</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.apache.logging/1142">
    <title>Re: cvs.apache.org offline? users can't download incubating-log4net-1.2.10.zip</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1142</link>
    <description>
On Apr 30, 2008, at 8:48 PM, Ron Grabowski wrote:


You should be able to download log4net 1.2.10 from http://archive.apache.org/dist/incubator/log4net/1.2.10/incubating-log4net-1.2.10.zip 
.  I've updated src/site/apt/download.apt and manually tweaked the  
previously generated download.html on the site SVN and updated the  
live site from SVN.  Hopefully, the served pages should change shortly.

It looks like log4net 1.2.10 was at one time at http://www.apache.org/incubator/log4net/1.2.10/incubating-log4net-1.2.10.zip 
  (archive.apache.org/dist mirrors www.apache.org/dist) but may have  
been pulled since log4net is no longer in the incubator.  See http://incubator.apache.org/incubation/Incubation_Policy.html#Releases

The best solution would be to release a log4net 1.2.11.  However, if  
that is not possible, we could likely get 1.2.10 back into the main  
distribution site and update the download page to use closer.cgi.   
However, I'd want to run that by infrastructure to make sure that  
restoring a </description>
    <dc:creator>Curt Arnold</dc:creator>
    <dc:date>2008-05-01T05:56:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1141">
    <title>svn commit: r652430 - /logging/site/trunk/docs/log4net/download.html</title>
    <link>http://permalink.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://permalink.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://permalink.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://permalink.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://permalink.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://permalink.gmane.org/gmane.comp.apache.logging/1138">
    <title>[ANNOUNCE] Apache log4cxx 0.10.0 released</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.apache.logging/1137">
    <title>Re: [VOTE] log4cxx-0.10.0 RC8</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1137</link>
    <description>I'm not a C++ programmer but I verified to checksums of the two downloads and was able to extract the files within them. I haven't looked at the other release canidates.

 +1 for RC8

----- Original Message ----
From: Curt Arnold &lt;carnold&lt; at &gt;apache.org&gt;
To: Log4CXX Dev &lt;log4cxx-dev&lt; at &gt;logging.apache.org&gt;
Cc: Logging General &lt;general&lt; at &gt;logging.apache.org&gt;; Log4CXX User &lt;log4cxx-user&lt; at &gt;logging.apache.org&gt;
Sent: Monday, March 31, 2008 6:51:10 PM
Subject: [VOTE] log4cxx-0.10.0 RC8

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 c</description>
    <dc:creator>Ron Grabowski</dc:creator>
    <dc:date>2008-04-02T23:59:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1136">
    <title>Re: [VOTE] log4cxx-0.10.0 RC8</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1136</link>
    <description>
My review is based on RC8, I never got a chance to look at RC7.

matches.  unpacks cleanly (usual lone zero block warning at the end -  
such is life).


Matches. unpacks cleanly.


One typo/copy/paste error I found in the site, which was present in  
the previous release too visible from logging.apache.org/ is in the  
Mailing List area.  The -dev list for the gmain archives points to the  
log4j-dev instead.


Since I'm not a C or C++ developer and limited to Hello World (been  
too long in Java now) I can't comment on the quality per-se.  The dev  
mailing list archives are not showing any community, non-binding votes  
either way as yet, but procedurally I vote +1 subject to community  
happiness with the binaries themselves.

cheers,

Paul</description>
    <dc:creator>Paul Smith</dc:creator>
    <dc:date>2008-04-02T03:39:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.logging/1135">
    <title>[VOTE] log4cxx-0.10.0 RC8</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.apache.logging/1134">
    <title>Fwd: [VOTE] log4cxx 0.10.0 release candidate 7</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.logging/1134</link>
    <description>FYI.  All discussion and votes should take place on log4cxx-dev.

Begin forwarded message:


</description>
    <dc:creator>Curt Arnold</dc:creator>
    <dc:date>2008-03-31T08:19:22</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>
