[30/50] [abbrv] logging-log4net git commit: Added section on issue tracking

2017-04-26 Thread dpsenner
Added section on issue tracking



Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/15376d4f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/15376d4f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/15376d4f

Branch: refs/heads/origin/trunk
Commit: 15376d4ffe1de37072039752b7cbff2d7f4d9c4b
Parents: 4e45554
Author: Nicko Cadell 
Authored: Tue Mar 1 20:21:06 2005 +
Committer: Nicko Cadell 
Committed: Tue Mar 1 20:21:06 2005 +

--
 doc/contributing.html  | 57 -
 xdocs/src/contributing.xml | 57 -
 2 files changed, 112 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/15376d4f/doc/contributing.html
--
diff --git a/doc/contributing.html b/doc/contributing.html
index 7d5eda5..7c9bd1f 100755
--- a/doc/contributing.html
+++ b/doc/contributing.html
@@ -188,8 +188,63 @@ cvs -d :pserver:anon...@cvs.apache.org:/home/cvspublic 
checkout logging-log4net<
 Issue Tracking
 
 
-   Issue tracking is not yet available for 
the log4net project.
+   Many bugs reported end up not being a 
bug in the log4net code, 
+   but are due to incorrect configuration, 
problems caused by installed applications, 
+   the operating system, etc.

+
+   Before reporting a bug please make 
every effort to investigate and resolve the problem yourself. 
+   Just reporting a bug will not fix it. A 
good bug report includes a detailed 
+   description of the problem and a 
succinct test case which can reproduce the problem. 
+   
+
+   Before reporting an issue please 
investigate the following information sources for
+   a potential resolution.
+   
+
+   Documentation
+   Internal log4net debug
+   FAQs
+   Mailing 
Lists
+   
+
+   Before reporting a bug, you are advised 
to discuss it on the relevant mailing list first.
+   
+
+   http://issues.apache.org/jira/browse/LOG4NET;>Search the bug database 
to see if the bug 
+   you are seeing has already been 
reported. If it has been reported then you can vote for the issue.
+   
+Reporting an Issue
+
+
+   If after you have exhausted all 
other resources to resolve a problem you may want to file a bug report.
+   Please make sure the problem is 
a bug in Logging and not a bug in your application.
+   
+
+   Please make sure you provide as 
much information as possible. Its very hard to fix a bug if the person 
+   looking into the problem can't 
reproduce it. Here is a listing of information which should be included:
+   
+
+   Version - log4net 
version, or if from a nightly build, version and date of build.
+   Application Type - 
Assembly type, i.e. exe or dll, and how your code is launched, e.g. console 
application, windows application, ASP.NET project, COM+ hosted object, 
etc...
+   Framework - The .NET 
framework running the application, name (e.g. MS .NET, Mono, SSCLI) and 
version.
+   Platform - Computer 
operating system, version, and 

[18/50] [abbrv] logging-log4net git commit: Updated changelog and release notes

2017-04-26 Thread dpsenner
Updated changelog and release notes



Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/e549ce85
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/e549ce85
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/e549ce85

Branch: refs/heads/origin/trunk
Commit: e549ce8593ecd971c983e01b2ec0e640f3e85e52
Parents: 60d93a1
Author: Nicko Cadell 
Authored: Thu Feb 17 14:36:46 2005 +
Committer: Nicko Cadell 
Committed: Thu Feb 17 14:36:46 2005 +

--
 ChangeLog.txt   | 199 +-
 doc/release/release-notes.html  | 202 ---
 xdocs/src/release/release-notes.xml | 152 ---
 3 files changed, 435 insertions(+), 118 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/e549ce85/ChangeLog.txt
--
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 23d6e4a..477cb3a 100755
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,10 +1,203 @@
 
-
 =
-Version 1.2.
+Version 1.2.9 BETA
 =
 
 
+2005-02-15 18:56  nicko
+
+   * Util/TypeConverters/IPAddressConverter.cs:
+
+   Only attempt to IPAddress.Parse if the string contains valid IP address 
characters
+
+2005-02-14 19:45  nicko
+
+   * Appender/AppenderSkeleton.cs:
+
+   Added anonymous catch handler
+
+2005-02-14 10:41  nicko
+
+   * NDC.cs:
+
+   Fixed Stack reference on NETCF
+
+   * Config/XmlConfigurator.cs:
+
+   Added DefaultCredential authentication support to loading config from 
web request
+
+2005-02-14 03:45  nicko
+
+   * LogicalThreadContext.cs, MDC.cs, ThreadContext.cs:
+
+   Updated doc comments
+
+   * NDC.cs, Util/ThreadContextStack.cs:
+
+   Added support for all old methods in NDC - Depth, SetMaxDepth, 
CloneStack, Inherit
+
+2005-02-14 03:24  nicko
+
+   * LogicalThreadContext.cs, ThreadContext.cs, log4net.csproj,
+ Util/ThreadContextList.cs, Util/ThreadContextLists.cs:
+
+   Removed Context Lists. The Context Stacks give essentially the same 
functionality
+
+   * AssemblyInfo.cs:
+
+   Renamed CORE build to CLI_1_0
+
+   * Config/XmlConfiguratorAttribute.cs:
+
+   Added support for locating the config file when the app is deployed 
from a web server, i.e. via no-touch deployment
+
+   * Config/XmlConfigurator.cs:
+
+   Added support for loading the configuration data via a URI
+
+   * Appender/FileAppender.cs, Appender/SmtpPickupDirAppender.cs,
+ Util/SystemInfo.cs:
+
+   Moved ConvertToFullPath method to SystemInfo
+
+   * Appender/ColoredConsoleAppender.cs, Appender/EventLogAppender.cs,
+ Appender/NetSendAppender.cs,
+ Appender/OutputDebugStringAppender.cs, Util/NativeError.cs,
+ Util/WindowsSecurityContext.cs:
+
+   Renamed CORE build to CLI_1_0
+
+2005-02-07 23:27  nicko
+
+   * Util/SystemInfo.cs:
+
+   Fixed TryParse on NETCF
+
+   * Layout/XmlLayoutSchemaLog4j.cs:
+
+   Updated link to log4j site
+
+2005-02-07 22:41  nicko
+
+   * DateFormatter/AbsoluteTimeDateFormatter.cs,
+ DateFormatter/DateTimeDateFormatter.cs,
+ DateFormatter/Iso8601DateFormatter.cs,
+ Layout/Pattern/DatePatternConverter.cs,
+ Util/PatternStringConverters/DatePatternConverter.cs:
+
+   Updated date patterns in doc comments to use .NET DateTime.ToString 
formatting patterns rather than Java syntax
+
+   * Appender/EventLogAppender.cs, Appender/RollingFileAppender.cs,
+ Layout/Pattern/NamedPatternConverter.cs, Util/OptionConverter.cs,
+ Util/SystemInfo.cs,
+ Util/PatternStringConverters/RandomStringPatternConverter.cs:
+
+   Added SystemInfo.TryParse methods for parsing strings to integers. 
These methods give a performance boost when the string cannot be parsed.
+
+2005-02-07 04:05  nicko
+
+   * Util/: PropertiesDictionary.cs, ProtectCloseTextWriter.cs,
+ QuietTextWriter.cs, ReadOnlyPropertiesDictionary.cs,
+ ReaderWriterLock.cs, ReusableStringWriter.cs, SystemInfo.cs,
+ TextWriterAdapter.cs, ThreadContextList.cs,
+ ThreadContextLists.cs, ThreadContextProperties.cs,
+ ThreadContextStack.cs, ThreadContextStacks.cs, Transform.cs,
+ WindowsSecurityContext.cs:
+
+   Tidied up doc comments
+
+   * Util/TypeConverters/: BooleanConverter.cs, EncodingConverter.cs,
+ IPAddressConverter.cs, PatternLayoutConverter.cs,
+ PatternStringConverter.cs, TypeConverter.cs:
+
+   

[38/50] [abbrv] logging-log4net git commit: Added support for packaging the README.txt

2017-04-26 Thread dpsenner
Added support for packaging the README.txt



Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/24e791fa
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/24e791fa
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/24e791fa

Branch: refs/heads/origin/trunk
Commit: 24e791fa5ab3df2554e1c5bcac5f5f11492463ea
Parents: 7f9efaa
Author: Nicko Cadell 
Authored: Fri Mar 11 21:41:02 2005 +
Committer: Nicko Cadell 
Committed: Fri Mar 11 21:41:02 2005 +

--
 log4net.build | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/24e791fa/log4net.build
--
diff --git a/log4net.build b/log4net.build
index 98db3f7..eae3d37 100755
--- a/log4net.build
+++ b/log4net.build
@@ -741,6 +741,7 @@ limitations under the License.
 
 
 
+
 
 
 



[09/50] [abbrv] logging-log4net git commit: Rebuilt html docs

2017-04-26 Thread dpsenner
Rebuilt html docs



Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/ebba1245
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/ebba1245
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/ebba1245

Branch: refs/heads/origin/trunk
Commit: ebba1245b7c8329f689766a129a599729bcf351b
Parents: 3b72f8c
Author: Nicko Cadell 
Authored: Mon Feb 14 03:48:59 2005 +
Committer: Nicko Cadell 
Committed: Mon Feb 14 03:48:59 2005 +

--
 doc/contributing.html |  20 ++--
 doc/history.html  |   2 +-
 doc/index.html|  12 +-
 doc/license.html  |   6 +-
 doc/release/building.html |  18 +--
 doc/release/config-examples.html  |  94 
 doc/release/example-apps.html |  70 ++--
 doc/release/faq.html  | 170 ++---
 doc/release/features.html |  45 
 doc/release/framework-support.html|  95 
 doc/release/manual/configuration.html |  62 +--
 doc/release/manual/contexts.html  |  26 ++---
 doc/release/manual/internals.html |  10 +-
 doc/release/manual/introduction.html  |  41 +++
 doc/release/manual/plugins.html   |  10 +-
 doc/release/manual/repositories.html  |  10 +-
 doc/release/release-notes.html|  56 +-
 doc/roadmap.html  |   2 +-
 doc/support.html  |  10 +-
 19 files changed, 406 insertions(+), 353 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/ebba1245/doc/contributing.html
--
diff --git a/doc/contributing.html b/doc/contributing.html
index 72b6c9a..733de4f 100755
--- a/doc/contributing.html
+++ b/doc/contributing.html
@@ -65,15 +65,15 @@ limitations under the License.
 
 
 
-  
Contributing to log4net Development
+  
Contributing to log4net Development
 
-Developer 
Mailing List
+Developer 
Mailing List
 
 
All discussion relating to log4net 
development takes place on this list. All CVS checkin 
notifications are also copied to this 
list.

-Mailing List Archives
+Mailing List Archives
 
 
You can browse the mailing list 
archives at the following locations:
@@ -84,7 +84,7 @@ limitations under the License.
http://sourceforge.net/mailarchive/forum.php?forum=log4net-devel;>Old 
Mailing List at sourceforge

   
-Subscribe
+Subscribe
 
 
Subscribe to either the list or 
to the digest list:
@@ -105,7 +105,7 @@ limitations under the License.


   
-Unsubscribe
+Unsubscribe
 
 
To unsubscribe send an email to 
the relevant email address:
@@ -126,7 +126,7 @@ limitations under the License.


   
-Posting
+Posting
 
 
Most of the guidelines for the 
log4net-user list also apply to the dev list.
@@ -147,16 +147,16 @@ limitations under the License.

   
   
-CVS Access
+CVS Access
 
-Browsing 
CVS
+Browsing 
CVS
 
  

[05/50] [abbrv] logging-log4net git commit: Removed Context Lists. The Context Stacks give essentially the same functionality

2017-04-26 Thread dpsenner
Removed Context Lists. The Context Stacks give essentially the same 
functionality



Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/6aa28734
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/6aa28734
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/6aa28734

Branch: refs/heads/origin/trunk
Commit: 6aa287347dafcb6f611465d1be6a8de14e92a071
Parents: 4fa09a4
Author: Nicko Cadell 
Authored: Mon Feb 14 03:24:37 2005 +
Committer: Nicko Cadell 
Committed: Mon Feb 14 03:24:37 2005 +

--
 src/LogicalThreadContext.cs|  21 -
 src/ThreadContext.cs   |  21 -
 src/Util/ThreadContextList.cs  | 161 
 src/Util/ThreadContextLists.cs | 110 
 src/log4net.csproj |  10 ---
 5 files changed, 323 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/6aa28734/src/LogicalThreadContext.cs
--
diff --git a/src/LogicalThreadContext.cs b/src/LogicalThreadContext.cs
index 1d449cd..7fc8e45 100755
--- a/src/LogicalThreadContext.cs
+++ b/src/LogicalThreadContext.cs
@@ -118,22 +118,6 @@ namespace log4net
get { return s_stacks; }
}
 
-   /// 
-   /// The thread lists
-   /// 
-   /// 
-   /// list map
-   /// 
-   /// 
-   /// 
-   /// The logical thread lists.
-   /// 
-   /// 
-   public static ThreadContextLists Lists
-   {
-   get { return s_lists; }
-   }
-
#endregion Public Static Properties
 
#region Private Static Fields
@@ -148,11 +132,6 @@ namespace log4net
/// 
private readonly static ThreadContextStacks s_stacks = new 
ThreadContextStacks(s_properties);
 
-   /// 
-   /// The thread context lists instance
-   /// 
-   private readonly static ThreadContextLists s_lists = new 
ThreadContextLists(s_properties);
-
#endregion Private Static Fields
}
 }

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/6aa28734/src/ThreadContext.cs
--
diff --git a/src/ThreadContext.cs b/src/ThreadContext.cs
index 7e6f7a1..8e24edc 100755
--- a/src/ThreadContext.cs
+++ b/src/ThreadContext.cs
@@ -115,22 +115,6 @@ namespace log4net
get { return s_stacks; }
}
 
-   /// 
-   /// The thread lists
-   /// 
-   /// 
-   /// list map
-   /// 
-   /// 
-   /// 
-   /// The thread local lists.
-   /// 
-   /// 
-   public static ThreadContextLists Lists
-   {
-   get { return s_lists; }
-   }
-
#endregion Public Static Properties
 
#region Private Static Fields
@@ -145,11 +129,6 @@ namespace log4net
/// 
private readonly static ThreadContextStacks s_stacks = new 
ThreadContextStacks(s_properties);
 
-   /// 
-   /// The thread context lists instance
-   /// 
-   private readonly static ThreadContextLists s_lists = new 
ThreadContextLists(s_properties);
-
#endregion Private Static Fields
}
 }

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/6aa28734/src/Util/ThreadContextList.cs
--
diff --git a/src/Util/ThreadContextList.cs b/src/Util/ThreadContextList.cs
deleted file mode 100755
index 5c4cab8..000
--- a/src/Util/ThreadContextList.cs
+++ /dev/null
@@ -1,161 +0,0 @@
-#region Copyright & License
-//
-// Copyright 2001-2005 The Apache Software Foundation
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-#endregion
-
-using System;
-using System.Text;
-using System.Collections;
-
-using log4net.Core;
-

[20/50] [abbrv] logging-log4net git commit: add release notes for 2.0.7

2017-04-27 Thread dpsenner
add release notes for 2.0.7


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/9ca5b01c
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/9ca5b01c
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/9ca5b01c

Branch: refs/heads/master
Commit: 9ca5b01c792982213c2c535ca21aa167ae69f11c
Parents: e3b685f
Author: Stefan Bodewig 
Authored: Mon Jan 2 05:15:45 2017 +
Committer: Stefan Bodewig 
Committed: Mon Jan 2 05:15:45 2017 +

--
 src/site/xdoc/release/release-notes.xml | 16 
 1 file changed, 16 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/9ca5b01c/src/site/xdoc/release/release-notes.xml
--
diff --git a/src/site/xdoc/release/release-notes.xml 
b/src/site/xdoc/release/release-notes.xml
index d7d889c..cc8aced 100644
--- a/src/site/xdoc/release/release-notes.xml
+++ b/src/site/xdoc/release/release-notes.xml
@@ -28,6 +28,22 @@ limitations under the License.
 
 
 
+
+  
+Apache log4net 2.0.7 fixes a glitch in nuget packaging and
+is otherwise identical to 2.0.6 (apart from the copyright
+year and assembly version). If you are not using the nuget
+package there is no reason to upgrade.
+  
+  
+ 
+
+  [LOG4NET-540] - 
nuget dependencies for .NET Standard leak into net46
+  
+
+  
+
+
 
 
   



[28/50] [abbrv] logging-log4net git commit: commit to close the correct PR - closes #42

2017-04-27 Thread dpsenner
commit to close the correct PR - closes #42


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/7919e655
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/7919e655
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/7919e655

Branch: refs/heads/master
Commit: 7919e655c41915ac3aa957d698e6d96c9c746a11
Parents: 96f5646
Author: Stefan Bodewig 
Authored: Fri Mar 3 22:00:31 2017 +
Committer: Stefan Bodewig 
Committed: Fri Mar 3 22:00:31 2017 +

--
 src/site/xdoc/release/manual/contexts.xml | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/7919e655/src/site/xdoc/release/manual/contexts.xml
--
diff --git a/src/site/xdoc/release/manual/contexts.xml 
b/src/site/xdoc/release/manual/contexts.xml
index c1ae4b3..a026bf6 100644
--- a/src/site/xdoc/release/manual/contexts.xml
+++ b/src/site/xdoc/release/manual/contexts.xml
@@ -78,7 +78,11 @@ limitations under the License.
 
 The logical thread context is visible to a 
logical thread. Logical
 threads can jump from one managed thread to 
another. For more details
-see the .NET API System.Runtime.Remoting.Messaging.CallContext.
+see the .NET API System.Runtime.Remoting.Messaging.CallContext.
+For .NET Standard this uses AsyncLocal rather
+than CallContext.
 
 
 



[08/50] [abbrv] logging-log4net git commit: more clearly spell out the limitations of .NET Core version

2017-04-27 Thread dpsenner
more clearly spell out the limitations of .NET Core version


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/6b083cd7
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/6b083cd7
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/6b083cd7

Branch: refs/heads/master
Commit: 6b083cd7f7bc531a196a868991a6df236617ec55
Parents: 6503f06
Author: Stefan Bodewig 
Authored: Mon Dec 5 16:51:20 2016 +
Committer: Stefan Bodewig 
Committed: Mon Dec 5 16:51:20 2016 +

--
 src/site/xdoc/release/framework-support.xml | 24 
 1 file changed, 20 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/6b083cd7/src/site/xdoc/release/framework-support.xml
--
diff --git a/src/site/xdoc/release/framework-support.xml 
b/src/site/xdoc/release/framework-support.xml
index ef421ae..95e2eea 100644
--- a/src/site/xdoc/release/framework-support.xml
+++ b/src/site/xdoc/release/framework-support.xml
@@ -579,11 +579,27 @@ limitations under the License.
 
 
   Targets netstandard-1.3 and thus doesn't support
-  .NET Remoting, anything related to ASP.NET or
-  ADO.NET, logical thread contexts, stack trace
-  patterns or using the log4net section in a
-  configuration file.
+  a few things that work on Mono or the classical
+  .NET platform.
 
+Things that are not supported in log4net
+for .NET Core:
+
+  the ADO.NET Appender
+  anything related to ASP.NET (trace appender
+  and several pattern converters)
+  .NET Remoting
+  The NetSendAppender
+  The SMTP Appender
+  DOMConfigurator
+  stack trace patterns
+  access to appSettings (neither
+  the log4net section itself nor using the
+  AppSettingsPatternConverter
+  Access to "special paths" using the
+  EnvironmentFolderPathPatternConverter
+  Impersonation of Windows accounts
+
 
 
 



[46/50] [abbrv] logging-log4net git commit: LOG4NET-563 try to copy skin from log4j

2017-04-27 Thread dpsenner
http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/df542d50/src/site/resources/css/bootstrap.min.css
--
diff --git a/src/site/resources/css/bootstrap.min.css 
b/src/site/resources/css/bootstrap.min.css
new file mode 100644
index 000..43e16d7
--- /dev/null
+++ b/src/site/resources/css/bootstrap.min.css
@@ -0,0 +1,9 @@
+/*!
+ * Bootstrap v2.2.1
+ *
+ * Copyright 2012 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ 
*/article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin
 dotted #333;outline:5px auto 
-webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas
 img,.google-maps 
img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,html
 
input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}input[type="search"]{-webkit-box-siz
 
ing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0
 
a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{margin:0;font-family:"Helvetica
 
Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff}a{color:#08c;text-decoration:none}a:hover{color:#005580;text-decoration:underline}.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.img-polaroid{padding:4px;background-color:#fff;border:1px
 solid #ccc;border:1px solid r
 gba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 
1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px 
rgba(0,0,0,0.1)}.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top
 .container,.navbar-fixed-top .container,.navbar-fixed-bottom 
.container{width:940px}.span12{width:940px}.span11{width:860px}.span10{width:780px}.span9{width:700px}.span8{width:620px}.span7{width:540px}.span6{width:460px}.span5{width:380px}.span4{width:300px}.span3{width:220px}.span2{width:140px}.span1{width:60px}.offset12{margin-left:980px}.offset11{margin-left:900px}.offset10{margin-left:820px}.offset9{margin-left:740px}.offset8{margin-left:660px}.offset7{margin-left:580px}.offset6{margin-left:500px}.offset5{margin-left:420px}.offset4{margin-left:340px}.offset3{
 
margin-left:260px}.offset2{margin-left:180px}.offset1{margin-left:100px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid
 
[class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid
 [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row 
[class*="span"]+[class*="span"]{margin-left:2.127659574468085%}.row-fluid 
.span12{width:100%;*width:99.94680851063829%}.row-fluid 
.span11{width:91.48936170212765%;*width:91.43617021276594%}.row-fluid 
.span10{width:82.97872340425532%;*width:82.92553191489361%}.row-fluid 
.span9{width:74.46808510638297%;*width:74.41489361702126%}.row-fluid 
.span8{width:65.95744680851064%;*width:65.90425531914893%}.row-fluid 
.span7{width:57.44680851063829%;*width:57.39361702127659%}.row-fluid 
.span6{width:48.9
 3617021276595%;*width:48.88297872340425%}.row-fluid 
.span5{width:40.42553191489362%;*width:40.37234042553192%}.row-fluid 
.span4{width:31.914893617021278%;*width:31.861702127659576%}.row-fluid 
.span3{width:23.404255319148934%;*width:23.351063829787233%}.row-fluid 

[09/50] [abbrv] logging-log4net git commit: .NET Core doesn't support event log and the colored console appender either

2017-04-27 Thread dpsenner
.NET Core doesn't support event log and the colored console appender either 


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/bf0e4b04
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/bf0e4b04
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/bf0e4b04

Branch: refs/heads/master
Commit: bf0e4b04203c43ac2ef6d6c51c9dca1a3846e03a
Parents: 6b083cd
Author: Stefan Bodewig 
Authored: Mon Dec 5 16:53:45 2016 +
Committer: Stefan Bodewig 
Committed: Mon Dec 5 16:53:45 2016 +

--
 src/site/xdoc/release/framework-support.xml | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/bf0e4b04/src/site/xdoc/release/framework-support.xml
--
diff --git a/src/site/xdoc/release/framework-support.xml 
b/src/site/xdoc/release/framework-support.xml
index 95e2eea..8e45565 100644
--- a/src/site/xdoc/release/framework-support.xml
+++ b/src/site/xdoc/release/framework-support.xml
@@ -585,12 +585,14 @@ limitations under the License.
 Things that are not supported in log4net
 for .NET Core:
 
-  the ADO.NET Appender
+  the ADO.NET appender
   anything related to ASP.NET (trace appender
   and several pattern converters)
   .NET Remoting
+  the colored console appender
+  the event log appender
   The NetSendAppender
-  The SMTP Appender
+  The SMTP appender
   DOMConfigurator
   stack trace patterns
   access to appSettings (neither



[33/50] [abbrv] logging-log4net git commit: add release notes for 2.0.8

2017-04-27 Thread dpsenner
add release notes for 2.0.8


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/29be936c
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/29be936c
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/29be936c

Branch: refs/heads/master
Commit: 29be936c9138afcff0ab86d23369cc50bc77b523
Parents: 2002917
Author: Stefan Bodewig 
Authored: Wed Mar 8 17:02:53 2017 +
Committer: Stefan Bodewig 
Committed: Wed Mar 8 17:02:53 2017 +

--
 src/site/xdoc/release/release-notes.xml | 32 
 1 file changed, 32 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/29be936c/src/site/xdoc/release/release-notes.xml
--
diff --git a/src/site/xdoc/release/release-notes.xml 
b/src/site/xdoc/release/release-notes.xml
index 10a366e..60e4487 100644
--- a/src/site/xdoc/release/release-notes.xml
+++ b/src/site/xdoc/release/release-notes.xml
@@ -28,6 +28,38 @@ limitations under the License.
 
 
 
+
+  
+Apache log4net 2.0.8 fixes a
+LockRecursionException that could happen
+inside the FileAppender under certain
+circumstances. It also adds support for
+LogicalThreadContext to the .NET Standard
+build based on AsyncLocal rather than
+CallContext.
+  
+  
+ 
+
+  [LOG4NET-466] - 
LockRecursionException: A read lock may not be acquired with the 
write lock held in this mode. exception
+  
+  [LOG4NET-550] - 
Logging recursively from an Appender not supported for NET_4_0 and MONO_4_0
+  
+  [LOG4NET-551] - 
LockRecursionException when using File Appenders
+  
+  [LOG4NET-554] - 
LogicalThreadContext was removed in .NETStandard
+  
+
+  
+
+  
+
+  [LOG4NET-553] - 
DebugAppender configuration should give the possibility to disable 
outputting loggerName as category
+  
+
+ 
+
+
 
   
 Apache log4net 2.0.7 fixes a glitch in nuget packaging and



[11/50] [abbrv] logging-log4net git commit: missing license header

2017-04-27 Thread dpsenner
missing license header


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/74005040
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/74005040
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/74005040

Branch: refs/heads/master
Commit: 74005040311c77cd24ed6e5884851fca1c5c2407
Parents: f83f0ba
Author: Stefan Bodewig 
Authored: Sun Dec 18 17:10:21 2016 +
Committer: Stefan Bodewig 
Committed: Sun Dec 18 17:10:21 2016 +

--
 src/Appender/IFlushable.cs | 19 +++
 1 file changed, 19 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/74005040/src/Appender/IFlushable.cs
--
diff --git a/src/Appender/IFlushable.cs b/src/Appender/IFlushable.cs
index e3beb05..2cb7ae3 100644
--- a/src/Appender/IFlushable.cs
+++ b/src/Appender/IFlushable.cs
@@ -1,3 +1,22 @@
+#region Apache License
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more 
+// contributor license agreements. See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership. 
+// The ASF licenses this file to you under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with 
+// the License. You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+#endregion
+
 using System;
 
 namespace log4net.Appender



[47/50] [abbrv] logging-log4net git commit: LOG4NET-563 try to copy skin from log4j

2017-04-27 Thread dpsenner
http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/df542d50/src/site/resources/css/bootstrap.css
--
diff --git a/src/site/resources/css/bootstrap.css 
b/src/site/resources/css/bootstrap.css
new file mode 100644
index 000..3ef47e1
--- /dev/null
+++ b/src/site/resources/css/bootstrap.css
@@ -0,0 +1,5893 @@
+/*!
+ * Bootstrap v2.2.1
+ *
+ * Copyright 2012 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ */
+
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+nav,
+section {
+  display: block;
+}
+
+audio,
+canvas,
+video {
+  display: inline-block;
+  *display: inline;
+  *zoom: 1;
+}
+
+audio:not([controls]) {
+  display: none;
+}
+
+html {
+  font-size: 100%;
+  -webkit-text-size-adjust: 100%;
+  -ms-text-size-adjust: 100%;
+}
+
+a:focus {
+  outline: thin dotted #333;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+
+a:hover,
+a:active {
+  outline: 0;
+}
+
+sub,
+sup {
+  position: relative;
+  font-size: 75%;
+  line-height: 0;
+  vertical-align: baseline;
+}
+
+sup {
+  top: -0.5em;
+}
+
+sub {
+  bottom: -0.25em;
+}
+
+img {
+  width: auto\9;
+  height: auto;
+  max-width: 100%;
+  vertical-align: middle;
+  border: 0;
+  -ms-interpolation-mode: bicubic;
+}
+
+#map_canvas img,
+.google-maps img {
+  max-width: none;
+}
+
+button,
+input,
+select,
+textarea {
+  margin: 0;
+  font-size: 100%;
+  vertical-align: middle;
+}
+
+button,
+input {
+  *overflow: visible;
+  line-height: normal;
+}
+
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+  padding: 0;
+  border: 0;
+}
+
+button,
+html input[type="button"],
+input[type="reset"],
+input[type="submit"] {
+  cursor: pointer;
+  -webkit-appearance: button;
+}
+
+input[type="search"] {
+  -webkit-box-sizing: content-box;
+ -moz-box-sizing: content-box;
+  box-sizing: content-box;
+  -webkit-appearance: textfield;
+}
+
+input[type="search"]::-webkit-search-decoration,
+input[type="search"]::-webkit-search-cancel-button {
+  -webkit-appearance: none;
+}
+
+textarea {
+  overflow: auto;
+  vertical-align: top;
+}
+
+.clearfix {
+  *zoom: 1;
+}
+
+.clearfix:before,
+.clearfix:after {
+  display: table;
+  line-height: 0;
+  content: "";
+}
+
+.clearfix:after {
+  clear: both;
+}
+
+.hide-text {
+  font: 0/0 a;
+  color: transparent;
+  text-shadow: none;
+  background-color: transparent;
+  border: 0;
+}
+
+.input-block-level {
+  display: block;
+  width: 100%;
+  min-height: 30px;
+  -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+  box-sizing: border-box;
+}
+
+body {
+  margin: 0;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 14px;
+  line-height: 20px;
+  color: #33;
+  background-color: #ff;
+}
+
+a {
+  color: #0088cc;
+  text-decoration: none;
+}
+
+a:hover {
+  color: #005580;
+  text-decoration: underline;
+}
+
+.img-rounded {
+  -webkit-border-radius: 6px;
+ -moz-border-radius: 6px;
+  border-radius: 6px;
+}
+
+.img-polaroid {
+  padding: 4px;
+  background-color: #fff;
+  border: 1px solid #ccc;
+  border: 1px solid rgba(0, 0, 0, 0.2);
+  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+}
+
+.img-circle {
+  -webkit-border-radius: 500px;
+ -moz-border-radius: 500px;
+  border-radius: 500px;
+}
+
+.row {
+  margin-left: -20px;
+  *zoom: 1;
+}
+
+.row:before,
+.row:after {
+  display: table;
+  line-height: 0;
+  content: "";
+}
+
+.row:after {
+  clear: both;
+}
+
+[class*="span"] {
+  float: left;
+  min-height: 1px;
+  margin-left: 20px;
+}
+
+.container,
+.navbar-static-top .container,
+.navbar-fixed-top .container,
+.navbar-fixed-bottom .container {
+  width: 940px;
+}
+
+.span12 {
+  width: 940px;
+}
+
+.span11 {
+  width: 860px;
+}
+
+.span10 {
+  width: 780px;
+}
+
+.span9 {
+  width: 700px;
+}
+
+.span8 {
+  width: 620px;
+}
+
+.span7 {
+  width: 540px;
+}
+
+.span6 {
+  width: 460px;
+}
+
+.span5 {
+  width: 380px;
+}
+
+.span4 {
+  width: 300px;
+}
+
+.span3 {
+  width: 220px;
+}
+
+.span2 {
+  width: 140px;
+}
+
+.span1 {
+  width: 60px;
+}
+
+.offset12 {
+  margin-left: 980px;
+}
+
+.offset11 {
+  margin-left: 900px;
+}
+
+.offset10 {
+  margin-left: 820px;
+}
+
+.offset9 {
+  margin-left: 740px;
+}
+
+.offset8 {
+  margin-left: 660px;
+}
+
+.offset7 {
+  margin-left: 580px;
+}
+
+.offset6 {
+  margin-left: 500px;
+}
+
+.offset5 {
+  margin-left: 420px;
+}
+
+.offset4 {
+  margin-left: 340px;
+}
+
+.offset3 {
+  margin-left: 260px;
+}
+
+.offset2 {
+  margin-left: 180px;
+}
+
+.offset1 {
+  margin-left: 100px;
+}
+
+.row-fluid {
+  width: 100%;
+  *zoom: 1;
+}
+
+.row-fluid:before,
+.row-fluid:after {
+  display: table;
+  line-height: 0;
+  

[04/50] [abbrv] logging-log4net git commit: add dependencies for .NET Core version

2017-04-27 Thread dpsenner
add dependencies for .NET Core version


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/2ada9ba1
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/2ada9ba1
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/2ada9ba1

Branch: refs/heads/master
Commit: 2ada9ba1b15dadfd562fd2bb9523395ee1965e7d
Parents: d65b1a7
Author: Stefan Bodewig 
Authored: Wed Nov 30 06:39:26 2016 +
Committer: Stefan Bodewig 
Committed: Wed Nov 30 06:39:26 2016 +

--
 log4net.nuspec | 30 ++
 1 file changed, 30 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/2ada9ba1/log4net.nuspec
--
diff --git a/log4net.nuspec b/log4net.nuspec
index e16fb82..640441e 100644
--- a/log4net.nuspec
+++ b/log4net.nuspec
@@ -38,6 +38,36 @@ log4net is designed with two distinct goals in mind: speed 
and flexibilityCopyright 2004-2016 The Apache Software Foundation
 false
 logging log tracing logfiles
+
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  
+
   
   
 



[44/50] [abbrv] logging-log4net git commit: LOG4NET-563 try to copy skin from log4j

2017-04-27 Thread dpsenner
http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/df542d50/src/site/resources/js/bootstrap.min.js
--
diff --git a/src/site/resources/js/bootstrap.min.js 
b/src/site/resources/js/bootstrap.min.js
new file mode 100644
index 000..66e887b
--- /dev/null
+++ b/src/site/resources/js/bootstrap.min.js
@@ -0,0 +1,6 @@
+/*!
+* Bootstrap.js by @fat & @mdo
+* Copyright 2012 Twitter, Inc.
+* http://www.apache.org/licenses/LICENSE-2.0.txt
+*/
+!function(e){e(function(){"use strict";e.support.transition=function(){var 
e=function(){var 
e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd
 otransitionend",transition:"transitionend"},n;for(n in 
t)if(e.style[n]!==undefined)return t[n]}();return 
e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var 
t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function
 s(){i.trigger("closed").remove()}var 
n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&(/.*(?=#[^\s]*$)/,"")),i=e(r),t&(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&("fade")?i.on(e.support.transition.end,s):s()},e.fn.alert=function(t){return
 this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new 
n(this)),type
 of 
t=="string"&[t].call(r)})},e.fn.alert.Constructor=n,e(function(){e("body").on("click.alert.data-api",t,n.prototype.close)})}(window.jQuery),!function(e){"use
 strict";var 
t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var
 
t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var
 
e=this.$element.parent('[data-toggle="buttons-radio"]');e&(".active").removeClass("active"),this.$element.toggleClass("active")},e.fn.button=function(n){return
 this.each(function(){var r=e(this),i=r.data("button"),s=typeof 
n=="object"&i||r.data("button",i=new 
t(this,s)),n=="toggle"?i.toggle():n&(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e(function(){e("body")
 .on("click.button.data-api","[data-toggle^=button]",function(t){var 
n=e(t.target);n.hasClass("btn")||(n=n.closest(".btn")),n.button("toggle")})})}(window.jQuery),!function(e){"use
 strict";var 
t=function(t,n){this.$element=e(t),this.options=n,this.options.slide&(this.options.slide),this.options.pause=="hover"&$element.on("mouseenter",e.proxy(this.pause,this)).on("mouseleave",e.proxy(this.cycle,this))};t.prototype={cycle:function(t){return
 
t||(this.paused=!1),this.options.interval&&!this.paused&&(this.interval=setInterval(e.proxy(this.next,this),this.options.interval)),this},to:function(t){var
 
n=this.$element.find(".item.active"),r=n.parent().children(),i=r.index(n),s=this;if(t>r.length-1||t<0)return;return
 
this.sliding?this.$element.one("slid",function(){s.to(t)}):i==t?this.pause().cycle():this.slide(t>i?"next":"prev",e(r[t]))},pause:function(t){return
 t||(this.paused=!0),this.$element.find(".next, 
.prev").length&&&(this.$element.trigger(e.su
 
pport.transition.end),this.cycle()),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding)return;return
 this.slide("next")},prev:function(){if(this.sliding)return;return 
this.slide("prev")},slide:function(t,n){var 
r=this.$element.find(".item.active"),i=n||r[t](),s=this.interval,o=t=="next"?"left":"right",u=t=="next"?"first":"last",a=this,f=e.Event("slide",{relatedTarget:i[0]});this.sliding=!0,s&(),i=i.length?i:this.$element.find(".item")[u]();if(i.hasClass("active"))return;if(e.support.transition&$element.hasClass("slide")){this.$element.trigger(f);if(f.isDefaultPrevented())return;i.addClass(t),i[0].offsetWidth,r.addClass(o),i.addClass(o),this.$element.one(e.support.transition.end,function(){i.removeClass([t,o].join("
 ")).addClass("active"),r.removeClass(["active",o].join(" 
")),a.sliding=!1,setTimeout(function(){a.$element.trigger("slid")},0)})}else{this.$element.trigger(f);if(f.isDefaultPrevented())return;r.removeClass("active"),i.ad
 dClass("active"),this.sliding=!1,this.$element.trigger("slid")}return 
s&(),this}},e.fn.carousel=function(n){return 
this.each(function(){var 
r=e(this),i=r.data("carousel"),s=e.extend({},e.fn.carousel.defaults,typeof 
n=="object"&),o=typeof n=="string"?n:s.slide;i||r.data("carousel",i=new 
t(this,s)),typeof 
n=="number"?i.to(n):o?i[o]():s.interval&()})},e.fn.carousel.defaults={interval:5e3,pause:"hover"},e.fn.carousel.Constructor=t,e(function(){e("body").on("click.carousel.data-api","[data-slide]",function(t){var
 

[43/50] [abbrv] logging-log4net git commit: LOG4NET-563 try to copy skin from log4j

2017-04-27 Thread dpsenner
http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/df542d50/src/site/resources/js/jquery.js
--
diff --git a/src/site/resources/js/jquery.js b/src/site/resources/js/jquery.js
new file mode 100644
index 000..8ccd0ea
--- /dev/null
+++ b/src/site/resources/js/jquery.js
@@ -0,0 +1,9266 @@
+/*!
+ * jQuery JavaScript Library v1.7.1
+ * http://jquery.com/
+ *
+ * Copyright 2011, John Resig
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ * Copyright 2011, The Dojo Foundation
+ * Released under the MIT, BSD, and GPL Licenses.
+ *
+ * Date: Mon Nov 21 21:11:03 2011 -0500
+ */
+(function( window, undefined ) {
+
+// Use the correct document accordingly with window argument (sandbox)
+var document = window.document,
+   navigator = window.navigator,
+   location = window.location;
+var jQuery = (function() {
+
+// Define a local copy of jQuery
+var jQuery = function( selector, context ) {
+   // The jQuery object is actually just the init constructor 
'enhanced'
+   return new jQuery.fn.init( selector, context, rootjQuery );
+   },
+
+   // Map over jQuery in case of overwrite
+   _jQuery = window.jQuery,
+
+   // Map over the $ in case of overwrite
+   _$ = window.$,
+
+   // A central reference to the root jQuery(document)
+   rootjQuery,
+
+   // A simple way to check for HTML strings or ID strings
+   // Prioritize #id over  to avoid XSS via location.hash (#9521)
+   quickExpr = /^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,
+
+   // Check if a string has a non-whitespace character in it
+   rnotwhite = /\S/,
+
+   // Used for trimming whitespace
+   trimLeft = /^\s+/,
+   trimRight = /\s+$/,
+
+   // Match a standalone tag
+   rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>)?$/,
+
+   // JSON RegExp
+   rvalidchars = /^[\],:{}\s]*$/,
+   rvalidescape = /\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,
+   rvalidtokens = 
/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,
+   rvalidbraces = /(?:^|:|,)(?:\s*\[)+/g,
+
+   // Useragent RegExp
+   rwebkit = /(webkit)[ \/]([\w.]+)/,
+   ropera = /(opera)(?:.*version)?[ \/]([\w.]+)/,
+   rmsie = /(msie) ([\w.]+)/,
+   rmozilla = /(mozilla)(?:.*? rv:([\w.]+))?/,
+
+   // Matches dashed string for camelizing
+   rdashAlpha = /-([a-z]|[0-9])/ig,
+   rmsPrefix = /^-ms-/,
+
+   // Used by jQuery.camelCase as callback to replace()
+   fcamelCase = function( all, letter ) {
+   return ( letter + "" ).toUpperCase();
+   },
+
+   // Keep a UserAgent string for use with jQuery.browser
+   userAgent = navigator.userAgent,
+
+   // For matching the engine and version of the browser
+   browserMatch,
+
+   // The deferred used on DOM ready
+   readyList,
+
+   // The ready event handler
+   DOMContentLoaded,
+
+   // Save a reference to some core methods
+   toString = Object.prototype.toString,
+   hasOwn = Object.prototype.hasOwnProperty,
+   push = Array.prototype.push,
+   slice = Array.prototype.slice,
+   trim = String.prototype.trim,
+   indexOf = Array.prototype.indexOf,
+
+   // [[Class]] -> type pairs
+   class2type = {};
+
+jQuery.fn = jQuery.prototype = {
+   constructor: jQuery,
+   init: function( selector, context, rootjQuery ) {
+   var match, elem, ret, doc;
+
+   // Handle $(""), $(null), or $(undefined)
+   if ( !selector ) {
+   return this;
+   }
+
+   // Handle $(DOMElement)
+   if ( selector.nodeType ) {
+   this.context = this[0] = selector;
+   this.length = 1;
+   return this;
+   }
+
+   // The body element only exists once, optimize finding it
+   if ( selector === "body" && !context && document.body ) {
+   this.context = document;
+   this[0] = document.body;
+   this.selector = selector;
+   this.length = 1;
+   return this;
+   }
+
+   // Handle HTML strings
+   if ( typeof selector === "string" ) {
+   // Are we dealing with HTML string or an ID?
+   if ( selector.charAt(0) === "<" && selector.charAt( 
selector.length - 1 ) === ">" && selector.length >= 3 ) {
+   // Assume that strings that start and end with 
<> are HTML and skip the regex check
+   match = [ null, selector, null ];
+
+   } else {
+   match = quickExpr.exec( selector );
+   }
+
+ 

[29/50] [abbrv] logging-log4net git commit: EventRaisingAppender requires .NET 3.5

2017-04-27 Thread dpsenner
EventRaisingAppender requires .NET 3.5


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/9397bcae
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/9397bcae
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/9397bcae

Branch: refs/heads/master
Commit: 9397bcaecc6981b96d19c29f7a872ffd60a880df
Parents: 7919e65
Author: Stefan Bodewig 
Authored: Tue Mar 7 19:03:00 2017 +
Committer: Stefan Bodewig 
Committed: Tue Mar 7 19:03:00 2017 +

--
 tests/src/Appender/EventRaisingAppender.cs | 25 -
 tests/src/Appender/RecursiveLoggingTest.cs |  2 ++
 2 files changed, 26 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/9397bcae/tests/src/Appender/EventRaisingAppender.cs
--
diff --git a/tests/src/Appender/EventRaisingAppender.cs 
b/tests/src/Appender/EventRaisingAppender.cs
index 517b6bd..6716889 100644
--- a/tests/src/Appender/EventRaisingAppender.cs
+++ b/tests/src/Appender/EventRaisingAppender.cs
@@ -1,4 +1,26 @@
-using System;
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
+#if !NET_2_0 && !MONO_2_0
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;
@@ -56,3 +78,4 @@ namespace log4net.Tests.Appender
 }
 }
 }
+#endif
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/9397bcae/tests/src/Appender/RecursiveLoggingTest.cs
--
diff --git a/tests/src/Appender/RecursiveLoggingTest.cs 
b/tests/src/Appender/RecursiveLoggingTest.cs
index 4b9aeb2..191ddf6 100644
--- a/tests/src/Appender/RecursiveLoggingTest.cs
+++ b/tests/src/Appender/RecursiveLoggingTest.cs
@@ -19,6 +19,7 @@
  *
 */
 
+#if !NET_2_0 && !MONO_2_0
 using System;
 using System.Data;
 using System.Xml;
@@ -82,3 +83,4 @@ namespace log4net.Tests.Appender
 
 }
 }
+#endif
\ No newline at end of file



[logging-log4net] Git Push Summary

2017-04-27 Thread dpsenner
Repository: logging-log4net
Updated Tags:  refs/tags/1.2.10 [created] d61392a3d
  refs/tags/1.2.10-RC2 [created] a8ca21fe2
  refs/tags/1.2.11 [created] 957ba3692
  refs/tags/1.2.11-RC1 [created] b067cc41c
  refs/tags/1.2.12 [created] 03f60f6c1
  refs/tags/1.2.12-RC1 [created] ed8c85bc1
  refs/tags/1.2.13 [created] d52532cb7
  refs/tags/1.2.13-RC1 [created] 91c7447bb
  refs/tags/1.2.13-RC2 [created] ea3206457
  refs/tags/1.2.13-RC3 [created] 44fff1715
  refs/tags/1.2.14 [created] 213971142
  refs/tags/1.2.14-RC1 [created] ffc247522
  refs/tags/1.2.14-RC2 [created] 5e045da83
  refs/tags/1.2.15 [created] 6151e7f73
  refs/tags/1.2.15-RC1 [created] 7ae407601
  refs/tags/1.2.9 [created] 18a96716a
  refs/tags/2.0.6 [created] 5059de001
  refs/tags/2.0.6-RC1 [created] 21f14dcad
  refs/tags/2.0.7 [created] e0ba3317f
  refs/tags/2.0.7-RC1 [created] 1ebdafb1a
  refs/tags/2.0.8 [created] cd20f62a7
  refs/tags/2.0.8-RC1 [created] 9faf43420


[logging-log4net] Git Push Summary

2017-04-27 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/origin/trunk [deleted] fecc9fb7d


[42/50] [abbrv] logging-log4net git commit: LOG4NET-563 try to copy skin from log4j

2017-04-27 Thread dpsenner
http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/df542d50/src/site/resources/js/jquery.min.js
--
diff --git a/src/site/resources/js/jquery.min.js 
b/src/site/resources/js/jquery.min.js
new file mode 100644
index 000..198b3ff
--- /dev/null
+++ b/src/site/resources/js/jquery.min.js
@@ -0,0 +1,4 @@
+/*! jQuery v1.7.1 jquery.com | jquery.org/license */
+(function(a,b){function cy(a){return 
f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function 
cv(a){if(!ck[a]){var 
b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return
 ck[a]}function cu(a,b){var 
c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return 
c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function 
cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function 
ci(){try{return new a.XMLHttpRequest}catch(b){}}function 
cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var 
d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p
 ;for(g=1;g0){if(c!=="border")for(;g

[15/50] [abbrv] logging-log4net git commit: only move .NET Standard assembly currently created

2017-04-27 Thread dpsenner
only move .NET Standard assembly currently created


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/df881f28
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/df881f28
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/df881f28

Branch: refs/heads/master
Commit: df881f2803a9123393791e94c7ac4c36ef2992c3
Parents: 2c96bcc
Author: Stefan Bodewig 
Authored: Tue Dec 20 09:17:50 2016 +
Committer: Stefan Bodewig 
Committed: Tue Dec 20 09:17:50 2016 +

--
 log4net.build | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/df881f28/log4net.build
--
diff --git a/log4net.build b/log4net.build
index eb288c4..4d5351e 100644
--- a/log4net.build
+++ b/log4net.build
@@ -1912,12 +1912,16 @@ limitations under the License.
 
   
   
-  
-
-  
-  
-
-  
+  
+   
+  
+   
+  
+  
+   
+  
+   
+  
 
 
   



[16/50] [abbrv] logging-log4net git commit: .NET Standard lacks LogicalThreadContext

2017-04-27 Thread dpsenner
.NET Standard lacks LogicalThreadContext


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/371f0f94
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/371f0f94
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/371f0f94

Branch: refs/heads/master
Commit: 371f0f94ca9ed15646b7bef972f298eb2105e90f
Parents: df881f2
Author: Stefan Bodewig 
Authored: Thu Dec 22 13:07:29 2016 +
Committer: Stefan Bodewig 
Committed: Thu Dec 22 13:07:29 2016 +

--
 src/site/xdoc/release/framework-support.xml | 3 +++
 1 file changed, 3 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/371f0f94/src/site/xdoc/release/framework-support.xml
--
diff --git a/src/site/xdoc/release/framework-support.xml 
b/src/site/xdoc/release/framework-support.xml
index f32389e..7cf2b34 100644
--- a/src/site/xdoc/release/framework-support.xml
+++ b/src/site/xdoc/release/framework-support.xml
@@ -614,6 +614,9 @@ limitations under the License.
   anything related to ASP.NET (trace appender
   and several pattern converters)
   .NET Remoting
+  log4net.LogicalThreadContext
+  and the associated properties and stack
+  classes
   the colored console appender
   the event log appender
   The NetSendAppender



[45/50] [abbrv] logging-log4net git commit: LOG4NET-563 try to copy skin from log4j

2017-04-27 Thread dpsenner
http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/df542d50/src/site/resources/css/maven-base.css
--
diff --git a/src/site/resources/css/maven-base.css 
b/src/site/resources/css/maven-base.css
deleted file mode 100644
index 7ef9c54..000
--- a/src/site/resources/css/maven-base.css
+++ /dev/null
@@ -1,168 +0,0 @@
-/*
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-*/
-body {
-  margin: 0px;
-  padding: 0px;
-}
-img {
-  border:none;
-}
-table {
-  padding:0px;
-  width: 100%;
-  margin-left: -2px;
-  margin-right: -2px;
-}
-acronym {
-  cursor: help;
-  border-bottom: 1px dotted #feb;
-}
-table.bodyTable th, table.bodyTable td {
-  padding: 2px 4px 2px 4px;
-  vertical-align: top;
-}
-div.clear{
-  clear:both;
-  visibility: hidden;
-}
-div.clear hr{
-  display: none;
-}
-#bannerLeft, #bannerRight {
-  font-size: xx-large;
-  font-weight: bold;
-}
-#bannerLeft img, #bannerRight img {
-  margin: 0px;
-}
-.xleft, #bannerLeft img {
-  float:left;
-}
-.xright, #bannerRight {
-  float:right;
-}
-#banner {
-  padding: 0px;
-}
-#banner img {
-  border: none;
-}
-#breadcrumbs {
-  padding: 3px 10px 3px 10px;
-}
-#leftColumn {
- width: 170px;
- float:left;
- overflow: auto;
-}
-#bodyColumn {
-  margin-right: 1.5em;
-  margin-left: 197px;
-}
-#legend {
-  padding: 8px 0 8px 0;
-}
-#navcolumn {
-  padding: 8px 4px 0 8px;
-}
-#navcolumn h5 {
-  margin: 0;
-  padding: 0;
-  font-size: small;
-}
-#navcolumn ul {
-  margin: 0;
-  padding: 0;
-  font-size: small;
-}
-#navcolumn li {
-  list-style-type: none;
-  background-image: none;
-  background-repeat: no-repeat;
-  background-position: 0 0.4em;
-  padding-left: 16px;
-  list-style-position: outside;
-  line-height: 1.2em;
-  font-size: smaller;
-}
-#navcolumn li.expanded {
-  background-image: url(../images/expanded.gif);
-}
-#navcolumn li.collapsed {
-  background-image: url(../images/collapsed.gif);
-}
-#poweredBy {
-  text-align: center;
-}
-#navcolumn img {
-  margin-top: 10px;
-  margin-bottom: 3px;
-}
-#poweredBy img {
-  display:block;
-  margin: 20px 0 20px 17px;
-}
-#search img {
-margin: 0px;
-display: block;
-}
-#search #q, #search #btnG {
-border: 1px solid #999;
-margin-bottom:10px;
-}
-#search form {
-margin: 0px;
-}
-#lastPublished {
-  font-size: x-small;
-}
-.navSection {
-  margin-bottom: 2px;
-  padding: 8px;
-}
-.navSectionHead {
-  font-weight: bold;
-  font-size: x-small;
-}
-.section {
-  padding: 4px;
-}
-#footer {
-  padding: 3px 10px 3px 10px;
-  font-size: x-small;
-}
-#breadcrumbs {
-  font-size: x-small;
-  margin: 0pt;
-}
-.source {
-  padding: 12px;
-  margin: 1em 7px 1em 7px;
-}
-.source pre {
-  margin: 0px;
-  padding: 0px;
-}
-#navcolumn img.imageLink, .imageLink{
-  padding-left: 0px;
-  padding-bottom: 0px;
-  padding-top: 0px;
-  padding-right: 2px;
-  border: 0px;
-  margin: 0px;
-}

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/df542d50/src/site/resources/css/site.css
--
diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css
index 6005ace..472df16 100644
--- a/src/site/resources/css/site.css
+++ b/src/site/resources/css/site.css
@@ -1,22 +1,114 @@
 /*
- *
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- *
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ 

[06/50] [abbrv] logging-log4net git commit: releases must not have dependencies on pre-releases

2017-04-27 Thread dpsenner
releases must not have dependencies on pre-releases


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/176aef70
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/176aef70
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/176aef70

Branch: refs/heads/master
Commit: 176aef7025c2c4e605e60b4afb866c25e55978c8
Parents: fae3521
Author: Stefan Bodewig 
Authored: Fri Dec 2 16:30:44 2016 +
Committer: Stefan Bodewig 
Committed: Fri Dec 2 16:30:44 2016 +

--
 log4net.nuspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/176aef70/log4net.nuspec
--
diff --git a/log4net.nuspec b/log4net.nuspec
index 640441e..29a8611 100644
--- a/log4net.nuspec
+++ b/log4net.nuspec
@@ -59,7 +59,7 @@ log4net is designed with two distinct goals in mind: speed 
and flexibility
 
 
-
+
 
 
 



[27/50] [abbrv] logging-log4net git commit: LOG4NET-554 update class level documentation

2017-04-27 Thread dpsenner
LOG4NET-554 update class level documentation


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/96f56464
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/96f56464
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/96f56464

Branch: refs/heads/master
Commit: 96f56464a5b9abbb547cf89717816fefa855e622
Parents: 201ad1a
Author: Stefan Bodewig 
Authored: Fri Mar 3 21:55:10 2017 +
Committer: Stefan Bodewig 
Committed: Fri Mar 3 21:55:10 2017 +

--
 src/LogicalThreadContext.cs| 5 +
 src/Util/LogicalThreadContextProperties.cs | 5 +
 2 files changed, 10 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/96f56464/src/LogicalThreadContext.cs
--
diff --git a/src/LogicalThreadContext.cs b/src/LogicalThreadContext.cs
index 40357c4..0403c42 100644
--- a/src/LogicalThreadContext.cs
+++ b/src/LogicalThreadContext.cs
@@ -38,6 +38,11 @@ namespace log4net
/// properties with the same name.
/// 
/// 
+   /// For .NET Standard 1.3 this class uses
+   /// System.Threading.AsyncLocal rather than .
+   /// 
+   /// 
/// The Logical Thread Context has a properties map and a stack.
/// The properties and stack can 
/// be included in the output of log messages. The 

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/96f56464/src/Util/LogicalThreadContextProperties.cs
--
diff --git a/src/Util/LogicalThreadContextProperties.cs 
b/src/Util/LogicalThreadContextProperties.cs
index 904229d..c5879fc 100644
--- a/src/Util/LogicalThreadContextProperties.cs
+++ b/src/Util/LogicalThreadContextProperties.cs
@@ -44,6 +44,11 @@ namespace log4net.Util
/// log4net.Util.LogicalThreadContextProperties.
/// 
/// 
+   /// For .NET Standard 1.3 this class uses
+   /// System.Threading.AsyncLocal rather than .
+   /// 
+   /// 
/// The  requires a link time 
///  for the
/// .



[14/50] [abbrv] logging-log4net git commit: use consistent versions of dependencies

2017-04-27 Thread dpsenner
use consistent versions of dependencies


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/2c96bcc7
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/2c96bcc7
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/2c96bcc7

Branch: refs/heads/master
Commit: 2c96bcc7dbe829117504e4dd216af2376765bdde
Parents: 1ff7451
Author: Stefan Bodewig 
Authored: Tue Dec 20 09:13:39 2016 +
Committer: Stefan Bodewig 
Committed: Tue Dec 20 09:13:39 2016 +

--
 log4net.nuspec   | 2 +-
 netstandard/log4net/project.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/2c96bcc7/log4net.nuspec
--
diff --git a/log4net.nuspec b/log4net.nuspec
index a7ef7b9..b45a7bf 100644
--- a/log4net.nuspec
+++ b/log4net.nuspec
@@ -59,7 +59,7 @@ log4net is designed with two distinct goals in mind: speed 
and flexibility
 
 
-
+
 
 
 

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/2c96bcc7/netstandard/log4net/project.json
--
diff --git a/netstandard/log4net/project.json b/netstandard/log4net/project.json
index 91a39e5..3f1e371 100644
--- a/netstandard/log4net/project.json
+++ b/netstandard/log4net/project.json
@@ -60,7 +60,7 @@
 "System.Runtime.Extensions": "4.1.0",
 "System.Runtime.InteropServices": "4.1.0",
 "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
-"System.Runtime.Serialization.Formatters": "4.0.0",
+"System.Runtime.Serialization.Formatters": "4.3.0",
 "System.Text.RegularExpressions": "4.1.0",
 "System.Threading": "4.0.11",
 "System.Threading.Thread": "4.0.0",



[50/50] [abbrv] logging-log4net git commit: tweak reports, only publish RAT report

2017-04-27 Thread dpsenner
tweak reports, only publish RAT report


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/d5d8f2a2
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/d5d8f2a2
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/d5d8f2a2

Branch: refs/heads/master
Commit: d5d8f2a22431d84f408ab890442979f8b50cabd1
Parents: 6539c37
Author: Stefan Bodewig 
Authored: Mon Apr 24 12:05:10 2017 +
Committer: Stefan Bodewig 
Committed: Mon Apr 24 12:05:10 2017 +

--
 pom.xml   | 14 ++
 src/site/site.xml |  4 +++-
 2 files changed, 5 insertions(+), 13 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/d5d8f2a2/pom.xml
--
diff --git a/pom.xml b/pom.xml
index aebf9bf..0ad8b14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
   
 org.apache.rat
 apache-rat-plugin
-0.11
+0.12
 
   
 
@@ -167,22 +167,12 @@
   
 org.apache.maven.plugins
 maven-project-info-reports-plugin
-${commons.project-info.version}
-
+2.8.1
 
   
 
   cim 
   scm
-  dependencies
   license
   project-team
   issue-tracking

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/d5d8f2a2/src/site/site.xml
--
diff --git a/src/site/site.xml b/src/site/site.xml
index 25ad9ba..286ef56 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -61,7 +61,9 @@


 
-   
+
+  
+
 

http://www.apache.org/"/>   



[18/50] [abbrv] logging-log4net git commit: LOG4NET-540 add empty dependency groups for all supported target frameworks

2017-04-27 Thread dpsenner
LOG4NET-540 add empty dependency groups for all supported target frameworks


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/a2d1dfe8
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/a2d1dfe8
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/a2d1dfe8

Branch: refs/heads/master
Commit: a2d1dfe84ca0b88050de1bd8ca73320cd6252cf7
Parents: 0e1e66b
Author: Stefan Bodewig 
Authored: Fri Dec 30 13:19:15 2016 +
Committer: Stefan Bodewig 
Committed: Fri Dec 30 13:19:15 2016 +

--
 log4net.nuspec | 6 ++
 1 file changed, 6 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/a2d1dfe8/log4net.nuspec
--
diff --git a/log4net.nuspec b/log4net.nuspec
index 3a0b42a..27fac16 100644
--- a/log4net.nuspec
+++ b/log4net.nuspec
@@ -39,6 +39,12 @@ log4net is designed with two distinct goals in mind: speed 
and flexibilityfalse
 logging log tracing logfiles
 
+  
+  
+  
+  
+  
+  
   
 
 



[31/50] [abbrv] logging-log4net git commit: make test compile on .NET 2.0

2017-04-27 Thread dpsenner
make test compile on .NET 2.0


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/9ce4638a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/9ce4638a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/9ce4638a

Branch: refs/heads/master
Commit: 9ce4638a46f02ae256e988472af12b0cd43a734b
Parents: c94bb14
Author: Stefan Bodewig 
Authored: Tue Mar 7 19:18:27 2017 +
Committer: Stefan Bodewig 
Committed: Tue Mar 7 19:18:27 2017 +

--
 tests/src/Appender/SmtpPickupDirAppenderTest.cs | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/9ce4638a/tests/src/Appender/SmtpPickupDirAppenderTest.cs
--
diff --git a/tests/src/Appender/SmtpPickupDirAppenderTest.cs 
b/tests/src/Appender/SmtpPickupDirAppenderTest.cs
index c45477a..6fbb082 100644
--- a/tests/src/Appender/SmtpPickupDirAppenderTest.cs
+++ b/tests/src/Appender/SmtpPickupDirAppenderTest.cs
@@ -190,9 +190,9 @@ namespace log4net.Tests.Appender
{
if(line.StartsWith(dateHeaderStart))
{
-   var datePart = 
line.Substring(dateHeaderStart.Length);
-   var date = 
DateTime.ParseExact(datePart, "r", 
System.Globalization.CultureInfo.InvariantCulture);
-   var diff = Math.Abs( (DateTime.UtcNow - 
date).TotalMilliseconds);
+   string datePart = 
line.Substring(dateHeaderStart.Length);
+   DateTime date = 
DateTime.ParseExact(datePart, "r", 
System.Globalization.CultureInfo.InvariantCulture);
+   double diff = Math.Abs( 
(DateTime.UtcNow - date).TotalMilliseconds);
Assert.LessOrEqual(diff, 1000, "Times 
should be equal, allowing a diff of one second to make test robust");
hasDateHeader = true;
}
@@ -218,7 +218,7 @@ namespace log4net.Tests.Appender
DestroyLogger();
 
Assert.AreEqual(1, 
Directory.GetFiles(_testPickupDir).Length);
-   var fileInfo = new 
FileInfo(Directory.GetFiles(_testPickupDir)[0]);
+   FileInfo fileInfo = new 
FileInfo(Directory.GetFiles(_testPickupDir)[0]);
Assert.AreEqual("." + fileExtension, 
fileInfo.Extension);
Assert.DoesNotThrow(delegate { new 
Guid(fileInfo.Name.Substring(0, fileInfo.Name.Length - 
fileInfo.Extension.Length)); }); // Assert that filename before extension is a 
guid
 
@@ -239,7 +239,7 @@ namespace log4net.Tests.Appender
DestroyLogger();
 
Assert.AreEqual(1, 
Directory.GetFiles(_testPickupDir).Length);
-   var fileInfo = new 
FileInfo(Directory.GetFiles(_testPickupDir)[0]);
+   FileInfo fileInfo = new 
FileInfo(Directory.GetFiles(_testPickupDir)[0]);
Assert.IsEmpty(fileInfo.Extension);
Assert.DoesNotThrow(delegate { new Guid(fileInfo.Name); 
}); // Assert that filename is a guid
 



[19/50] [abbrv] logging-log4net git commit: happy new year

2017-04-27 Thread dpsenner
happy new year


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/e3b685f0
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/e3b685f0
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/e3b685f0

Branch: refs/heads/master
Commit: e3b685f0290e8480145fdeb8bfe8acfc2dba7858
Parents: a2d1dfe
Author: Stefan Bodewig 
Authored: Sun Jan 1 11:25:43 2017 +
Committer: Stefan Bodewig 
Committed: Sun Jan 1 11:25:43 2017 +

--
 NOTICE   | 2 +-
 log4net.nuspec   | 2 +-
 log4net.shfbproj | 2 +-
 netstandard/log4net/project.json | 2 +-
 src/AssemblyVersionInfo.cpp  | 2 +-
 src/AssemblyVersionInfo.cs   | 2 +-
 src/AssemblyVersionInfo.js   | 2 +-
 src/AssemblyVersionInfo.vb   | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/e3b685f0/NOTICE
--
diff --git a/NOTICE b/NOTICE
index a19db4f..86d4dfe 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache log4net
-   Copyright 2004-2016 The Apache Software Foundation
+   Copyright 2004-2017 The Apache Software Foundation
 
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/e3b685f0/log4net.nuspec
--
diff --git a/log4net.nuspec b/log4net.nuspec
index 27fac16..fc4cf92 100644
--- a/log4net.nuspec
+++ b/log4net.nuspec
@@ -35,7 +35,7 @@ log4net is designed with two distinct goals in mind: speed 
and flexibilityhttp://logging.apache.org/log4net/license.html
 http://logging.apache.org/log4net/
 https://www.apache.org/images/feather.png
-Copyright 2004-2016 The Apache Software Foundation
+Copyright 2004-2017 The Apache Software Foundation
 false
 logging log tracing logfiles
 

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/e3b685f0/log4net.shfbproj
--
diff --git a/log4net.shfbproj b/log4net.shfbproj
index 4cfe5af..a883492 100644
--- a/log4net.shfbproj
+++ b/log4net.shfbproj
@@ -42,7 +42,7 @@ limitations under the License.
 False
 MemberName
 Apache log4net™ SDK Documentation
-Copyright 2004-2016 The Apache Software 
Foundation
+Copyright 2004-2017 The Apache Software 
Foundation
 http://logging.apache.org/log4net/
 AboveNamespaces
 

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/e3b685f0/netstandard/log4net/project.json
--
diff --git a/netstandard/log4net/project.json b/netstandard/log4net/project.json
index 589214f..c269c5f 100644
--- a/netstandard/log4net/project.json
+++ b/netstandard/log4net/project.json
@@ -2,7 +2,7 @@
   "name": "log4net",
   "version": "2.0.7",
   "title": "Apache log4net for .NET Core",
-  "copyright": "Copyright 2004-2016 The Apache Software Foundation.",
+  "copyright": "Copyright 2004-2017 The Apache Software Foundation.",
   "frameworks": {
 "netstandard1.3": {
   "buildOptions": {

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/e3b685f0/src/AssemblyVersionInfo.cpp
--
diff --git a/src/AssemblyVersionInfo.cpp b/src/AssemblyVersionInfo.cpp
index c12b2e3..1dc9eb5 100644
--- a/src/AssemblyVersionInfo.cpp
+++ b/src/AssemblyVersionInfo.cpp
@@ -45,5 +45,5 @@ using namespace System::Runtime::CompilerServices;
 //
 
 [assembly: AssemblyCompany("The Apache Software Foundation")];
-[assembly: AssemblyCopyright("Copyright 2004-2016 The Apache Software 
Foundation.")];
+[assembly: AssemblyCopyright("Copyright 2004-2017 The Apache Software 
Foundation.")];
 [assembly: AssemblyTrademark("Apache and Apache log4net are trademarks of The 
Apache Software Foundation")];

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/e3b685f0/src/AssemblyVersionInfo.cs
--
diff --git a/src/AssemblyVersionInfo.cs b/src/AssemblyVersionInfo.cs
index 8a98e02..97fbc58 100644
--- a/src/AssemblyVersionInfo.cs
+++ b/src/AssemblyVersionInfo.cs
@@ -41,5 +41,5 @@
 //
 
 [assembly: System.Reflection.AssemblyCompany("The Apache Software Foundation")]
-[assembly: System.Reflection.AssemblyCopyright("Copyright 2004-2016 The Apache 
Software Foundation.")]
+[assembly: System.Reflection.AssemblyCopyright("Copyright 2004-2017 The Apache 
Software Foundation.")]
 [assembly: System.Reflection.AssemblyTrademark("Apache and Apache 

[24/50] [abbrv] logging-log4net git commit: I overlooked a place that contains te version information

2017-04-27 Thread dpsenner
I overlooked a place that contains te version information


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/d1261ff3
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/d1261ff3
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/d1261ff3

Branch: refs/heads/master
Commit: d1261ff3dca12471985dda164f56da9ee105e0fb
Parents: b8189d1
Author: Stefan Bodewig 
Authored: Sun Feb 19 05:54:34 2017 +
Committer: Stefan Bodewig 
Committed: Sun Feb 19 05:54:34 2017 +

--
 src/AssemblyInfo.cs | 42 
 src/AssemblyVersionInfo.cpp |  1 -
 2 files changed, 21 insertions(+), 22 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/d1261ff3/src/AssemblyInfo.cs
--
diff --git a/src/AssemblyInfo.cs b/src/AssemblyInfo.cs
index 04049d8..bd5aa4c 100644
--- a/src/AssemblyInfo.cs
+++ b/src/AssemblyInfo.cs
@@ -54,71 +54,71 @@ using System.Runtime.CompilerServices;
 //
 
 #if (CLI_1_0)
-[assembly: AssemblyInformationalVersionAttribute("2.0.6.0-.CLI 1.0")]
+[assembly: AssemblyInformationalVersionAttribute("2.0.8.0-.CLI 1.0")]
 [assembly: AssemblyTitle("Apache log4net for CLI 1.0 Compatible Frameworks")]
 #elif (NET_1_0)
-[assembly: AssemblyInformationalVersionAttribute("2.0.6.0-.NET 1.0")]
+[assembly: AssemblyInformationalVersionAttribute("2.0.8.0-.NET 1.0")]
 [assembly: AssemblyTitle("Apache log4net for .NET Framework 1.0")]
 #elif (NET_1_1)
-[assembly: AssemblyInformationalVersionAttribute("2.0.6.0-.NET 1.1")]
+[assembly: AssemblyInformationalVersionAttribute("2.0.8.0-.NET 1.1")]
 [assembly: AssemblyTitle("Apache log4net for .NET Framework 1.1")]
 #elif (NET_4_5)
-[assembly: AssemblyInformationalVersionAttribute("2.0.6.0-.NET 4.5")]
+[assembly: AssemblyInformationalVersionAttribute("2.0.8.0-.NET 4.5")]
 [assembly: AssemblyTitle("Apache log4net for .NET Framework 4.5")]
 #elif (NET_4_0)
 #if CLIENT_PROFILE
-[assembly: AssemblyInformationalVersionAttribute("2.0.6.0-.NET 4.0 CP")]
+[assembly: AssemblyInformationalVersionAttribute("2.0.8.0-.NET 4.0 CP")]
 [assembly: AssemblyTitle("Apache log4net for .NET Framework 4.0 Client 
Profile")]
 #else
-[assembly: AssemblyInformationalVersionAttribute("2.0.6.0-.NET 4.0")]
+[assembly: AssemblyInformationalVersionAttribute("2.0.8.0-.NET 4.0")]
 [assembly: AssemblyTitle("Apache log4net for .NET Framework 4.0")]
 #endif // Client Profile
 #elif (NET_2_0)
 #if CLIENT_PROFILE
-[assembly: AssemblyInformationalVersionAttribute("2.0.6.0-.NET 3.5 CP")]
+[assembly: AssemblyInformationalVersionAttribute("2.0.8.0-.NET 3.5 CP")]
 [assembly: AssemblyTitle("Apache log4net for .NET Framework 3.5 Client 
Profile")]
 #else
-[assembly: AssemblyInformationalVersionAttribute("2.0.6.0-.NET 2.0")]
+[assembly: AssemblyInformationalVersionAttribute("2.0.8.0-.NET 2.0")]
 [assembly: AssemblyTitle("Apache log4net for .NET Framework 2.0")]
 #endif // Client Profile
 #elif (NETCF_1_0)
-[assembly: AssemblyInformationalVersionAttribute("2.0.6.0-.NETCF 1.0")]
+[assembly: AssemblyInformationalVersionAttribute("2.0.8.0-.NETCF 1.0")]
 [assembly: AssemblyTitle("Apache log4net for .NET Compact Framework 1.0")]
 #elif (NETCF_2_0)
-[assembly: AssemblyInformationalVersionAttribute("2.0.6.0-.NETCF 2.0")]
+[assembly: AssemblyInformationalVersionAttribute("2.0.8.0-.NETCF 2.0")]
 [assembly: AssemblyTitle("Apache log4net for .NET Compact Framework 2.0")]
 #elif (MONO_1_0)
-[assembly: AssemblyInformationalVersionAttribute("2.0.6.0-Mono 1.0")]
+[assembly: AssemblyInformationalVersionAttribute("2.0.8.0-Mono 1.0")]
 [assembly: AssemblyTitle("Apache log4net for Mono 1.0")]
 #elif (MONO_2_0)
-[assembly: AssemblyInformationalVersionAttribute("2.0.6.0-Mono 2.0")]
+[assembly: AssemblyInformationalVersionAttribute("2.0.8.0-Mono 2.0")]
 [assembly: AssemblyTitle("Apache log4net for Mono 2.0")]
 #elif (MONO_3_5)
-[assembly: AssemblyInformationalVersionAttribute("2.0.6.0-Mono 3.5")]
+[assembly: AssemblyInformationalVersionAttribute("2.0.8.0-Mono 3.5")]
 [assembly: AssemblyTitle("Apache log4net for Mono 3.5")]
 #elif (MONO_4_0)
-[assembly: AssemblyInformationalVersionAttribute("2.0.6.0-Mono 4.0")]
+[assembly: AssemblyInformationalVersionAttribute("2.0.8.0-Mono 4.0")]
 [assembly: AssemblyTitle("Apache log4net for Mono 4.0")]
 #elif (SSCLI_1_0)
-[assembly: AssemblyInformationalVersionAttribute("2.0.6.0-SSCLI 1.0")]
+[assembly: AssemblyInformationalVersionAttribute("2.0.8.0-SSCLI 1.0")]
 [assembly: AssemblyTitle("Apache log4net for Shared Source CLI 1.0")]
 #elif (NET)
-[assembly: AssemblyInformationalVersionAttribute("2.0.6.0-.NET")]
+[assembly: AssemblyInformationalVersionAttribute("2.0.8.0-.NET")]
 [assembly: 

[23/50] [abbrv] logging-log4net git commit: allow the logging system to recursively log using itself

2017-04-27 Thread dpsenner
allow the logging system to recursively log using itself

patch by @JJoe2
closes #41



Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/b8189d16
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/b8189d16
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/b8189d16

Branch: refs/heads/master
Commit: b8189d16a65ba9e0aa76ed7dfb8242caef2da388
Parents: 8b4bc63
Author: Stefan Bodewig 
Authored: Thu Feb 2 11:26:18 2017 +
Committer: Stefan Bodewig 
Committed: Thu Feb 2 11:26:18 2017 +

--
 src/Util/ReaderWriterLock.cs   |  2 +-
 tests/src/Appender/EventRaisingAppender.cs | 58 +
 tests/src/Appender/RecursiveLoggingTest.cs | 84 +
 tests/src/log4net.Tests.vs2012.csproj  |  2 +
 4 files changed, 145 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/b8189d16/src/Util/ReaderWriterLock.cs
--
diff --git a/src/Util/ReaderWriterLock.cs b/src/Util/ReaderWriterLock.cs
index 5ed53c5..807a3da 100644
--- a/src/Util/ReaderWriterLock.cs
+++ b/src/Util/ReaderWriterLock.cs
@@ -64,7 +64,7 @@ namespace log4net.Util
 
 #if HAS_READERWRITERLOCK
 #if HAS_READERWRITERLOCKSLIM
-   m_lock = new System.Threading.ReaderWriterLockSlim();
+   m_lock = new 
System.Threading.ReaderWriterLockSlim(System.Threading.LockRecursionPolicy.SupportsRecursion);
 #else
m_lock = new System.Threading.ReaderWriterLock();
 #endif

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/b8189d16/tests/src/Appender/EventRaisingAppender.cs
--
diff --git a/tests/src/Appender/EventRaisingAppender.cs 
b/tests/src/Appender/EventRaisingAppender.cs
new file mode 100644
index 000..517b6bd
--- /dev/null
+++ b/tests/src/Appender/EventRaisingAppender.cs
@@ -0,0 +1,58 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace log4net.Tests.Appender
+{
+/// 
+/// Provides data for the  event.
+/// 
+/// 
+public class LoggingEventEventArgs : EventArgs
+{
+public log4net.Core.LoggingEvent LoggingEvent { get; private set; }
+
+public LoggingEventEventArgs(log4net.Core.LoggingEvent loggingEvent)
+{
+if (loggingEvent == null) throw new 
ArgumentNullException("loggingEvent");
+LoggingEvent = loggingEvent;
+}
+}
+
+/// 
+/// A log4net appender that raises an event each time a logging event is 
appended
+/// 
+/// 
+/// This class is intended to provide a way for test code to inspect 
logging
+/// events as they are generated.
+/// 
+public class EventRaisingAppender : log4net.Appender.IAppender
+{
+public event EventHandler LoggingEventAppended;
+
+protected void OnLoggingEventAppended(LoggingEventEventArgs e)
+{
+var loggingEventAppended = LoggingEventAppended;
+if (loggingEventAppended != null)
+{
+loggingEventAppended(this, e);
+}
+}
+
+public void Close()
+{
+}
+
+public void DoAppend(log4net.Core.LoggingEvent loggingEvent)
+{
+OnLoggingEventAppended(new LoggingEventEventArgs(loggingEvent));
+}
+
+public string Name
+{
+get; set;
+}
+}
+}

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/b8189d16/tests/src/Appender/RecursiveLoggingTest.cs
--
diff --git a/tests/src/Appender/RecursiveLoggingTest.cs 
b/tests/src/Appender/RecursiveLoggingTest.cs
new file mode 100644
index 000..4b9aeb2
--- /dev/null
+++ b/tests/src/Appender/RecursiveLoggingTest.cs
@@ -0,0 +1,84 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific 

[38/50] [abbrv] logging-log4net git commit: Site: fixed the indentation and whitespace issues of site.xml

2017-04-27 Thread dpsenner
Site: fixed the indentation and whitespace issues of site.xml


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/eab1f76f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/eab1f76f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/eab1f76f

Branch: refs/heads/master
Commit: eab1f76f11c546b0b9679edddf0cf9e32446a4c3
Parents: b0769ac
Author: Dominik Psenner 
Authored: Wed Apr 19 08:57:11 2017 +
Committer: Dominik Psenner 
Committed: Wed Apr 19 08:57:11 2017 +

--
 src/site/site.xml | 113 -
 1 file changed, 56 insertions(+), 57 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/eab1f76f/src/site/site.xml
--
diff --git a/src/site/site.xml b/src/site/site.xml
index 6a05ee1..2ab7127 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -16,65 +16,64 @@
 
 -->
 
-  
-Apache Logging Services Project
-images/ls-logo.jpg
-http://logging.apache.org/
-  
-  
-
-  http://www.apache.org/"/>
-  http://logging.apache.org/"/>
-  http://logging.apache.org/log4net/"/>
-
-  
-   
-   
-  
-  
-  
-   
+   
+   Apache Logging Services Project
+   images/ls-logo.jpg
+   http://logging.apache.org/
+   
+   
+   
+   http://www.apache.org/"/>
+   http://logging.apache.org/"/>
+   http://logging.apache.org/log4net/"/>
+   
 
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
+   
+   
+   
+   
+   
+   
 
-   
-   
-   
-   
-   
-   
-   
-   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
 
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-
+   
+   
+   
+   
+   
+   
+   
+   
 
-   
-   http://www.apache.org/"/>   
-   http://www.apache.org/licenses/"/>   
-   http://www.apache.org/foundation/sponsorship.html"/>
-   http://www.apache.org/foundation/thanks.html"/>
-   http://www.apache.org/security/"/>
-   http://www.apachecon.com"/>
-   
-   
-  
+   
+   
+   
+   
+   
+   
+   
+   
+   
+
+   
+
+   
+   http://www.apache.org/"/>   
+   http://www.apache.org/licenses/"/>   
+   http://www.apache.org/foundation/sponsorship.html"/>
+   http://www.apache.org/foundation/thanks.html"/>
+   http://www.apache.org/security/"/>
+   http://www.apachecon.com"/>
+   
+   
 



[13/50] [abbrv] logging-log4net git commit: clean build of .NET Standard didn't work because of downgraded dependencies

2017-04-27 Thread dpsenner
clean build of .NET Standard didn't work because of downgraded dependencies


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/1ff7451c
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/1ff7451c
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/1ff7451c

Branch: refs/heads/master
Commit: 1ff7451c919668c4394e2536c005a368009e2bbf
Parents: dd9b763
Author: Stefan Bodewig 
Authored: Tue Dec 20 06:47:17 2016 +
Committer: Stefan Bodewig 
Committed: Tue Dec 20 06:47:17 2016 +

--
 log4net.nuspec   | 2 +-
 netstandard/log4net/project.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/1ff7451c/log4net.nuspec
--
diff --git a/log4net.nuspec b/log4net.nuspec
index 29a8611..a7ef7b9 100644
--- a/log4net.nuspec
+++ b/log4net.nuspec
@@ -53,7 +53,7 @@ log4net is designed with two distinct goals in mind: speed 
and flexibility
 
 
-
+
 
 
 

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/1ff7451c/netstandard/log4net/project.json
--
diff --git a/netstandard/log4net/project.json b/netstandard/log4net/project.json
index 41d9fe8..91a39e5 100644
--- a/netstandard/log4net/project.json
+++ b/netstandard/log4net/project.json
@@ -54,7 +54,7 @@
 "System.Net.NameResolution": "4.0.0",
 "System.Net.Requests": "4.0.11",
 "System.Net.Sockets": "4.1.0",
-"System.Reflection": "4.1.0",
+"System.Reflection": "4.3.0",
 "System.Reflection.Extensions": "4.0.1",
 "System.Reflection.TypeExtensions": "4.1.0",
 "System.Runtime.Extensions": "4.1.0",



[03/50] [abbrv] logging-log4net git commit: LOG4NET-536 there doesn't seem to be a system wide Mutex in NETCF

2017-04-27 Thread dpsenner
LOG4NET-536 there doesn't seem to be a system wide Mutex in NETCF


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/d65b1a76
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/d65b1a76
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/d65b1a76

Branch: refs/heads/master
Commit: d65b1a76bc7aeb92b2c836f554148686d1460bad
Parents: 9f69a10
Author: Stefan Bodewig 
Authored: Wed Nov 30 05:15:43 2016 +
Committer: Stefan Bodewig 
Committed: Wed Nov 30 05:15:43 2016 +

--
 src/Appender/RollingFileAppender.cs | 16 +++-
 1 file changed, 15 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/d65b1a76/src/Appender/RollingFileAppender.cs
--
diff --git a/src/Appender/RollingFileAppender.cs 
b/src/Appender/RollingFileAppender.cs
index ac59ec4..63ffaeb 100644
--- a/src/Appender/RollingFileAppender.cs
+++ b/src/Appender/RollingFileAppender.cs
@@ -241,11 +241,17 @@ namespace log4net.Appender
/// 
~RollingFileAppender()
{
+#if !NETCF
if (m_mutexForRolling != null)
{
+#if NET_4_0 || MONO_4_0 || NETSTANDARD1_3
+   m_mutexForRolling.Dispose();
+#else
m_mutexForRolling.Close();
+#endif
m_mutexForRolling = null;
}
+#endif
}
 
#endregion Public Instance Constructors
@@ -606,6 +612,7 @@ namespace log4net.Appender
virtual protected void AdjustFileBeforeAppend()
{
// reuse the file appenders locking model to lock the 
rolling
+#if !NETCF
try
{
// if rolling should be locked, acquire the lock
@@ -613,6 +620,7 @@ namespace log4net.Appender
{
m_mutexForRolling.WaitOne();
}
+#endif
if (m_rollDate)
{
DateTime n = m_dateTime.Now;
@@ -632,6 +640,7 @@ namespace log4net.Appender
RollOverSize();
}
}
+#if !NETCF
}
finally
{
@@ -641,6 +650,7 @@ namespace log4net.Appender
m_mutexForRolling.ReleaseMutex();
}
}
+#endif
}
 
/// 
@@ -1148,8 +1158,10 @@ namespace log4net.Appender
m_baseFileName = base.File;
}
 
+#if !NETCF
// initialize the mutex that is used to lock rolling
m_mutexForRolling = new Mutex(false, 
m_baseFileName.Replace("\\", "_").Replace(":", "_").Replace("/", "_"));
+#endif
 
if (m_rollDate && File != null && m_scheduledFilename 
== null)
{
@@ -1677,11 +1689,13 @@ namespace log4net.Appender
/// 
private string m_baseFileName;
 
+#if !NETCF
/// 
/// A mutex that is used to lock rolling of files.
/// 
private Mutex m_mutexForRolling;
-  
+#endif
+
#endregion Private Instance Fields
 
#region Static Members



[12/50] [abbrv] logging-log4net git commit: properly configure RAT

2017-04-27 Thread dpsenner
properly configure RAT


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/dd9b7638
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/dd9b7638
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/dd9b7638

Branch: refs/heads/master
Commit: dd9b7638e59ee95d3f3b1ccbca6646adb424182d
Parents: 7400504
Author: Stefan Bodewig 
Authored: Sun Dec 18 17:14:19 2016 +
Committer: Stefan Bodewig 
Committed: Sun Dec 18 17:14:19 2016 +

--
 pom.xml | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/dd9b7638/pom.xml
--
diff --git a/pom.xml b/pom.xml
index ad0af5f..02e0177 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,6 +140,7 @@
 
   
 
+**/TestResult.xml
 **/*.suo
 **/*.user
 **/obj/**
@@ -149,11 +150,16 @@
 src/log4net.xml
 src/GeneratedAssemblyInfo.cs
 tests/bin/**
+netstandard/*/bin/**
 
 
 *.snk*
 tests/lib/prerequisites.txt
-  
+CONTRIBUTING.md
+
+   
+   **/*.json
+ 
 
   
   



[26/50] [abbrv] logging-log4net git commit: LOG4NET-554 Use AsyncLocal for LogicalThreadContext

2017-04-27 Thread dpsenner
LOG4NET-554 Use AsyncLocal for LogicalThreadContext

Patch by Thomas Clegg.

closes #52



Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/201ad1ae
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/201ad1ae
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/201ad1ae

Branch: refs/heads/master
Commit: 201ad1ae3ced298e77469f99e548244a7f772b06
Parents: c0b95f9
Author: Stefan Bodewig 
Authored: Fri Mar 3 21:45:41 2017 +
Committer: Stefan Bodewig 
Committed: Fri Mar 3 21:45:41 2017 +

--
 netstandard/log4net.tests/log4net.tests.xproj   |  1 +
 netstandard/log4net.tests/project.json  |  1 +
 netstandard/log4net/log4net.xproj   |  6 ++--
 netstandard/log4net/project.json|  3 --
 src/Core/LoggingEvent.cs|  6 ++--
 src/Util/LogicalThreadContextProperties.cs  | 31 ++--
 .../PropertyPatternConverter.cs |  2 +-
 src/site/xdoc/release/framework-support.xml | 10 +--
 tests/src/Context/LogicalThreadContextTest.cs   |  2 +-
 tests/src/Utils.cs  |  2 +-
 10 files changed, 40 insertions(+), 24 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/201ad1ae/netstandard/log4net.tests/log4net.tests.xproj
--
diff --git a/netstandard/log4net.tests/log4net.tests.xproj 
b/netstandard/log4net.tests/log4net.tests.xproj
index 00fecb3..92eecae 100644
--- a/netstandard/log4net.tests/log4net.tests.xproj
+++ b/netstandard/log4net.tests/log4net.tests.xproj
@@ -36,6 +36,7 @@ limitations under the License.
 
 
 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/201ad1ae/netstandard/log4net.tests/project.json
--
diff --git a/netstandard/log4net.tests/project.json 
b/netstandard/log4net.tests/project.json
index 1e2396d..49af8d7 100644
--- a/netstandard/log4net.tests/project.json
+++ b/netstandard/log4net.tests/project.json
@@ -11,6 +11,7 @@
   "../../tests/src/Appender/SmtpPickupDirAppenderTest.cs",
   "../../tests/src/Appender/StringAppender.cs",
   "../../tests/src/Appender/TraceAppenderTest.cs",
+  "../../tests/src/Context/LogicalThreadContextTest.cs",
   "../../tests/src/Context/ThreadContextTest.cs",
   "../../tests/src/Core/**/*.cs",
   "../../tests/src/DateFormatter/**/*.cs",

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/201ad1ae/netstandard/log4net/log4net.xproj
--
diff --git a/netstandard/log4net/log4net.xproj 
b/netstandard/log4net/log4net.xproj
index ff371a0..083a7a4 100644
--- a/netstandard/log4net/log4net.xproj
+++ b/netstandard/log4net/log4net.xproj
@@ -161,7 +161,7 @@ limitations under the License.
 
 
 
-
+
 
 
 
@@ -201,9 +201,9 @@ limitations under the License.
 
 
 
-
+
 
-
+
 
 
 

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/201ad1ae/netstandard/log4net/project.json
--
diff --git a/netstandard/log4net/project.json b/netstandard/log4net/project.json
index 75978e5..53164d9 100644
--- a/netstandard/log4net/project.json
+++ b/netstandard/log4net/project.json
@@ -16,7 +16,6 @@
 "../../src/Appender/NetSendAppender.cs",
 "../../src/Appender/RemotingAppender.cs",
 "../../src/Appender/SmtpAppender.cs",
-"../../src/LogicalThreadContext.cs",
 "../../src/Config/DOMConfigurator.cs",
 "../../src/Config/DOMConfiguratorAttribute.cs",
 "../../src/Config/Log4NetConfigurationSectionHandler.cs",
@@ -30,8 +29,6 @@
 "../../src/Plugin/RemoteLoggingServerPlugin.cs",
 
"../../src/Util/PatternStringConverters/AppSettingPatternConverter.cs",
 
"../../src/Util/PatternStringConverters/EnvironmentFolderPathPatternConverter.cs",
-"../../src/Util/LogicalThreadContextProperties.cs",
-"../../src/Util/LogicalThreadContextStacks.cs",
 "../../src/Util/NativeError.cs",
 "../../src/Util/WindowsSecurityContext.cs"
   ]

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/201ad1ae/src/Core/LoggingEvent.cs
--
diff --git a/src/Core/LoggingEvent.cs b/src/Core/LoggingEvent.cs
index fb9a506..eb54a60 100644
--- a/src/Core/LoggingEvent.cs
+++ b/src/Core/LoggingEvent.cs
@@ -461,7 +461,7 @@ namespace log4net.Core
 

[40/50] [abbrv] logging-log4net git commit: LOG4NET-563 try to copy skin from log4j

2017-04-27 Thread dpsenner
http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/df542d50/src/site/site.vm
--
diff --git a/src/site/site.vm b/src/site/site.vm
index 4b46bbf..370dd98 100644
--- a/src/site/site.vm
+++ b/src/site/site.vm
@@ -1,28 +1,50 @@
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+
 
 #macro ( link $href $name $target $img $position $alt $border $width $height )
-  #set ( $linkTitle = ' title="' + $name + '"' )
-  #if( $target )
-#set ( $linkTarget = ' target="' + $target + '"' )
-  #else
-#set ( $linkTarget = "" )
-  #end
-  #if ( $href.toLowerCase().startsWith("http:/") || 
$href.toLowerCase().startsWith("https:/") ||
-$href.toLowerCase().startsWith("ftp:/") || 
$href.toLowerCase().startsWith("mailto:/;) ||
-$href.toLowerCase().startsWith("file:/") || 
($href.toLowerCase().indexOf("://") != -1) )
-#set ( $linkClass = ' class="externalLink"' )
-  #else
-#set ( $linkClass = "" )
-  #end
-  #if ( $img )
-#if ( $position == "left" )
-  #image($img $alt $border 
$width $height)$name
-#else
-  $name #image($img $alt 
$border $width $height)
-#end
-  #else
-$name
-  #end
+   #set ( $linkTitle = ' title="' + $name + '"' )
+   #if( $target )
+   #set ( $linkTarget = ' target="' + $target + '"' )
+   #else
+   #set ( $linkTarget = "" )
+   #end
+   #if ( $href.toLowerCase().startsWith("http:/") || 
$href.toLowerCase().startsWith("https:/") ||
+   $href.toLowerCase().startsWith("ftp:/") || 
$href.toLowerCase().startsWith("mailto:/;) ||
+   $href.toLowerCase().startsWith("file:/") || 
($href.toLowerCase().indexOf("://") != -1) )
+   #set ( $linkClass = ' class="external" target="_blank"' )
+
+   #if ( $linkTarget )
+   #else
+   #set ( $linkTarget = "_blank" )
+   #end
+
+   #else
+   #set ( $linkClass = "" )
+   #end
+   #if ( $img )
+   #if ( $position == "left" )
+   #image($img $alt $border $width 
$height)$name
+   #else
+   $name 
#image($img $alt $border $width $height)
+   #end
+   #else
+   $name
+   #end
 #end
 ##
 #macro ( image $img $alt $border $width $height )
@@ -104,163 +126,129 @@
 #end
 ##
 #macro ( links $links )
-  #set ( $counter = 0 )
-  #foreach( $item in $links )
-#set ( $counter = $counter + 1 )
-#set ( $currentItemHref = $PathTool.calculateLink( $item.href, 
$relativePath ) )
-#set ( $currentItemHref = $currentItemHref.replaceAll( '\\', '/' ) )
-#link( $currentItemHref $item.name $item.target $item.img $item.position 
$item.alt $item.border $item.width $item.height )
-#if ( $links.size() > $counter )
-  |
-#end
-  #end
+   
+   #set ( $counter = 0 )
+   #foreach( $item in $links )
+   #set ( $counter = $counter + 1 )
+   #set ( $currentItemHref = $PathTool.calculateLink( $item.href, 
$relativePath ) )
+   #set ( $currentItemHref = $currentItemHref.replaceAll( '\\', 
'/' ) )
+   #set ( $activeClass = "" )
+   #if ( $alignedFileName == $currentItemHref)
+   #set ( $activeClass = ' class="active"' )
+   #end
+   
+   #link( $currentItemHref $item.name $item.target $item.img 
$item.position $item.alt $item.border $item.width $item.height )
+   
+   #end
+   
 #end
 ##
 #macro ( breadcrumbs $breadcrumbs )
-  #foreach( $item in $breadcrumbs )
-#set ( $currentItemHref = $PathTool.calculateLink( $item.href, 
$relativePath ) )
-#set ( $currentItemHref = $currentItemHref.replaceAll( '\\', '/' ) )
-#if ( ( $currentItemHref == '' ) )
-  #set ( $currentItemHref = './' )
-#end
-##
-  #link( $currentItemHref $item.name $item.target $item.img $item.position 
$item.alt $item.border $item.width $item.height )
-  
-  #end
-  $title
+   #foreach( $item in $breadcrumbs )
+   #set ( $currentItemHref = $PathTool.calculateLink( $item.href, 
$relativePath ) )
+   #set ( $currentItemHref = $currentItemHref.replaceAll( '\\', 
'/' ) )
+   #if ( ( $currentItemHref == '' ) )
+   #set ( $currentItemHref = './' )
+   #end
+##
+   #link( $currentItemHref $item.name $item.target 
$item.img $item.position $item.alt $item.border $item.width $item.height )
+   
+   #end
+   $title
 #end
 ##
 #macro ( displayTree $display $item )
-  #if ( $item && $item.items && $item.items.size() > 0 )
-#foreach( $subitem in $item.items )
-  #set ( $subitemHref = $PathTool.calculateLink( $subitem.href, 
$relativePath ) )
-  #set ( $subitemHref = $subitemHref.replaceAll( '\\', '/' ) )
-##
-  #if ( $alignedFileName == 

[35/50] [abbrv] logging-log4net git commit: typo

2017-04-27 Thread dpsenner
typo


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/4ea23f9a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/4ea23f9a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/4ea23f9a

Branch: refs/heads/master
Commit: 4ea23f9abd211c58a8cc98e9acc5d1c18bc710dd
Parents: 2781b83
Author: Stefan Bodewig 
Authored: Wed Mar 15 10:10:24 2017 +
Committer: Stefan Bodewig 
Committed: Wed Mar 15 10:10:24 2017 +

--
 src/Layout/Pattern/TypeNamePatternConverter.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4ea23f9a/src/Layout/Pattern/TypeNamePatternConverter.cs
--
diff --git a/src/Layout/Pattern/TypeNamePatternConverter.cs 
b/src/Layout/Pattern/TypeNamePatternConverter.cs
index 8aea75b..acca1cb 100644
--- a/src/Layout/Pattern/TypeNamePatternConverter.cs
+++ b/src/Layout/Pattern/TypeNamePatternConverter.cs
@@ -53,7 +53,7 @@ namespace log4net.Layout.Pattern
return string.Empty;
}

-   if (logigngEvent.LocationInformation == null)
+   if (loggingEvent.LocationInformation == null)
{
return string.Empty;
}



[22/50] [abbrv] logging-log4net git commit: bump version after 2.0.7 release

2017-04-27 Thread dpsenner
bump version after 2.0.7 release


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/8b4bc632
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/8b4bc632
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/8b4bc632

Branch: refs/heads/master
Commit: 8b4bc6327987d30d8e2a54182b285146ccb9e879
Parents: 79d4afa
Author: Stefan Bodewig 
Authored: Thu Jan 5 16:50:02 2017 +
Committer: Stefan Bodewig 
Committed: Thu Jan 5 16:50:02 2017 +

--
 log4net.build  | 2 +-
 log4net.nuspec | 2 +-
 log4net.shfbproj   | 2 +-
 netstandard/log4net.tests/project.json | 2 +-
 netstandard/log4net/project.json   | 2 +-
 pom.xml| 2 +-
 src/AssemblyVersionInfo.cpp| 4 ++--
 src/AssemblyVersionInfo.cs | 4 ++--
 src/AssemblyVersionInfo.js | 4 ++--
 src/AssemblyVersionInfo.vb | 4 ++--
 src/Log4netAssemblyInfo.cs | 2 +-
 11 files changed, 15 insertions(+), 15 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/log4net.build
--
diff --git a/log4net.build b/log4net.build
index dde4de6..c924d0b 100644
--- a/log4net.build
+++ b/log4net.build
@@ -20,7 +20,7 @@ limitations under the License.
   
   
   
-  
+  
 
   
   

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/log4net.nuspec
--
diff --git a/log4net.nuspec b/log4net.nuspec
index fc4cf92..51d8f31 100644
--- a/log4net.nuspec
+++ b/log4net.nuspec
@@ -22,7 +22,7 @@
 http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd;>
   
 log4net
-2.0.7
+2.0.8
 Apache log4net
 The Apache log4net library is a tool to help the programmer 
output log statements to a variety of output targets.
 log4net is a tool to help the programmer output log 
statements to a variety of output targets. In case of problems with an 
application, it is helpful to enable logging so that the problem can be 
located. With log4net it is possible to enable logging at runtime without 
modifying the application binary. The log4net package is designed so that log 
statements can remain in shipped code without incurring a high performance 
cost. It follows that the speed of logging (or rather not logging) is crucial. 

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/log4net.shfbproj
--
diff --git a/log4net.shfbproj b/log4net.shfbproj
index a883492..ee7a01e 100644
--- a/log4net.shfbproj
+++ b/log4net.shfbproj
@@ -33,7 +33,7 @@ limitations under the License.
 
 .NET Framework 3.5
 doc\sdk\net\4.0\
-log4net-sdk-2.0.7
+log4net-sdk-2.0.8
 en-US
 Standard
 Blank

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/netstandard/log4net.tests/project.json
--
diff --git a/netstandard/log4net.tests/project.json 
b/netstandard/log4net.tests/project.json
index b5c931b..1e2396d 100644
--- a/netstandard/log4net.tests/project.json
+++ b/netstandard/log4net.tests/project.json
@@ -1,5 +1,5 @@
 {
-  "version": "2.0.7",
+  "version": "2.0.8",
   "buildOptions": {
 "compile": [
   "../../tests/src/*.cs",

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/netstandard/log4net/project.json
--
diff --git a/netstandard/log4net/project.json b/netstandard/log4net/project.json
index c269c5f..75978e5 100644
--- a/netstandard/log4net/project.json
+++ b/netstandard/log4net/project.json
@@ -1,6 +1,6 @@
 {
   "name": "log4net",
-  "version": "2.0.7",
+  "version": "2.0.8",
   "title": "Apache log4net for .NET Core",
   "copyright": "Copyright 2004-2017 The Apache Software Foundation.",
   "frameworks": {

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 1205731..a957b15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   log4net
   apache-log4net
   pom
-  2.0.7
+  2.0.8
   Apache log4net
   Logging framework for Microsoft .NET Framework.
   http://logging.apache.org/log4net/

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/src/AssemblyVersionInfo.cpp
--
diff --git a/src/AssemblyVersionInfo.cpp b/src/AssemblyVersionInfo.cpp
index 1dc9eb5..ad93b2e 100644
--- 

[05/50] [abbrv] logging-log4net git commit: some Mono update has broken nant build

2017-04-27 Thread dpsenner
some Mono update has broken nant build


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/fae35211
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/fae35211
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/fae35211

Branch: refs/heads/master
Commit: fae352112a7923c5511efb4fb8656b65a4324172
Parents: 2ada9ba
Author: Stefan Bodewig 
Authored: Fri Dec 2 16:24:17 2016 +
Committer: Stefan Bodewig 
Committed: Fri Dec 2 16:24:17 2016 +

--
 log4net.build | 36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/fae35211/log4net.build
--
diff --git a/log4net.build b/log4net.build
index e9ffe83..eb288c4 100644
--- a/log4net.build
+++ b/log4net.build
@@ -1260,10 +1260,10 @@ limitations under the License.
   
 
 
-  
+  
 
   
-  
+  
   
   
 
@@ -1285,10 +1285,10 @@ limitations under the License.
 
   
 
-
+
   
 
-
+
 
 
   
@@ -1309,10 +1309,10 @@ limitations under the License.
 
   
 
-
+
   
 
-
+
 
 
   
@@ -1354,10 +1354,10 @@ limitations under the License.
   
 
 
-  
+  
 
   
-  
+  
   
   
 
@@ -1380,10 +1380,10 @@ limitations under the License.
 
   
 
-
+
   
 
-
+
 
 
   
@@ -1405,10 +1405,10 @@ limitations under the License.
 
   
 
-
+
   
 
-
+
 
 
   
@@ -1451,10 +1451,10 @@ limitations under the License.
   
 
 
-  
+  
 
   
-  
+  
   
   
 
@@ -1477,10 +1477,10 @@ limitations under the License.
 
   
 
-
+
   
 
-
+
 
 
   
@@ -1502,10 +1502,10 @@ limitations under the License.
 
   
 
-
+
   
 
-
+
 
 
   



[37/50] [abbrv] logging-log4net git commit: update mailing lists section

2017-04-27 Thread dpsenner
update mailing lists section


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/b0769ac1
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/b0769ac1
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/b0769ac1

Branch: refs/heads/master
Commit: b0769ac1171cd0f2b8eb604908ba7c69947b362b
Parents: 87e8a49
Author: Stefan Bodewig 
Authored: Wed Apr 12 07:35:43 2017 +
Committer: Stefan Bodewig 
Committed: Wed Apr 12 07:35:43 2017 +

--
 pom.xml | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/b0769ac1/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 94ded91..c3b7af1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,18 +46,19 @@
   
 
 
-  log4net-dev : log4net development
-  log4net-dev-subscr...@logging.apache.org
-  log4net-dev-unsubscr...@logging.apache.org
-  log4net-...@logging.apache.org
-  
http://mail-archives.apache.org/mod_mbox/logging-log4net-dev/
+  dev : development of the logging projects including log4net
+  dev-subscr...@logging.apache.org
+  dev-unsubscr...@logging.apache.org
+  d...@logging.apache.org
+  
https://lists.apache.org/list.html?d...@logging.apache.org
   
-http://marc.info/?l=log4net-dev
-
http://dir.gmane.org/gmane.comp.apache.logging.log4net.devel
+
http://mail-archives.apache.org/mod_mbox/logging-dev/
+
   
 
 
-  logging commits : all svn commits of the logging projects 
including log4net
+  logging commits : all svn/git commits of the logging projects 
including log4net
   commits-subscr...@logging.apache.org
   commits-unsubscr...@logging.apache.org
   Read-Only List



[17/50] [abbrv] logging-log4net git commit: bump version

2017-04-27 Thread dpsenner
bump version


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/0e1e66b6
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/0e1e66b6
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/0e1e66b6

Branch: refs/heads/master
Commit: 0e1e66b6526fabef19468a683831c48c69af4ee0
Parents: 371f0f9
Author: Stefan Bodewig 
Authored: Sun Dec 25 13:58:40 2016 +
Committer: Stefan Bodewig 
Committed: Sun Dec 25 13:58:40 2016 +

--
 log4net.build  |  2 +-
 log4net.nuspec |  2 +-
 log4net.shfbproj   |  2 +-
 netstandard/log4net.tests/project.json |  2 +-
 netstandard/log4net/project.json   |  2 +-
 pom.xml|  2 +-
 src/AssemblyVersionInfo.cpp|  4 ++--
 src/AssemblyVersionInfo.cs |  4 ++--
 src/AssemblyVersionInfo.js |  4 ++--
 src/AssemblyVersionInfo.vb |  4 ++--
 src/Log4netAssemblyInfo.cs |  2 +-
 src/site/xdoc/download_log4net.xml | 20 ++--
 12 files changed, 25 insertions(+), 25 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/0e1e66b6/log4net.build
--
diff --git a/log4net.build b/log4net.build
index 4d5351e..dde4de6 100644
--- a/log4net.build
+++ b/log4net.build
@@ -20,7 +20,7 @@ limitations under the License.
   
   
   
-  
+  
 
   
   

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/0e1e66b6/log4net.nuspec
--
diff --git a/log4net.nuspec b/log4net.nuspec
index b45a7bf..3a0b42a 100644
--- a/log4net.nuspec
+++ b/log4net.nuspec
@@ -22,7 +22,7 @@
 http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd;>
   
 log4net
-2.0.6
+2.0.7
 Apache log4net
 The Apache log4net library is a tool to help the programmer 
output log statements to a variety of output targets.
 log4net is a tool to help the programmer output log 
statements to a variety of output targets. In case of problems with an 
application, it is helpful to enable logging so that the problem can be 
located. With log4net it is possible to enable logging at runtime without 
modifying the application binary. The log4net package is designed so that log 
statements can remain in shipped code without incurring a high performance 
cost. It follows that the speed of logging (or rather not logging) is crucial. 

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/0e1e66b6/log4net.shfbproj
--
diff --git a/log4net.shfbproj b/log4net.shfbproj
index 86f1f4f..4cfe5af 100644
--- a/log4net.shfbproj
+++ b/log4net.shfbproj
@@ -33,7 +33,7 @@ limitations under the License.
 
 .NET Framework 3.5
 doc\sdk\net\4.0\
-log4net-sdk-2.0.6
+log4net-sdk-2.0.7
 en-US
 Standard
 Blank

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/0e1e66b6/netstandard/log4net.tests/project.json
--
diff --git a/netstandard/log4net.tests/project.json 
b/netstandard/log4net.tests/project.json
index 7c88c8a..b5c931b 100644
--- a/netstandard/log4net.tests/project.json
+++ b/netstandard/log4net.tests/project.json
@@ -1,5 +1,5 @@
 {
-  "version": "2.0.6",
+  "version": "2.0.7",
   "buildOptions": {
 "compile": [
   "../../tests/src/*.cs",

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/0e1e66b6/netstandard/log4net/project.json
--
diff --git a/netstandard/log4net/project.json b/netstandard/log4net/project.json
index 3f1e371..589214f 100644
--- a/netstandard/log4net/project.json
+++ b/netstandard/log4net/project.json
@@ -1,6 +1,6 @@
 {
   "name": "log4net",
-  "version": "2.0.6",
+  "version": "2.0.7",
   "title": "Apache log4net for .NET Core",
   "copyright": "Copyright 2004-2016 The Apache Software Foundation.",
   "frameworks": {

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/0e1e66b6/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 02e0177..1205731 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   log4net
   apache-log4net
   pom
-  2.0.6
+  2.0.7
   Apache log4net
   Logging framework for Microsoft .NET Framework.
   http://logging.apache.org/log4net/

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/0e1e66b6/src/AssemblyVersionInfo.cpp
--
diff --git a/src/AssemblyVersionInfo.cpp 

[25/50] [abbrv] logging-log4net git commit: add 'TargetFramework' .NET Core

2017-04-27 Thread dpsenner
add 'TargetFramework' .NET Core


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/c0b95f94
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/c0b95f94
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/c0b95f94

Branch: refs/heads/master
Commit: c0b95f947307f2e99c4ae711a345e6f568348c6e
Parents: d1261ff
Author: Stefan Bodewig 
Authored: Sun Feb 19 05:57:16 2017 +
Committer: Stefan Bodewig 
Committed: Sun Feb 19 05:57:16 2017 +

--
 src/Log4netAssemblyInfo.cs | 2 ++
 1 file changed, 2 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/c0b95f94/src/Log4netAssemblyInfo.cs
--
diff --git a/src/Log4netAssemblyInfo.cs b/src/Log4netAssemblyInfo.cs
index 60337cc..c6a3b7b 100644
--- a/src/Log4netAssemblyInfo.cs
+++ b/src/Log4netAssemblyInfo.cs
@@ -59,6 +59,8 @@ namespace log4net {
 public const string TargetFramework = "Mono";
 #elif SSCLI
 public const string TargetFramework = "Shared Source CLI";
+#elif NETSTANDARD1_3
+public const string TargetFramework = ".NET Core";
 #else
 public const string TargetFramework = "Unknown";
 #endif



[34/50] [abbrv] logging-log4net git commit: TypeNamePatternConverter: added a safety net of null checks to avoid null reference exceptions [LOG4NET-559]

2017-04-27 Thread dpsenner
TypeNamePatternConverter: added a safety net of null checks to avoid null 
reference exceptions [LOG4NET-559]


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/2781b83b
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/2781b83b
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/2781b83b

Branch: refs/heads/master
Commit: 2781b83bd1ef3a15dd7b0f17934fdbf22a691a35
Parents: 29be936
Author: Dominik Psenner 
Authored: Wed Mar 15 07:35:52 2017 +
Committer: Dominik Psenner 
Committed: Wed Mar 15 07:35:52 2017 +

--
 src/Layout/Pattern/TypeNamePatternConverter.cs | 10 ++
 1 file changed, 10 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/2781b83b/src/Layout/Pattern/TypeNamePatternConverter.cs
--
diff --git a/src/Layout/Pattern/TypeNamePatternConverter.cs 
b/src/Layout/Pattern/TypeNamePatternConverter.cs
index 0be4463..8aea75b 100644
--- a/src/Layout/Pattern/TypeNamePatternConverter.cs
+++ b/src/Layout/Pattern/TypeNamePatternConverter.cs
@@ -48,6 +48,16 @@ namespace log4net.Layout.Pattern
/// 
override protected string GetFullyQualifiedName(LoggingEvent 
loggingEvent) 
{
+   if (loggingEvent == null)
+   {
+   return string.Empty;
+   }
+   
+   if (logigngEvent.LocationInformation == null)
+   {
+   return string.Empty;
+   }
+   
return loggingEvent.LocationInformation.ClassName;
}
}



[48/50] [abbrv] logging-log4net git commit: LOG4NET-563 try to copy skin from log4j

2017-04-27 Thread dpsenner
LOG4NET-563 try to copy skin from log4j


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/df542d50
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/df542d50
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/df542d50

Branch: refs/heads/master
Commit: df542d502d0f8ff1ed5f0f117b94503f291a0f0c
Parents: 0d3c40a
Author: Stefan Bodewig 
Authored: Fri Apr 21 19:26:40 2017 +
Committer: Stefan Bodewig 
Committed: Fri Apr 21 19:26:40 2017 +

--
 pom.xml |1 +
 src/site/resources/css/bootstrap.css| 5893 +++
 src/site/resources/css/bootstrap.min.css|9 +
 src/site/resources/css/maven-base.css   |  168 -
 src/site/resources/css/site.css |  128 +-
 src/site/resources/images/collapsed.gif |  Bin 0 -> 820 bytes
 src/site/resources/images/expanded.gif  |  Bin 0 -> 52 bytes
 .../resources/images/logos/maven-feather.png|  Bin 3330 -> 0 bytes
 src/site/resources/images/maven-feather.png |  Bin 0 -> 3330 bytes
 src/site/resources/images/od.gif|  Bin 5741 -> 0 bytes
 .../img/glyphicons-halflings-white.png  |  Bin 0 -> 8777 bytes
 src/site/resources/img/glyphicons-halflings.png |  Bin 0 -> 12799 bytes
 src/site/resources/js/bootstrap.js  | 2027 
 src/site/resources/js/bootstrap.min.js  |6 +
 src/site/resources/js/jquery.js | 9266 ++
 src/site/resources/js/jquery.min.js |4 +
 src/site/resources/js/prettify.js   | 1477 +++
 src/site/resources/js/prettify.min.js   |   41 +
 src/site/resources/js/site.js   |  113 +
 src/site/site.vm|  759 +-
 src/site/site.xml   |   38 +-
 21 files changed, 19330 insertions(+), 600 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/df542d50/pom.xml
--
diff --git a/pom.xml b/pom.xml
index c3b7af1..aebf9bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,6 +150,7 @@
 doc/sdk/**
 src/log4net.xml
 src/GeneratedAssemblyInfo.cs
+src/site/resources/**
 tests/bin/**
 netstandard/*/bin/**
 



[10/50] [abbrv] logging-log4net git commit: update site for 2.0.6, use .NET Standard rather than .NET Core in a few places

2017-04-27 Thread dpsenner
update site for 2.0.6, use .NET Standard rather than .NET Core in a few places


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/f83f0ba0
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/f83f0ba0
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/f83f0ba0

Branch: refs/heads/master
Commit: f83f0ba097e1a9a8f887bad57a23b3283166b534
Parents: bf0e4b0
Author: Stefan Bodewig 
Authored: Sun Dec 18 17:09:31 2016 +
Committer: Stefan Bodewig 
Committed: Sun Dec 18 17:09:31 2016 +

--
 src/site/xdoc/release/faq.xml | 17 ++---
 src/site/xdoc/release/framework-support.xml   | 77 ++
 src/site/xdoc/release/manual/introduction.xml |  2 +-
 src/site/xdoc/release/release-notes.xml   | 29 +---
 4 files changed, 79 insertions(+), 46 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/f83f0ba0/src/site/xdoc/release/faq.xml
--
diff --git a/src/site/xdoc/release/faq.xml b/src/site/xdoc/release/faq.xml
index a67bcf2..e57cd7e 100644
--- a/src/site/xdoc/release/faq.xml
+++ b/src/site/xdoc/release/faq.xml
@@ -1226,16 +1226,13 @@ if(!log4net.LogManager.GetRepository().Configured)
 
 
 
-
-  No, the log4net project doesn't provide a Nuget
-  package of its own, but http://blog.cincura.net/;
-  rel="nofollow">Jiří Činčura has kindly
-  created a Nuget package he develops at https://github.com/cincuranet/log4net-nuget;
-  
rel="nofollow">https://github.com/cincuranet/log4net-nuget.
-  Please report any issues with the packaging at
-  his github issue tracker.
+  
+   Starting with version 2.0.6 we provide https://www.nuget.org/packages/log4net/;
+   rel="nofollow">Nuget packages. For earlier
+   versions http://blog.cincura.net/;
+   rel="nofollow">Jiří Činčura has kindly created
+   Nuget packages.
 
 
 Back to Top

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/f83f0ba0/src/site/xdoc/release/framework-support.xml
--
diff --git a/src/site/xdoc/release/framework-support.xml 
b/src/site/xdoc/release/framework-support.xml
index 8e45565..f32389e 100644
--- a/src/site/xdoc/release/framework-support.xml
+++ b/src/site/xdoc/release/framework-support.xml
@@ -46,13 +46,7 @@ limitations under the License.
 does not guarantee forward compatibility only backward 
compatibility.
 
 
-The lowest common denominator build is the CLI 1.0 
Compatible build. This build is compatible with
-the ECMA/ISO CLI 1.0 standard APIs and will run on all 
frameworks that support the standard. (Note
-that the Microsoft .NET Compact Framework does not support 
this standard). Use this build if you
-intend to deploy you application on both the Microsoft 
.NET Frameworks and the Mono frameworks.
-
-
-log4net now builds on the following frameworks:
+log4net is regularly built by its developers on the 
following frameworks:
 
 
 
@@ -66,16 +60,8 @@ limitations under the License.
 Website
 
 
-.NET Core 1.0
-http://www.dotnetfoundation.org/netcore;>http://www.dotnetfoundation.org/netcore
-
-
-Microsoft .NET Framework 1.0
-http://msdn.microsoft.com/en-us/netframework/;>http://msdn.microsoft.com/en-us/netframework/
-
-
-Microsoft .NET Framework 1.1
-http://msdn.microsoft.com/en-us/netframework/;>http://msdn.microsoft.com/en-us/netframework/
+.NET Core 1.0 providing .NET Standard 1.3
+https://dotnet.github.io/;>https://dotnet.github.io/
 
 
 Microsoft .NET Framework 2.0
@@ -102,6 +88,44 @@ limitations under the License.
 

[32/50] [abbrv] logging-log4net git commit: Debug hasn't got a Listeners property in .NET Core

2017-04-27 Thread dpsenner
Debug hasn't got a Listeners property in .NET Core


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/20029179
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/20029179
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/20029179

Branch: refs/heads/master
Commit: 200291799afeac1e1b5f832605aa918161d17f8a
Parents: 9ce4638
Author: Stefan Bodewig 
Authored: Tue Mar 7 19:25:06 2017 +
Committer: Stefan Bodewig 
Committed: Tue Mar 7 19:25:06 2017 +

--
 netstandard/log4net.tests/log4net.tests.xproj | 1 -
 netstandard/log4net.tests/project.json| 1 -
 2 files changed, 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/20029179/netstandard/log4net.tests/log4net.tests.xproj
--
diff --git a/netstandard/log4net.tests/log4net.tests.xproj 
b/netstandard/log4net.tests/log4net.tests.xproj
index 604afde..92eecae 100644
--- a/netstandard/log4net.tests/log4net.tests.xproj
+++ b/netstandard/log4net.tests/log4net.tests.xproj
@@ -32,7 +32,6 @@ limitations under the License.
 
 
 
-
 
 
 

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/20029179/netstandard/log4net.tests/project.json
--
diff --git a/netstandard/log4net.tests/project.json 
b/netstandard/log4net.tests/project.json
index a7d9a86..49af8d7 100644
--- a/netstandard/log4net.tests/project.json
+++ b/netstandard/log4net.tests/project.json
@@ -6,7 +6,6 @@
   "../../tests/src/Appender/AppenderCollectionTest.cs",
   "../../tests/src/Appender/BufferingAppenderTest.cs",
   "../../tests/src/Appender/CountingAppender.cs",
-  "../../tests/src/Appender/DebugAppenderTest.cs",
   "../../tests/src/Appender/MemoryAppenderTest.cs",
   "../../tests/src/Appender/RollingFileAppenderTest.cs",
   "../../tests/src/Appender/SmtpPickupDirAppenderTest.cs",



[07/50] [abbrv] logging-log4net git commit: make project.json consistent with nuspec

2017-04-27 Thread dpsenner
make project.json consistent with nuspec


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/6503f06a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/6503f06a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/6503f06a

Branch: refs/heads/master
Commit: 6503f06a31ea43e7aceb594df3ff5575ddf53c27
Parents: 176aef7
Author: Stefan Bodewig 
Authored: Sun Dec 4 11:16:53 2016 +
Committer: Stefan Bodewig 
Committed: Sun Dec 4 11:16:53 2016 +

--
 netstandard/log4net/project.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/6503f06a/netstandard/log4net/project.json
--
diff --git a/netstandard/log4net/project.json b/netstandard/log4net/project.json
index bc47a32..41d9fe8 100644
--- a/netstandard/log4net/project.json
+++ b/netstandard/log4net/project.json
@@ -60,7 +60,7 @@
 "System.Runtime.Extensions": "4.1.0",
 "System.Runtime.InteropServices": "4.1.0",
 "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
-"System.Runtime.Serialization.Formatters": "4.0.0-rc3-24212-01",
+"System.Runtime.Serialization.Formatters": "4.0.0",
 "System.Text.RegularExpressions": "4.1.0",
 "System.Threading": "4.0.11",
 "System.Threading.Thread": "4.0.0",



[1/4] logging-log4net git commit: copy trunk to 1.3.x branch

2017-04-28 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/log4net-1.3.x [created] 66bdcb142


copy trunk to 1.3.x branch


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/016514b0
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/016514b0
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/016514b0

Branch: refs/heads/log4net-1.3.x
Commit: 016514b00586be975baf7828582ea3c85c94b933
Parents: bddc041
Author: Stefan Bodewig 
Authored: Wed Oct 7 03:49:48 2015 +
Committer: Stefan Bodewig 
Committed: Wed Oct 7 03:49:48 2015 +

--

--




[3/4] logging-log4net git commit: LOG4NET-480 tests don't work when using the not really supported VS2008 build - patch due to NN

2017-04-28 Thread dpsenner
LOG4NET-480 tests don't work when using the not really supported VS2008 build - 
patch due to NN


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/a4427aa7
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/a4427aa7
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/a4427aa7

Branch: refs/heads/log4net-1.3.x
Commit: a4427aa715a0e453d91d016f632270d639abc042
Parents: dd45791
Author: Stefan Bodewig 
Authored: Sun Oct 25 12:01:23 2015 +
Committer: Stefan Bodewig 
Committed: Sun Oct 25 12:01:23 2015 +

--
 src/log4net.Tests/log4net.Tests.vs2008.csproj | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/a4427aa7/src/log4net.Tests/log4net.Tests.vs2008.csproj
--
diff --git a/src/log4net.Tests/log4net.Tests.vs2008.csproj 
b/src/log4net.Tests/log4net.Tests.vs2008.csproj
index 5492c24..8d9c682 100644
--- a/src/log4net.Tests/log4net.Tests.vs2008.csproj
+++ b/src/log4net.Tests/log4net.Tests.vs2008.csproj
@@ -57,7 +57,7 @@
 false
 
 
-TRACE;DEBUG
+
TRACE;DEBUG;DOTNET;FRAMEWORK_3_5_OR_ABOVE
 
 
 true
@@ -77,7 +77,7 @@
 false
 
 
-TRACE
+TRACE;DOTNET;FRAMEWORK_3_5_OR_ABOVE
 
 
 true



logging-log4net git commit: Refactor: fixed indentation in the RollingFileAppender class

2017-07-28 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/develop 1341e34c8 -> c7cf31f82


Refactor: fixed indentation in the RollingFileAppender class


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/c7cf31f8
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/c7cf31f8
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/c7cf31f8

Branch: refs/heads/develop
Commit: c7cf31f822c4116c486ebf327fdafed81cf6ed2b
Parents: 1341e34
Author: Dominik Psenner 
Authored: Fri Jul 28 18:08:13 2017 +0200
Committer: Dominik Psenner 
Committed: Fri Jul 28 18:08:13 2017 +0200

--
 src/Appender/RollingFileAppender.cs | 28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/c7cf31f8/src/Appender/RollingFileAppender.cs
--
diff --git a/src/Appender/RollingFileAppender.cs 
b/src/Appender/RollingFileAppender.cs
index 1bcf0e0..9c63f69 100644
--- a/src/Appender/RollingFileAppender.cs
+++ b/src/Appender/RollingFileAppender.cs
@@ -1481,24 +1481,24 @@ namespace log4net.Appender
string archiveFileBaseName = 
baseFileName;
if (!m_staticLogFileName)
{
-   
if (m_preserveLogFileNameExtension)
-   
{
-   
string extension = 
Path.GetExtension(archiveFileBaseName);
-   
string baseName = 
Path.GetFileNameWithoutExtension(archiveFileBaseName);
-   int lastDotIndex = 
baseName.LastIndexOf(".");
-   if (lastDotIndex >= 0)
+   if 
(m_preserveLogFileNameExtension)
{
-   
archiveFileBaseName = baseName.Substring(0, lastDotIndex) + extension;
+   string 
extension = Path.GetExtension(archiveFileBaseName);
+   string baseName 
= Path.GetFileNameWithoutExtension(archiveFileBaseName);
+   int 
lastDotIndex = baseName.LastIndexOf(".");
+   if 
(lastDotIndex >= 0)
+   {
+   
archiveFileBaseName = baseName.Substring(0, lastDotIndex) + extension;
+   }
}
-   
}
-   
else
-   
{
-   int lastDotIndex = 
archiveFileBaseName.LastIndexOf(".");
-   if (lastDotIndex >= 0)
+   else
{
-   
archiveFileBaseName = archiveFileBaseName.Substring(0, lastDotIndex);
+   int 
lastDotIndex = archiveFileBaseName.LastIndexOf(".");
+   if 
(lastDotIndex >= 0)
+   {
+   
archiveFileBaseName = archiveFileBaseName.Substring(0, lastDotIndex);
+   }
}
-   
}
}
 
 

[02/50] [abbrv] logging-log4net git commit: Contributing: moved sections and improved the cd-pipeline section

2017-07-27 Thread dpsenner
Contributing: moved sections and improved the cd-pipeline section


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/77b33eda
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/77b33eda
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/77b33eda

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: 77b33eda9172ba4e0ab062f2064a150641792b4e
Parents: 14525ae
Author: Dominik Psenner 
Authored: Thu Jul 20 17:28:54 2017 +0200
Committer: Dominik Psenner 
Committed: Thu Jul 20 17:28:54 2017 +0200

--
 CONTRIBUTING.md | 33 +
 1 file changed, 25 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/77b33eda/CONTRIBUTING.md
--
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b809bd0..7cfebbc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -72,6 +72,16 @@ There are many ways to contribute changes to the codebase. 
One is to file a pull
 * Make sure you write tests for your changes!
 * Please note that not all targets can be built on a single machine and 
therefore only a subset of the actual targets can be built and tested easily on 
the machine of a developer. The good thing is, all branches and pull requests 
are built by the continuous deployment pipeline. Please continue reading [that 
section](#continuous-deployment-pipeline) for further information.
 
+### Contributor license agreement
+
+It is ok to contribute trivial patches without signing a contributor license 
agreement. Patches are considered to be trivial if they could be repeated 
trivially by anyone. Non trivial modifications however require you to sign a 
contributor license agreement. More information about this topic can be found 
[here](https://www.apache.org/licenses/#clas).
+
+### Code style
+
+Respect the original code style and whitespace rules. If you think that a file 
needs whitespace cleanup do so in separate commits.
+
+* Run all the tests with `nant` inside the `tests` directory to assure nothing 
else was accidentally broken. Please note that not all targets can be built on 
a single machine and therefore only a subset of the actual targets is built and 
tested.
+
 ### Commit messages
 
 Each commit should be an atomar modification and the commit message is the 
story that backs it up. The commit message explains the changes that the commit 
is about. This story greatly helps to understand what a modification is about, 
why it is there and can include further considerations and decisions that would 
not fit into the codebase as comments. Doing this further allows easier reviews 
of a modification. The easier reviews are, the faster they can be completed and 
the more time is spent with actually fixing stuff rather than only trying to 
understand a modification.
@@ -113,22 +123,29 @@ is written.
 
 Pull requests are typically a set of commits. As with commit messages, a pull 
request should have a one liner summary and a longer description explaining 
what the pull request is about, what it improves and how it does so. If 
possible, back it up with background information and considerations that the 
author had thought about but decided to implement otherwise.
 
-Please note that pull requests are built and tested automatically by our 
continuous deployment pipe
-line. All pull request builds are listed 
[here](https://builds.apache.org/job/logging-log4net/view/change-requests/).
-
 ### Continuous deployment pipeline
 
 We use Jenkins to build our codebase and the pipeline configuration is checked 
in into the repository codebase. The job can be found 
[here](https://builds.apache.org/job/logging-log4net).
 
-### Contributor license agreement
+ Branches
 
-It is ok to contribute trivial patches without signing a contributor license 
agreement. Patches are considered to be trivial if they could be repeated 
trivially by anyone. Non trivial modifications however require you to sign a 
contributor license agreement. More information about this topic can be found 
[here](https://www.apache.org/licenses/#clas).
+All branches are built and tested automatically by our continuous deployment 
pipeline. Some branches however have a special meaning to the pipeline.
 
-### Code style
+# Branch: master
 
-Respect the original code style and whitespace rules. If you think that a file 
needs whitespace cleanup do so in separate commits.
+A commit on the master branch triggers the pipeline to publish the codebase as 
a release. This updates the site, publishes the assemblies, ..
 
-* Run all the tests with `nant` inside the `tests` directory to assure nothing 
else was accidentally broken. Please note 

[46/50] [abbrv] logging-log4net git commit: Fix missing trailing + that went missing with refactoring in commit 8a5b4204bf4c053316c88a265a9afee04a250e36

2017-07-27 Thread dpsenner
Fix missing trailing + that went missing with refactoring in commit 
8a5b4204bf4c053316c88a265a9afee04a250e36


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/d0ce30de
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/d0ce30de
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/d0ce30de

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: d0ce30de82e81f584830cbaa47e60828744eee4d
Parents: a68eec3
Author: Dominik Psenner 
Authored: Thu Jul 27 21:38:21 2017 +0200
Committer: Dominik Psenner 
Committed: Thu Jul 27 21:38:21 2017 +0200

--
 src/Appender/RemoteSyslogAppender.cs |  6 +++---
 src/Appender/TelnetAppender.cs   |  6 +++---
 src/Appender/UdpAppender.cs  | 26 +-
 3 files changed, 19 insertions(+), 19 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/d0ce30de/src/Appender/RemoteSyslogAppender.cs
--
diff --git a/src/Appender/RemoteSyslogAppender.cs 
b/src/Appender/RemoteSyslogAppender.cs
index e8aeed3..f5c1406 100644
--- a/src/Appender/RemoteSyslogAppender.cs
+++ b/src/Appender/RemoteSyslogAppender.cs
@@ -419,9 +419,9 @@ namespace log4net.Appender
catch (Exception e)
{
ErrorHandler.Error(
-   "Unable to send logging event to remote 
syslog "
-   this.RemoteAddress.ToString()
-   " on port "
+   "Unable to send logging event to remote 
syslog " +
+   this.RemoteAddress.ToString(),
+   " on port " +
this.RemotePort + ".",
e,
ErrorCode.WriteFailure);

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/d0ce30de/src/Appender/TelnetAppender.cs
--
diff --git a/src/Appender/TelnetAppender.cs b/src/Appender/TelnetAppender.cs
index ded2a27..fab07a0 100644
--- a/src/Appender/TelnetAppender.cs
+++ b/src/Appender/TelnetAppender.cs
@@ -110,9 +110,9 @@ namespace log4net.Appender
if (value < IPEndPoint.MinPort || value > 
IPEndPoint.MaxPort)
{
throw 
log4net.Util.SystemInfo.CreateArgumentOutOfRangeException("value", 
(object)value,
-   "The value specified for Port 
is less than "
-   
IPEndPoint.MinPort.ToString(NumberFormatInfo.InvariantInfo)
-   " or greater than "
+   "The value specified for Port 
is less than " +
+   
IPEndPoint.MinPort.ToString(NumberFormatInfo.InvariantInfo) +
+   " or greater than " +

IPEndPoint.MaxPort.ToString(NumberFormatInfo.InvariantInfo) + ".");
}
else

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/d0ce30de/src/Appender/UdpAppender.cs
--
diff --git a/src/Appender/UdpAppender.cs b/src/Appender/UdpAppender.cs
index db5d01d..4aa5512 100644
--- a/src/Appender/UdpAppender.cs
+++ b/src/Appender/UdpAppender.cs
@@ -256,9 +256,9 @@ namespace log4net.Appender
if (value != 0 && (value < IPEndPoint.MinPort 
|| value > IPEndPoint.MaxPort))
{
throw 
log4net.Util.SystemInfo.CreateArgumentOutOfRangeException("value", 
(object)value,
-   "The value specified is less 
than "
-   
IPEndPoint.MinPort.ToString(NumberFormatInfo.InvariantInfo)
-   " or greater than "
+   "The value specified is less 
than " +
+   
IPEndPoint.MinPort.ToString(NumberFormatInfo.InvariantInfo) +
+   " or greater than " +

IPEndPoint.MaxPort.ToString(NumberFormatInfo.InvariantInfo) + ".");
}
else

[04/50] [abbrv] logging-log4net git commit: Readme: removed reference to doc/ since that is not part of the repository

2017-07-27 Thread dpsenner
Readme: removed reference to doc/ since that is not part of the repository


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/02f313d3
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/02f313d3
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/02f313d3

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: 02f313d3378c64b79bbd780aa5654a5c339578fc
Parents: 705f2e6
Author: Dominik Psenner 
Authored: Thu Jul 20 17:45:36 2017 +0200
Committer: Dominik Psenner 
Committed: Thu Jul 20 17:45:36 2017 +0200

--
 README.md | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/02f313d3/README.md
--
diff --git a/README.md b/README.md
index ee9fe93..a83d4fc 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,9 @@
 
 Apache log4net is a sub project of the Apache Logging Services project. Apache 
log4net graduated from the Apache Incubator in February 2007. Please visit the 
official [website](http://logging.apache.org/log4net) for additional 
information.
 
-
 # Documentation
 
-For local documentation, which is correct for this release see:
-doc/index.html
-
-For the latest documentation see the log4net web site at:
-http://logging.apache.org/log4net
+For the latest documentation see the log4net web site at 
.
 
 # Contributing
 



[20/50] [abbrv] logging-log4net git commit: Refactor: fixed spaces to be tabs in RollingFileAppender.cs

2017-07-27 Thread dpsenner
Refactor: fixed spaces to be tabs in RollingFileAppender.cs


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/89d3820b
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/89d3820b
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/89d3820b

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: 89d3820b17cb6287c0a1da4ce236a6c2eba741a3
Parents: c8e5130
Author: Dominik Psenner 
Authored: Thu Jul 27 17:38:34 2017 +0200
Committer: Dominik Psenner 
Committed: Thu Jul 27 17:38:34 2017 +0200

--
 src/Appender/RollingFileAppender.cs | 330 +++
 1 file changed, 165 insertions(+), 165 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/89d3820b/src/Appender/RollingFileAppender.cs
--
diff --git a/src/Appender/RollingFileAppender.cs 
b/src/Appender/RollingFileAppender.cs
index a56766b..fcdd13a 100644
--- a/src/Appender/RollingFileAppender.cs
+++ b/src/Appender/RollingFileAppender.cs
@@ -124,10 +124,10 @@ namespace log4net.Appender
/// Douglas de la Torre
/// Edward Smit
public class RollingFileAppender : FileAppender
-{
-#region Public Enums
+   {
+   #region Public Enums
 
-/// 
+   /// 
/// Style of rolling to use
/// 
/// 
@@ -259,7 +259,7 @@ namespace log4net.Appender
#region Public Instance Properties
 
 #if !NET_1_0 && !CLI_1_0 && !NETCF
-/// 
+   /// 
/// Gets or sets the strategy for determining the current date 
and time. The default
/// implementation is to use LocalDateTime which internally 
calls through to DateTime.Now.
/// DateTime.UtcNow may be used on frameworks newer than .NET 
1.0 by specifying
@@ -272,17 +272,17 @@ namespace log4net.Appender
/// 
/// Gets or sets the  used to return the current date and time.
/// 
-/// 
-/// There are two built strategies for determining the current date 
and time,
+   /// 
+   /// There are two built strategies for determining the current 
date and time,
/// 
-/// and .
-/// 
-/// 
+   /// and .
+   /// 
+   /// 
/// The default strategy is .
/// 
/// 
 #else
-/// 
+   /// 
/// Gets or sets the strategy for determining the current date 
and time. The default
/// implementation is to use LocalDateTime which internally 
calls through to DateTime.Now.
/// 
@@ -293,12 +293,12 @@ namespace log4net.Appender
/// 
/// Gets or sets the  used to return the current date and time.
/// 
-/// 
+   /// 
/// The default strategy is .
/// 
/// 
 #endif
-public IDateTime DateTimeStrategy
+   public IDateTime DateTimeStrategy
{
get { return m_dateTime; }
set { m_dateTime = value; }
@@ -491,25 +491,25 @@ namespace log4net.Appender
}
}
 
-/// 
-/// Gets or sets a value indicating whether to preserve the file name 
extension when rolling.
-/// 
-/// 
-/// true if the file name extension should be preserved.
-/// 
-/// 
-/// 
-/// By default file.log is rolled to file.log.-MM-dd or 
file.log.curSizeRollBackup.
-/// However, under Windows the new file name will loose any program 
associations as the
-/// extension is changed. Optionally file.log can be renamed to 
file.-MM-dd.log or
-/// file.curSizeRollBackup.log to maintain any program associations.
-/// 
-/// 
-public bool PreserveLogFileNameExtension
-{
-get { return m_preserveLogFileNameExtension; }
-set { m_preserveLogFileNameExtension = value; }
-}
+   /// 
+   /// Gets or sets a value indicating whether to preserve the 
file name extension when rolling.
+   /// 
+   /// 
+   /// true if the file name extension should be preserved.
+   /// 
+   /// 
+   /// 
+   /// By default file.log is rolled to file.log.-MM-dd or 
file.log.curSizeRollBackup.
+   /// However, under Windows the new file name will loose any 
program 

[34/50] [abbrv] logging-log4net git commit: Refactor: removed all trailing whitespaces from all *.cs files

2017-07-27 Thread dpsenner
http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8a5b4204/src/Appender/FileAppender.cs
--
diff --git a/src/Appender/FileAppender.cs b/src/Appender/FileAppender.cs
index 41616b9..5d0a8e3 100644
--- a/src/Appender/FileAppender.cs
+++ b/src/Appender/FileAppender.cs
@@ -1,10 +1,10 @@
 #region Apache License
 //
-// Licensed to the Apache Software Foundation (ASF) under one or more 
+// Licensed to the Apache Software Foundation (ASF) under one or more
 // contributor license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright ownership. 
+// this work for additional information regarding copyright ownership.
 // The ASF licenses this file to you under the Apache License, Version 2.0
-// (the "License"); you may not use this file except in compliance with 
+// (the "License"); you may not use this file except in compliance with
 // the License. You may obtain a copy of the License at
 //
 // http://www.apache.org/licenses/LICENSE-2.0
@@ -40,9 +40,9 @@ namespace log4net.Appender
/// the  property.
/// 
/// 
-   /// The file can be opened in either append or overwrite mode 
+   /// The file can be opened in either append or overwrite mode
/// by specifying the  property.
-   /// If the file path is relative it is taken as relative from 
+   /// If the file path is relative it is taken as relative from
/// the application base directory. The file encoding can be
/// specified by setting the  property.
/// 
@@ -63,7 +63,7 @@ namespace log4net.Appender
/// 
/// The  supports pluggable file locking 
models via
/// the  property.
-   /// The default behavior, implemented by  
+   /// The default behavior, implemented by 
/// is to obtain an exclusive write lock on the file until this 
appender is closed.
/// The alternative models only hold a
/// write lock while the appender is writing a logging event ()
@@ -89,9 +89,9 @@ namespace log4net.Appender
/// the  property.
/// 
/// 
-   /// The file can be opened in either append or overwrite mode 
+   /// The file can be opened in either append or overwrite mode
/// by specifying the  property.
-   /// If the file path is relative it is taken as relative from 
+   /// If the file path is relative it is taken as relative from
/// the application base directory. The file encoding can be
/// specified by setting the  property.
/// 
@@ -112,7 +112,7 @@ namespace log4net.Appender
/// 
/// The  supports pluggable file locking 
models via
/// the  property.
-   /// The default behavior, implemented by  
+   /// The default behavior, implemented by 
/// is to obtain an exclusive write lock on the file until this 
appender is closed.
/// The alternative model only holds a
 /// write lock while the appender is writing a logging event ().
@@ -133,7 +133,7 @@ namespace log4net.Appender
#region LockingStream Inner Class
 
/// 
-   /// Write only  that uses the  
+   /// Write only  that uses the 
/// to manage access to an underlying resource.
/// 
private sealed class LockingStream : Stream, IDisposable
@@ -217,7 +217,7 @@ namespace log4net.Appender
 
public override Task WriteAsync(byte[] buffer, int 
offset, int count, CancellationToken cancellationToken)
{
-   AssertLocked(); 
+   AssertLocked();
return base.WriteAsync(buffer, offset, count, 
cancellationToken);
}
 #endif
@@ -379,7 +379,7 @@ namespace log4net.Appender
/// The encoding to use
/// 
/// 
-   /// Open the file specified and prepare for logging. 
+   /// Open the file specified and prepare for logging.
/// No writes will be made until  is called.
/// Must be called before any calls to ,
///  and .
@@ -413,7 +413,7 @@ namespace log4net.Appender
/// A stream that is ready to be written 
to.
/// 
/// 
-   /// Acquire the lock on the file in preparation for 
writing to it. 
+   /// Acquire the lock on the file in preparation for 
writing to it.
/// Return a stream pointing to the file. 
/// must be called to release the lock on the output 
file.
/// 
@@ -425,7 +425,7 @@ namespace log4net.Appender

[07/50] [abbrv] logging-log4net git commit: Keys: renamed so that github parses it as markdown

2017-07-27 Thread dpsenner
Keys: renamed so that github parses it as markdown


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/aec32afc
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/aec32afc
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/aec32afc

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: aec32afcef651eebc889a23af9e1b9136df8753b
Parents: 7f013e7
Author: Dominik Psenner 
Authored: Thu Jul 20 18:01:28 2017 +0200
Committer: Dominik Psenner 
Committed: Thu Jul 20 18:01:28 2017 +0200

--
 KEYS| 655 --
 KEYS.md | 657 +++
 2 files changed, 657 insertions(+), 655 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/aec32afc/KEYS
--
diff --git a/KEYS b/KEYS
deleted file mode 100644
index 09f85d8..000
--- a/KEYS
+++ /dev/null
@@ -1,655 +0,0 @@
-# Introduction
-
-This file contains the PGP keys of various Apache developers. These keys are 
primarily used for code signing. These keys can be verified using any OpenPGP 
compatible system, for example, http://www.gnupg.org.
-
-# Add keys
-
-This information is for the developers. To add your key information use do the 
following, replacing UID with your email address:
-
-```
-  gpg --list-keys UID
-  gpg --export -a UID
-```
-
-The original source of this file is 
https://git-wip-us.apache.org/repos/asf?p=logging-log4net.git;a=blob;f=KEYS;hb=refs/heads/master
-
-# Import
-
-This information is for the user. To import this key file into your keyring 
use:
-
-```
-  gpg --import KEYS
-```
-
-# Keys
-
-## Nicko Cadell 
-
-pub   1024D/914A4D28 2005-03-07
-uid  Nicko Cadell 
-sub   2048g/6923CBDA 2005-03-07
-
--BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v1.4.0 (MingW32)
-
-mQGiBEIsjHURBAC9JqRzMEh6pEZuuyqHGwfBkQZnvOuj0Yp88lDsJtNl62cRaQJk
-7eP+kVxCbl12qr1EDz1z/ZON7/+vF9YoiRh7Cydck6wLe/kQcJtUevm00q35pUQJ
-7c2TSY+QbTKWriUKueOyRR6p2lpscUHhbCPB9NOLfQmJvZsa47gDZSybCwCgh0+u
-8KkkcovlV55K/WrSGg16o8kEAKFGmpDKDnv0Sg1rRnvBGJv5WZFR/57p1SArMXHi
-oBkj71wlWz9Ia4tonfc12TXUwoVs3WbIFOoLz1Iw31cGnwUsNkvEclaZigG9iYhx
-S6+2i7jrQIivO5iXJtTuePb4zFgLwZcaoFySvLIKRm8+X6KXvoslKAYM/F/Yd0jm
-OebkA/4uwIt7cGOWGIaiH2n/80QgXN6FyOhNsgCihZZcPwXo7c/gtszpJ74CwtXD
-SVghIwTQ0zK4wtWcHSjf7FelPmeDSga7dLgnxQmmhjIK+sBnPIcBrNiUc3jFnRzK
-o3ZIBPsGoo0jUsemgkiQA4ptVybeak/SmrTsRgxWkT4Paw41zrQfTmlja28gQ2Fk
-ZWxsIDxuaWNrb0BhcGFjaGUub3JnPoheBBMRAgAeBQJCLIx1AhsDBgsJCAcDAgMV
-AgMDFgIBAh4BAheAAAoJEA3R7CqRSk0ooTIAnRZ+vUY+ZN8CgL0fvDbZv76kgQG+
-AJ9vp4BwPLU5jM+YOY3hJPp1bNw1RLkCDQRCLIx/EAgArSrXU4kkXNLCTBIAMaIx
-diiVvQ2JqzrFkXf4yAlE+xiy19bqGewmslt+dLmLUEtt1UFMU5b2kAiZLNMvdBWQ
-OStwK0SABRESjb5sAjAcFXUeqBzjVBDvsSGxJZZa5He1pQMjFzm4hG6GNl3+vOx6
-r6fly9W5Ddc8wqfDb8JU0c6gG8s10D4gthWWyJ2K1u3BcvpggoGyqyxisvF/QM68
-KnXf8/wp+5sOfl6glyluR/OyGMCU3c38eHYU2XMzlcT3fh1VcU5MvPastp+76vUy
-ImrAfb7RhS3sDrmRd9ZS8FE5JRB3967hETRSLjHW+/TZeyvxaGMJkBPdv2BdwnD8
-6wADBQf+NaK8teolegPc1LdmX3bAhR2bhfqIpuUwPBRHqIU2OtWsMJ9sEsVZY4LC
-OLOHMHI1spWHEo39mx3fz5MR4x2z3+HzZRq8tzMFn5PC3c7yb06CMfqRf8pvYWVP
-0cMvEctViAc+xwSpZgXQGLkwZ37KtqWncfBVocxQMj4CVUx3PeyozWGEG+bpGSso
-Mrvnch41AGL3NA9bA2cgTVuOYSXZLK9TOgh4gXCM4jWTI4BqTY5w0riDwqwt5+qH
-e8/HBowGa4jNopl9kWaQuEoXH7GGOTJsc9eKMK+k++iqSWiqVXFTLd7/UhUPv6Oj
-7Pqm7+oSumphn00rC2DVeAAWDt7umohJBBgRAgAJBQJCLIx/AhsMAAoJEA3R7CqR
-Sk0ouF4An1sFuJ+/kJlvKRs+nNjFqrQdsuDCAJ9WDNgUqnAkdLVTRJq8UeK0AjOq
-oQ==
-=4aNz
--END PGP PUBLIC KEY BLOCK-
-
-## Stefan Bodewig 
-
-pub   1024D/5F6B8B72 2001-05-28
-uid  Stefan Bodewig 
-sig 35F6B8B72 2001-05-28  Stefan Bodewig 
-sig  51898504 2002-01-11  Conor MacNeill 
-sig 3F88341D9 2003-03-17  Lars Eilebrecht 
-sig 32261D073 2003-03-17  Astrid Kessler (Kess) 
-sig  21D0A71B 2003-03-17  Dirk-Willem van Gulik (http://www.anywi.com/ 
- Senior partner) 
-sig  75A67692 2003-03-18  Erik Abele 
-sig  B3B2A12C 2003-05-20  ct magazine CERTIFICATE 
-sig 38103A37E 2003-04-04  Andre Malo 
-sig 35F6B8B72 2001-05-28  Stefan Bodewig 
-sig  D6298F01 2003-04-27  Paulo Henrique Gaspar Jorge 

-sig  0CAA68B4 2004-11-11  Patrick Rentsch 

-sig  2FE28BCF 2005-07-01  Harald Wilhelm (HAWI) 

-sig  5793498F 2005-07-21  Tim Ellison 
-sig  

[05/50] [abbrv] logging-log4net git commit: Keys: added my public pgp key to the KEYS file

2017-07-27 Thread dpsenner
Keys: added my public pgp key to the KEYS file


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/16efded4
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/16efded4
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/16efded4

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: 16efded4eba3c335f70299f8714aa09b9058656d
Parents: 02f313d
Author: Dominik Psenner 
Authored: Thu Jul 20 17:49:26 2017 +0200
Committer: Dominik Psenner 
Committed: Thu Jul 20 17:49:26 2017 +0200

--
 KEYS | 44 
 1 file changed, 44 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/16efded4/KEYS
--
diff --git a/KEYS b/KEYS
index d8de123..463d2ce 100644
--- a/KEYS
+++ b/KEYS
@@ -600,3 +600,47 @@ 
ABIJEKIRWuFfa4tyB2VHUEcAAQENMgCgnc22kj8TfjktU6u4SUUqud25ZZcAn0B2
 b0zPjKjGuiwdKSnkFbNcFS3g
 =UxMc
 -END PGP PUBLIC KEY BLOCK-
+
+pub   2048R/5497A907 2016-08-21
+uid  Dominik Psenner 
+uid  Dominik Psenner 
+sub   2048R/09136DF3 2016-08-21
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v1
+
+mQENBFe6Da8BCADnJA/g6+Mu4L3ozKKZuKisrRLxu4D5S5d3XkryoQUK7NVaqz/t
+CdQu3xOsLxAIH0TTXBvzgLnj70YPqguGTh0nrIgaZ4JtLpH1UVnhhlkg6q801+tY
+YUFOysH0rmqCjjQU4LHZQBmp2W/3EY2qRJ+KvSB9dhk/Shk3oTXXE4PiBZlrE1Ir
+cfZGfj7b1LKrX08oELmnIqr6B7LNNx4U61xLSLKL+ZN6p/T9pgrwR9gqAdfgYZGU
+kDInxIiQzGPbmCWWqcCn5xJIOl1/W90jraY2oeqPCvJOIiRgGniFmBIWwsV7MPeZ
+j8e9LoU1xGz3E49cF6UpH92UD1dDuSvagpwPABEBAAG0JERvbWluaWsgUHNlbm5l
+ciA8ZHBzZW5uZXJAZ21haWwuY29tPokBOAQTAQIAIgUCV7oNrwIbAwYLCQgHAwIG
+FQgCCQoLBBYCAwECHgECF4AACgkQF3Re9VSXqQfDdggAnR9CyKOG6xLTA16msQ+u
+puuOsr/yZujsyPSx7t2ltoPQIDd7sgPJmfNMlw0nWnw5jpEwjQ3dpLrqkY5+0AVq
+a8aYEqWzO2IEx3DLF7RQ54GnnXZ33yEW1lKYiukiM0LvAMJhmqwfjGlubUAcHIsn
+eMh891RJ97WplQvsE5NTfXworWN3cLbP8/92RTK5Qt7etIq7co0NBfssS6U/MgZ/
+H6RDMYScqJCtmhbfl/4uPz3hFTZeNRp0Yi3GMb7wECPljfxwq21iCVgBtzskF6lH
++yQrYHff2Myn1n72uQadwqfdEQcz57hy584ITJRgYSjwAygUcBt1I6eHxDoW6QpZ
+0rQlRG9taW5payBQc2VubmVyIDxkcHNlbm5lckBhcGFjaGUub3JnPokBOAQTAQIA
+IgUCV7oamgIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQF3Re9VSXqQfU
+7AgAspozhsIpcxe63aFi6GVqF8YAcWhDmllQw8xWP/2bROOS9kxpQF1vLXF86QEm
+tOjlK1wuRPcGRks/mYML912qYWQWehxYxlwU5wYkL28VnIn6SZntzA4XFcKLNFwf
+y6C9sOYqpgG7Ng9z51KH5+I3m8niKuJ8p0JhKAixRIBKrQnvPAa3Io4R+Z68HG3x
+BiX26RwUwrtg0oajC2iT9rEYGanDzuAV+BWAFMGxxiV4qlg0NaPRa74eMHYN2/zp
+jMixc0yWFktlAYFLxw/7KyyAOGyiFTb3F+QIkES/PvWJli2qOckNbnZc9wqVtDZE
+Wm28FPPkBs+knE7iObr0MhO+p7kBDQRXug7QAQgA1ziqoCkK4vPfjGnX12iPyk9f
+qR8tUEgfA44gmyRPY6hwOK1u6tQ3k0/untY0s50cXYc0h4UVNDNw7H8arcG68QXl
+3agC/qp4AWCWflnqIequq9xRvLYC73hTk7T0oM/jS4Dm4AililwUYLxBWsNkHRJX
+WjfWpZ+clSgJobv0OXaCQdaW6erbw4q1v7KsNTMaMZqGqh8r4D96HCGDLtHxuiW1
+uskRILg888dYA5dAc7IMWSGh/cDQ0ypa4m22m8BbjyZu+ADVtKL0oH+AdiPKuGsK
+zM/G9A5pzQH3VnaZderZco/QC6SG72VyV4B4RAWG5Rx3uSiXtnKqTXt2f0pZ5QAR
+AQABiQEfBBgBAgAJBQJXug7QAhsMAAoJEBd0XvVUl6kHetoH/inrqdIBvS4Ha83j
+M+sebgMnnekDQ8b1M4WvSdhb3RKtB+4qVzqJBBE4Ey2mVSb52tieO27aSZ5HuLun
+xL6/nfwyUUPqLfC1E/04ZL1h73/SrLXPsZo5EhwwCvHwEasyngPIiwKhVD+VX4XR
+sblGsYl5qOajcJucJDV4b6xb0IDjSq8oSILo8WADMhcJ0Hnlu+O6wCTCzN0ONbOK
+gaPrYff+KSRAPmNl/oRE8qySEimDO3u+UqYKJHKGOqKcQCxwsbhPOYniakR09UMc
+3xvZlXnWRFl48MIRtthvKNTdv35h7ensj1CymMJsaGFkIm3C1fV2JC3vuhUBB+qg
+agG4idE=
+=w70J
+-END PGP PUBLIC KEY BLOCK-



[38/50] [abbrv] logging-log4net git commit: Refactor: removed all trailing whitespaces from all *.cs files

2017-07-27 Thread dpsenner
Refactor: removed all trailing whitespaces from all *.cs files


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/8a5b4204
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/8a5b4204
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/8a5b4204

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: 8a5b4204bf4c053316c88a265a9afee04a250e36
Parents: aefe91a
Author: Dominik Psenner 
Authored: Thu Jul 27 18:45:54 2017 +0200
Committer: Dominik Psenner 
Committed: Thu Jul 27 18:45:54 2017 +0200

--
 .../NotLogging/cs/src/AssemblyInfo.cs   |  22 +--
 .../Performance/NotLogging/cs/src/NotLogging.cs | 178 +--
 .../SharedModule/cs/src/AssemblyInfo.cs |  22 +--
 .../1.0/Repository/SharedModule/cs/src/Math.cs  |   6 +-
 .../Repository/SimpleApp/cs/src/AssemblyInfo.cs |  22 +--
 .../Repository/SimpleApp/cs/src/EntryPoint.cs   |  10 +-
 .../SimpleModule/cs/src/AssemblyInfo.cs |  22 +--
 .../1.0/Repository/SimpleModule/cs/src/Math.cs  |   8 +-
 .../Tutorials/ConsoleApp/cs/src/AssemblyInfo.cs |  22 +--
 .../ConsoleApp/cs/src/LoggingExample.cs |   8 +-
 .../cs/src/Appender/AsyncAppender.cs|  26 +--
 .../cs/src/Appender/FastDbAppender.cs   |  18 +-
 .../cs/src/Appender/FireEventAppender.cs|  12 +-
 .../cs/src/Appender/MessageBoxAppender.cs   |  10 +-
 .../Appender/MessageObjectExpanderAppender.cs   |   6 +-
 .../cs/src/Appender/MsmqAppender.cs |   8 +-
 .../cs/src/Appender/PatternFileAppender.cs  |  14 +-
 .../src/Appender/PatternLayoutAdoNetAppender.cs |   8 +-
 .../PatternLayoutAdoNetAppenderParameter.cs |   6 +-
 .../cs/src/Appender/SimpleSmtpAppender.cs   |  28 +--
 .../SampleAppendersApp/cs/src/AssemblyInfo.cs   |  22 +--
 .../SampleAppendersApp/cs/src/LoggingExample.cs |   6 +-
 .../WmiAppender/cs/src/AssemblyInfo.cs  |  22 +--
 .../WmiAppender/cs/src/IWmiBoundEvent.cs|   6 +-
 .../Appenders/WmiAppender/cs/src/WmiAppender.cs |  30 ++--
 .../WmiAppender/cs/src/WmiInstaller.cs  |   6 +-
 .../Appenders/WmiAppender/cs/src/WmiLayout.cs   |  12 +-
 .../WmiAppender/cs/src/WmiLoggingEvent.cs   |   6 +-
 .../EventIDLogApp/cs/src/AssemblyInfo.cs|  22 +--
 .../EventIDLogApp/cs/src/EventIDLogApp.cs   |   6 +-
 .../TraceLogApp/cs/src/AssemblyInfo.cs  |  22 +--
 .../TraceLogApp/cs/src/TraceLogApp.cs   |   6 +-
 .../SampleLayoutsApp/cs/src/AssemblyInfo.cs |  22 +--
 .../cs/src/Layout/ForwardingLayout.cs   |  34 ++--
 .../cs/src/Layout/LevelConversionPattern.cs |   6 +-
 .../cs/src/Layout/LevelPatternLayout.cs |   6 +-
 .../cs/src/Layout/LineWrappingLayout.cs |   6 +-
 .../SampleLayoutsApp/cs/src/LoggingExample.cs   |   6 +-
 .../NotLogging/cs/src/AssemblyInfo.cs   |  22 +--
 .../Performance/NotLogging/cs/src/NotLogging.cs | 178 +--
 .../RemotingClient/cs/src/AssemblyInfo.cs   |  22 +--
 .../RemotingClient/cs/src/RemotingClient.cs |   6 +-
 .../RemotingServer/cs/src/AssemblyInfo.cs   |  22 +--
 .../RemotingServer/cs/src/RemotingServer.cs |   6 +-
 .../SharedModule/cs/src/AssemblyInfo.cs |  22 +--
 .../2.0/Repository/SharedModule/cs/src/Math.cs  |   6 +-
 .../Repository/SimpleApp/cs/src/AssemblyInfo.cs |  22 +--
 .../Repository/SimpleApp/cs/src/EntryPoint.cs   |  10 +-
 .../SimpleModule/cs/src/AssemblyInfo.cs |  22 +--
 .../2.0/Repository/SimpleModule/cs/src/Math.cs  |   8 +-
 .../Tutorials/ConsoleApp/cs/src/AssemblyInfo.cs |  22 +--
 .../ConsoleApp/cs/src/LoggingExample.cs |   8 +-
 .../2.0/Tutorials/WebApp/cs/src/AssemblyInfo.cs |  22 +--
 .../WebApp/cs/src/AssemblyVersionInfo.cs|  10 +-
 .../2.0/Tutorials/WebApp/cs/src/Global.asax.cs  |  14 +-
 .../Tutorials/WebApp/cs/src/WebForm1.aspx.cs|  16 +-
 .../Tutorials/ConsoleApp/cs/src/AssemblyInfo.cs |  22 +--
 .../Tutorials/ConsoleApp/cs/src/EntryPoint.cs   |  12 +-
 .../ConsoleApp/cs/src/LoggingExample.cs |  10 +-
 .../SharedModule/cs/src/AssemblyInfo.cs |  22 +--
 .../1.0/Repository/SharedModule/cs/src/Math.cs  |   6 +-
 .../Repository/SimpleApp/cs/src/AssemblyInfo.cs |  22 +--
 .../Repository/SimpleApp/cs/src/EntryPoint.cs   |  10 +-
 .../SimpleModule/cs/src/AssemblyInfo.cs |  22 +--
 .../1.0/Repository/SimpleModule/cs/src/Math.cs  |   8 +-
 .../log4net.Ext.EventID/cs/src/AssemblyInfo.cs  |  22 +--
 .../cs/src/EventIDLogImpl.cs|   6 +-
 .../cs/src/EventIDLogManager.cs |  32 ++--
 .../log4net.Ext.EventID/cs/src/IEventIDLog.cs   |   6 +-
 .../cs/src/AssemblyInfo.cs  |  22 +--
 .../cs/src/MarshalByRefLogImpl.cs   |  84 -
 .../cs/src/MarshalByRefLogManager.cs|  32 ++--
 

[29/50] [abbrv] logging-log4net git commit: Refactor: removed all trailing whitespaces from all *.cs files

2017-07-27 Thread dpsenner
http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8a5b4204/src/Layout/PatternLayout.cs
--
diff --git a/src/Layout/PatternLayout.cs b/src/Layout/PatternLayout.cs
index 31a5644..a9140ff 100644
--- a/src/Layout/PatternLayout.cs
+++ b/src/Layout/PatternLayout.cs
@@ -1,10 +1,10 @@
 #region Apache License
 //
-// Licensed to the Apache Software Foundation (ASF) under one or more 
+// Licensed to the Apache Software Foundation (ASF) under one or more
 // contributor license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright ownership. 
+// this work for additional information regarding copyright ownership.
 // The ASF licenses this file to you under the Apache License, Version 2.0
-// (the "License"); you may not use this file except in compliance with 
+// (the "License"); you may not use this file except in compliance with
 // the License. You may obtain a copy of the License at
 //
 // http://www.apache.org/licenses/LICENSE-2.0
@@ -42,7 +42,7 @@ namespace log4net.Layout
/// 
/// 
/// 
-   /// The goal of this class is to  a 
+   /// The goal of this class is to  a
///  as a string. The results
/// depend on the conversion pattern.
/// 
@@ -72,12 +72,12 @@ namespace log4net.Layout
/// 
/// ILog log = LogManager.GetLogger(typeof(TestApp));
/// log.Debug("Message 1");
-   /// log.Warn("Message 2");   
+   /// log.Warn("Message 2");
/// 
/// would yield the output
/// 
/// DEBUG [main]: Message 1
-   /// WARN  [main]: Message 2  
+   /// WARN  [main]: Message 2
/// 
/// 
/// Note that there is no explicit separator between text and
@@ -102,8 +102,8 @@ namespace log4net.Layout
/// 
/// appdomain
/// 
-   /// Used to output the friendly name of the 
AppDomain where the 
-   /// logging event was generated. 
+   /// Used to output the friendly name of the 
AppDomain where the
+   /// logging event was generated.
/// 
/// 
/// 
@@ -167,15 +167,15 @@ namespace log4net.Layout
/// Equivalent to date
/// 
/// 
-   /// date 
+   /// date
/// 
/// 
-   /// Used to output the date of the logging event in 
the local time zone. 
+   /// Used to output the date of the logging event in 
the local time zone.
/// To output the date in universal time use the 
%utcdate pattern.
-   /// The date conversion 
-   /// specifier may be followed by a date format 
specifier enclosed 
+   /// The date conversion
+   /// specifier may be followed by a date format 
specifier enclosed
/// between braces. For example, 
%date{HH:mm:ss,fff} or
-   /// %date{dd MMM  HH:mm:ss,fff}.  If no 
date format specifier is 
+   /// %date{dd MMM  HH:mm:ss,fff}.  If no 
date format specifier is
/// given then ISO8601 format is
/// assumed ().
/// 
@@ -186,10 +186,10 @@ namespace log4net.Layout
/// 
/// For better results it is recommended to use the 
log4net date
/// formatters. These can be specified using one of 
the strings
-   /// "ABSOLUTE", "DATE" and "ISO8601" for specifying 
-   /// , 
-   ///  and respectively 
-   /// . For example, 
+   /// "ABSOLUTE", "DATE" and "ISO8601" for specifying
+   /// ,
+   ///  and respectively
+   /// . For example,
/// %date{ISO8601} or %date{ABSOLUTE}.
/// 
/// 
@@ -338,7 +338,7 @@ namespace log4net.Layout
/// message
/// 
/// 
-   /// Used to output the application supplied message 
associated with 
+   /// Used to output the application supplied message 
associated with
/// the logging event.
/// 
/// 
@@ -382,10 +382,10 @@ namespace log4net.Layout
/// 

[23/50] [abbrv] logging-log4net git commit: add an editorconfig that seems to match Dominik's preferences

2017-07-27 Thread dpsenner
add an editorconfig that seems to match Dominik's preferences


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/33416e4f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/33416e4f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/33416e4f

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: 33416e4f73dd0ead23b161514fc5106f915efe5d
Parents: aefe91a
Author: Stefan Bodewig 
Authored: Thu Jul 27 18:12:00 2017 +0200
Committer: Stefan Bodewig 
Committed: Thu Jul 27 18:18:00 2017 +0200

--
 .editorconfig | 17 +
 1 file changed, 17 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/33416e4f/.editorconfig
--
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000..299b86f
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,17 @@
+# see http://EditorConfig.org
+
+root = true
+
+[*]
+trim_trailing_whitespace = true
+insert_final_newline = true
+indent_style = tab
+indent_size = 4
+charset = utf-8
+
+[*.{json,yml}]
+indent_style = space
+indent_size = 2
+
+[*.{cgi,sh}]
+end_of_line = lf



[47/50] [abbrv] logging-log4net git commit: Fixed another trailing + that went missing with refactor in commit 8a5b4204bf4c053316c88a265a9afee04a250e36

2017-07-27 Thread dpsenner
Fixed another trailing + that went missing with refactor in commit 
8a5b4204bf4c053316c88a265a9afee04a250e36


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/c85df184
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/c85df184
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/c85df184

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: c85df1846ad2764194cab28092377332c61d93c1
Parents: d0ce30d
Author: Dominik Psenner 
Authored: Thu Jul 27 21:44:33 2017 +0200
Committer: Dominik Psenner 
Committed: Thu Jul 27 21:44:33 2017 +0200

--
 src/Appender/UdpAppender.cs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/c85df184/src/Appender/UdpAppender.cs
--
diff --git a/src/Appender/UdpAppender.cs b/src/Appender/UdpAppender.cs
index 4aa5512..48d620f 100644
--- a/src/Appender/UdpAppender.cs
+++ b/src/Appender/UdpAppender.cs
@@ -219,9 +219,9 @@ namespace log4net.Appender
if (value < IPEndPoint.MinPort || value > 
IPEndPoint.MaxPort)
{
throw 
log4net.Util.SystemInfo.CreateArgumentOutOfRangeException("value", 
(object)value,
-   "The value specified is less 
than "
-   
IPEndPoint.MinPort.ToString(NumberFormatInfo.InvariantInfo)
-   " or greater than "
+   "The value specified is less 
than " +
+   
IPEndPoint.MinPort.ToString(NumberFormatInfo.InvariantInfo) +
+   " or greater than " +

IPEndPoint.MaxPort.ToString(NumberFormatInfo.InvariantInfo) + ".");
}
else



[39/50] [abbrv] logging-log4net git commit: Refactor: replaced all indentations that are spaces with tabs in all *.cs files

2017-07-27 Thread dpsenner
http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/82c3e389/tests/src/Hierarchy/Hierarchy.cs
--
diff --git a/tests/src/Hierarchy/Hierarchy.cs b/tests/src/Hierarchy/Hierarchy.cs
index 55ca258..8c83290 100644
--- a/tests/src/Hierarchy/Hierarchy.cs
+++ b/tests/src/Hierarchy/Hierarchy.cs
@@ -30,140 +30,140 @@ using NUnit.Framework;
 
 namespace log4net.Tests.Hierarchy
 {
-[TestFixture]
-public class Hierarchy
-{
-[Test]
-public void SetRepositoryPropertiesInConfigFile()
-{
-// LOG4NET-53: Allow repository properties to be set in the config 
file
-XmlDocument log4netConfig = new XmlDocument();
-log4netConfig.LoadXml(@"
-
-  
-
-
-  
-  
-
-  
-  
-
-
-  
-");
-
-ILoggerRepository rep = 
LogManager.CreateRepository(Guid.NewGuid().ToString());
-XmlConfigurator.Configure(rep, log4netConfig["log4net"]);
-
-Assert.AreEqual("4", rep.Properties["two-plus-two"]);
-Assert.IsNull(rep.Properties["one-plus-one"]);
-}
-
-[Test]
-public void AddingMultipleAppenders()
-{
-CountingAppender alpha = new CountingAppender();
-CountingAppender beta = new CountingAppender();
-
-Repository.Hierarchy.Hierarchy hierarchy =
-(Repository.Hierarchy.Hierarchy)Utils.GetRepository();
-
-hierarchy.Root.AddAppender(alpha);
-hierarchy.Root.AddAppender(beta);
-hierarchy.Configured = true;
-
-ILog log = LogManager.GetLogger(GetType());
-log.Debug("Hello World");
-
-Assert.AreEqual(1, alpha.Counter);
-Assert.AreEqual(1, beta.Counter);
-}
-
-[Test]
-public void AddingMultipleAppenders2()
-{
-CountingAppender alpha = new CountingAppender();
-CountingAppender beta = new CountingAppender();
+   [TestFixture]
+   public class Hierarchy
+   {
+   [Test]
+   public void SetRepositoryPropertiesInConfigFile()
+   {
+   // LOG4NET-53: Allow repository properties to be set in 
the config file
+   XmlDocument log4netConfig = new XmlDocument();
+   log4netConfig.LoadXml(@"
+   
+ 
+   
+   
+ 
+ 
+   
+ 
+ 
+   
+   
+ 
+   ");
+
+   ILoggerRepository rep = 
LogManager.CreateRepository(Guid.NewGuid().ToString());
+   XmlConfigurator.Configure(rep, 
log4netConfig["log4net"]);
+
+   Assert.AreEqual("4", rep.Properties["two-plus-two"]);
+   Assert.IsNull(rep.Properties["one-plus-one"]);
+   }
+
+   [Test]
+   public void AddingMultipleAppenders()
+   {
+   CountingAppender alpha = new CountingAppender();
+   CountingAppender beta = new CountingAppender();
+
+   Repository.Hierarchy.Hierarchy hierarchy =
+   
(Repository.Hierarchy.Hierarchy)Utils.GetRepository();
+
+   hierarchy.Root.AddAppender(alpha);
+   hierarchy.Root.AddAppender(beta);
+   hierarchy.Configured = true;
+
+   ILog log = LogManager.GetLogger(GetType());
+   log.Debug("Hello World");
+
+   Assert.AreEqual(1, alpha.Counter);
+   Assert.AreEqual(1, beta.Counter);
+   }
+
+   [Test]
+   public void AddingMultipleAppenders2()
+   {
+   CountingAppender alpha = new CountingAppender();
+   CountingAppender beta = new CountingAppender();
 
 #if NETSTANDARD1_3
-BasicConfigurator.Configure(Utils.GetRepository(), alpha, beta);
+   BasicConfigurator.Configure(Utils.GetRepository(), 
alpha, beta);
 #else
-BasicConfigurator.Configure(alpha, beta);
+   BasicConfigurator.Configure(alpha, beta);
 #endif
 
-ILog log = LogManager.GetLogger(GetType());
-log.Debug("Hello World");
+   ILog log = 

[42/50] [abbrv] logging-log4net git commit: Refactor: replaced all indentations that are spaces with tabs in all *.cs files

2017-07-27 Thread dpsenner
http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/82c3e389/src/Core/TimeEvaluator.cs
--
diff --git a/src/Core/TimeEvaluator.cs b/src/Core/TimeEvaluator.cs
index 4e8593a..8020680 100644
--- a/src/Core/TimeEvaluator.cs
+++ b/src/Core/TimeEvaluator.cs
@@ -21,128 +21,128 @@ using System;
 
 namespace log4net.Core
 {
-/// 
-/// An evaluator that triggers after specified number of seconds.
-/// 
-/// 
-/// 
-/// This evaluator will trigger if the specified time period
-///  has passed since last check.
-/// 
-/// 
-/// Robert Sevcik
-public class TimeEvaluator : ITriggeringEventEvaluator
-{
-/// 
-/// The time threshold for triggering in seconds. Zero means it won't 
trigger at all.
-/// 
-private int m_interval;
+   /// 
+   /// An evaluator that triggers after specified number of seconds.
+   /// 
+   /// 
+   /// 
+   /// This evaluator will trigger if the specified time period
+   ///  has passed since last check.
+   /// 
+   /// 
+   /// Robert Sevcik
+   public class TimeEvaluator : ITriggeringEventEvaluator
+   {
+   /// 
+   /// The time threshold for triggering in seconds. Zero means it 
won't trigger at all.
+   /// 
+   private int m_interval;
 
-/// 
-/// The UTC time of last check. This gets updated when the object is 
created and when the evaluator triggers.
-/// 
-private DateTime m_lastTimeUtc;
+   /// 
+   /// The UTC time of last check. This gets updated when the 
object is created and when the evaluator triggers.
+   /// 
+   private DateTime m_lastTimeUtc;
 
-/// 
-/// The default time threshold for triggering in seconds. Zero means 
it won't trigger at all.
-/// 
-const int DEFAULT_INTERVAL = 0;
+   /// 
+   /// The default time threshold for triggering in seconds. Zero 
means it won't trigger at all.
+   /// 
+   const int DEFAULT_INTERVAL = 0;
 
-/// 
-/// Create a new evaluator using the  
time threshold in seconds.
-/// 
-/// 
-/// 
-/// Create a new evaluator using the  
time threshold in seconds.
-/// 
-/// 
-/// This evaluator will trigger if the specified time period
-///  has passed since last check.
-/// 
-/// 
-public TimeEvaluator()
-: this(DEFAULT_INTERVAL)
-{
-}
+   /// 
+   /// Create a new evaluator using the  time threshold in seconds.
+   /// 
+   /// 
+   /// 
+   /// Create a new evaluator using the  time threshold in seconds.
+   /// 
+   /// 
+   /// This evaluator will trigger if the specified time period
+   ///  has passed since last check.
+   /// 
+   /// 
+   public TimeEvaluator()
+   : this(DEFAULT_INTERVAL)
+   {
+   }
 
-/// 
-/// Create a new evaluator using the specified time threshold in 
seconds.
-/// 
-/// 
-/// The time threshold in seconds to trigger after.
-/// Zero means it won't trigger at all.
-/// 
-/// 
-/// 
-/// Create a new evaluator using the specified time threshold in 
seconds.
-/// 
-/// 
-/// This evaluator will trigger if the specified time period
-///  has passed since last check.
-/// 
-/// 
-public TimeEvaluator(int interval)
-{
-m_interval = interval;
-m_lastTimeUtc = DateTime.UtcNow;
-}
+   /// 
+   /// Create a new evaluator using the specified time threshold 
in seconds.
+   /// 
+   /// 
+   /// The time threshold in seconds to trigger after.
+   /// Zero means it won't trigger at all.
+   /// 
+   /// 
+   /// 
+   /// Create a new evaluator using the specified time threshold 
in seconds.
+   /// 
+   /// 
+   /// This evaluator will trigger if the specified time period
+   ///  has passed since last check.
+   /// 
+   /// 
+   public TimeEvaluator(int interval)
+   {
+   m_interval = interval;
+   m_lastTimeUtc = DateTime.UtcNow;
+   }
 
-/// 
-/// The time threshold in seconds to trigger after
-/// 
-/// 
-/// The time threshold in seconds to trigger after.
-/// Zero means it won't trigger at all.
-/// 

logging-log4net git commit: builder-netstandard: base docker image on 1.1.2-sdk-jessie

2017-08-19 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 4c4a5c92b -> fb4d9901e


builder-netstandard: base docker image on 1.1.2-sdk-jessie

nant is available in jessie and we do not have to apply a hack.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/fb4d9901
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/fb4d9901
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/fb4d9901

Branch: refs/heads/feature/cd-pipeline
Commit: fb4d9901e039dd76cbeaedb284073eef43b2b231
Parents: 4c4a5c9
Author: Dominik Psenner 
Authored: Sat Aug 19 10:53:46 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:53:46 2017 +0200

--
 buildtools/docker/builder-netstandard/Dockerfile | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/fb4d9901/buildtools/docker/builder-netstandard/Dockerfile
--
diff --git a/buildtools/docker/builder-netstandard/Dockerfile 
b/buildtools/docker/builder-netstandard/Dockerfile
index b9c5f31..6fd683a 100644
--- a/buildtools/docker/builder-netstandard/Dockerfile
+++ b/buildtools/docker/builder-netstandard/Dockerfile
@@ -1,5 +1,4 @@
-# Name of container: docker-ubuntu-latest-nant
-FROM microsoft/dotnet
+FROM microsoft/dotnet:1.1.2-sdk-jessie
 
 # define arguments passed in as environment variables
 ARG JENKINS_UID
@@ -15,10 +14,6 @@ RUN mkdir -p /var/workspaces && chmod 0777 /var/workspaces
 RUN groupadd -r -g $JENKINS_GID jenkins-slave
 RUN useradd --base-dir /var/workspaces --create-home --shell /bin/bash --uid 
$JENKINS_UID --gid $JENKINS_GID --groups $JENKINS_GID -p -M jenkins
 
-# HACK: add apt source to make nant available;
-# the docker image is now based on debian stretch which no longer includes the 
nant package
-RUN echo "deb http://ftp.de.debian.org/debian sid main" >> 
/etc/apt/sources.list
-
 # install dependencies
 RUN apt-get update && apt-get install -y nant git
 



[2/2] logging-log4net git commit: builder-netstandard: removed debug outputs

2017-08-19 Thread dpsenner
builder-netstandard: removed debug outputs


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/276eb816
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/276eb816
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/276eb816

Branch: refs/heads/develop
Commit: 276eb81608f0a7647019871fc3fe3c6a15fa82e0
Parents: bab915d
Author: Dominik Psenner 
Authored: Sat Aug 19 10:09:07 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:09:07 2017 +0200

--
 buildtools/docker/builder-netstandard/Dockerfile | 3 ---
 1 file changed, 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/276eb816/buildtools/docker/builder-netstandard/Dockerfile
--
diff --git a/buildtools/docker/builder-netstandard/Dockerfile 
b/buildtools/docker/builder-netstandard/Dockerfile
index 2e7a109..7cde122 100644
--- a/buildtools/docker/builder-netstandard/Dockerfile
+++ b/buildtools/docker/builder-netstandard/Dockerfile
@@ -8,9 +8,6 @@ ARG JENKINS_GID
 # set the maintainer of this docker image
 MAINTAINER "d...@logging.apache.org"
 
-RUN echo $JENKINS_UID
-RUN echo $JENKINS_GID
-
 # add custom workspace that can be written by anyone
 RUN mkdir -p /var/workspaces && chmod 0777 /var/workspaces
 



[1/2] logging-log4net git commit: Jenkinsfile: removed comments and debug outputs

2017-08-19 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/develop be2ae993d -> 276eb8160


Jenkinsfile: removed comments and debug outputs


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/bab915d4
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/bab915d4
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/bab915d4

Branch: refs/heads/develop
Commit: bab915d40c3813594f535ba61b56bbcbb9cbe5c1
Parents: be2ae99
Author: Dominik Psenner 
Authored: Sat Aug 19 10:08:40 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:08:40 2017 +0200

--
 Jenkinsfile | 12 +---
 1 file changed, 1 insertion(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/bab915d4/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index 43215b5..826bc17 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -52,8 +52,6 @@ pipeline {
script: "stat -c \"%g\" 
$builder_dir",
returnStdout: true
).trim()
-   echo "$JENKINS_UID"
-   echo "$JENKINS_GID"
 
// build docker container
def builder = docker.build 
'builder-netstandard:latest', "--file $builder_dir/Dockerfile --build-arg 
JENKINS_UID=$JENKINS_UID --build-arg JENKINS_GID=$JENKINS_GID $builder_dir"
@@ -68,14 +66,6 @@ pipeline {
sh 'cd 
netstandard/log4net.tests && dotnet test'
}
}
-
-
-   // compile 
-   // sh 'nant compile-netstandard'
-   // stash includes: 'bin/**/*.*', name: 
'netstandard-assemblies'
-
-   // test
-   // sh 'cd netstandard/log4net.tests && dotnet 
test'
}
}
stage('build net-3.5') {
@@ -245,7 +235,7 @@ pipeline {
// unstash site
unstash 'site'
}
-   
+
// move site
sh 'mv package/target/site/ package/site/'
sh 'rmdir -p --ignore-fail-on-non-empty 
package/target'



[2/2] logging-log4net git commit: builder-netstandard: fixed typo

2017-08-19 Thread dpsenner
builder-netstandard: fixed typo


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/ebfc7f50
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/ebfc7f50
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/ebfc7f50

Branch: refs/heads/develop
Commit: ebfc7f507a61fdd8f6a4f1e90cb5a40515cf
Parents: 652b9cb
Author: Dominik Psenner 
Authored: Sat Aug 19 10:39:39 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:39:39 2017 +0200

--
 buildtools/docker/builder-netstandard/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/ebfc7f50/buildtools/docker/builder-netstandard/Dockerfile
--
diff --git a/buildtools/docker/builder-netstandard/Dockerfile 
b/buildtools/docker/builder-netstandard/Dockerfile
index 7cde122..b9c5f31 100644
--- a/buildtools/docker/builder-netstandard/Dockerfile
+++ b/buildtools/docker/builder-netstandard/Dockerfile
@@ -17,7 +17,7 @@ RUN useradd --base-dir /var/workspaces --create-home --shell 
/bin/bash --uid $JE
 
 # HACK: add apt source to make nant available;
 # the docker image is now based on debian stretch which no longer includes the 
nant package
-echo "deb http://ftp.de.debian.org/debian sid main" >> /etc/apt/sources.list
+RUN echo "deb http://ftp.de.debian.org/debian sid main" >> 
/etc/apt/sources.list
 
 # install dependencies
 RUN apt-get update && apt-get install -y nant git



[1/2] logging-log4net git commit: Jenkinsfile: renamed stage "build netstandard" to "build netstandard-1.3"

2017-08-19 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/develop ebfc7f507 -> fb4d9901e


Jenkinsfile: renamed stage "build netstandard" to "build netstandard-1.3"


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/4c4a5c92
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/4c4a5c92
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/4c4a5c92

Branch: refs/heads/develop
Commit: 4c4a5c92b34104386ec2d0e1a53b0923158ee6b5
Parents: ebfc7f5
Author: Dominik Psenner 
Authored: Sat Aug 19 10:43:25 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:43:25 2017 +0200

--
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4c4a5c92/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index 7212610..0a8fbe6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -37,7 +37,7 @@ pipeline {
}
 
// builds
-   stage('build netstandard') {
+   stage('build netstandard-1.3') {
steps {
script {
checkout scm



[2/2] logging-log4net git commit: builder-netstandard: base docker image on 1.1.2-sdk-jessie

2017-08-19 Thread dpsenner
builder-netstandard: base docker image on 1.1.2-sdk-jessie

nant is available in jessie and we do not have to apply a hack.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/fb4d9901
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/fb4d9901
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/fb4d9901

Branch: refs/heads/develop
Commit: fb4d9901e039dd76cbeaedb284073eef43b2b231
Parents: 4c4a5c9
Author: Dominik Psenner 
Authored: Sat Aug 19 10:53:46 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:53:46 2017 +0200

--
 buildtools/docker/builder-netstandard/Dockerfile | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/fb4d9901/buildtools/docker/builder-netstandard/Dockerfile
--
diff --git a/buildtools/docker/builder-netstandard/Dockerfile 
b/buildtools/docker/builder-netstandard/Dockerfile
index b9c5f31..6fd683a 100644
--- a/buildtools/docker/builder-netstandard/Dockerfile
+++ b/buildtools/docker/builder-netstandard/Dockerfile
@@ -1,5 +1,4 @@
-# Name of container: docker-ubuntu-latest-nant
-FROM microsoft/dotnet
+FROM microsoft/dotnet:1.1.2-sdk-jessie
 
 # define arguments passed in as environment variables
 ARG JENKINS_UID
@@ -15,10 +14,6 @@ RUN mkdir -p /var/workspaces && chmod 0777 /var/workspaces
 RUN groupadd -r -g $JENKINS_GID jenkins-slave
 RUN useradd --base-dir /var/workspaces --create-home --shell /bin/bash --uid 
$JENKINS_UID --gid $JENKINS_GID --groups $JENKINS_GID -p -M jenkins
 
-# HACK: add apt source to make nant available;
-# the docker image is now based on debian stretch which no longer includes the 
nant package
-RUN echo "deb http://ftp.de.debian.org/debian sid main" >> 
/etc/apt/sources.list
-
 # install dependencies
 RUN apt-get update && apt-get install -y nant git
 



logging-log4net git commit: Jenkinsfile: let dotnet test verbosity be detailed

2017-08-19 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 5edf53ae6 -> 13e136fba


Jenkinsfile: let dotnet test verbosity be detailed


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/13e136fb
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/13e136fb
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/13e136fb

Branch: refs/heads/feature/cd-pipeline
Commit: 13e136fba5e353068935c40acb0c1025db47ca16
Parents: 5edf53a
Author: Dominik Psenner 
Authored: Sat Aug 19 12:21:35 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 12:21:35 2017 +0200

--
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/13e136fb/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index 34cb27a..e6f2224 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -63,7 +63,7 @@ pipeline {
stash includes: 'bin/**/*.*', 
name: 'netstandard-1.3-assemblies'
 
// test
-   sh 'cd 
netstandard/log4net.tests && dotnet test'
+   sh 'cd 
netstandard/log4net.tests && dotnet test --verbosity detailed'
}
}
}



logging-log4net git commit: builder-netstandard: added nant apt package source

2017-08-19 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/develop c7cf31f82 -> be2ae993d


builder-netstandard: added nant apt package source

The package source points to sid, thus allowing nant to be installed
in debian stretch too.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/be2ae993
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/be2ae993
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/be2ae993

Branch: refs/heads/develop
Commit: be2ae993df503bb563513d8637eb45b4fba16144
Parents: c7cf31f
Author: Dominik Psenner 
Authored: Sat Aug 19 10:03:21 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:03:21 2017 +0200

--
 buildtools/docker/builder-netstandard/Dockerfile | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/be2ae993/buildtools/docker/builder-netstandard/Dockerfile
--
diff --git a/buildtools/docker/builder-netstandard/Dockerfile 
b/buildtools/docker/builder-netstandard/Dockerfile
index 2dc5f54..2e7a109 100644
--- a/buildtools/docker/builder-netstandard/Dockerfile
+++ b/buildtools/docker/builder-netstandard/Dockerfile
@@ -18,6 +18,10 @@ RUN mkdir -p /var/workspaces && chmod 0777 /var/workspaces
 RUN groupadd -r -g $JENKINS_GID jenkins-slave
 RUN useradd --base-dir /var/workspaces --create-home --shell /bin/bash --uid 
$JENKINS_UID --gid $JENKINS_GID --groups $JENKINS_GID -p -M jenkins
 
+# HACK: add apt source to make nant available;
+# the docker image is now based on debian stretch which no longer includes the 
nant package
+echo "deb http://ftp.de.debian.org/debian sid main" >> /etc/apt/sources.list
+
 # install dependencies
 RUN apt-get update && apt-get install -y nant git
 



logging-log4net git commit: build: refactored netstandard target to mention 1.3

2017-08-19 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/develop 276eb8160 -> 38465f7a4


build: refactored netstandard target to mention 1.3


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/38465f7a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/38465f7a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/38465f7a

Branch: refs/heads/develop
Commit: 38465f7a478103b952dcea5753d9dcfb33ece5d4
Parents: 276eb81
Author: Dominik Psenner 
Authored: Sat Aug 19 10:19:12 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:21:39 2017 +0200

--
 Jenkinsfile   |  2 +-
 log4net.build | 20 ++--
 2 files changed, 11 insertions(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/38465f7a/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index 826bc17..b988843 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -59,7 +59,7 @@ pipeline {
// run docker container
builder.inside {
// compile
-   sh "nant compile-netstandard"
+   sh "nant 
compile-netstandard-1.3"
stash includes: 'bin/**/*.*', 
name: 'netstandard-assemblies'
 
// test

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/38465f7a/log4net.build
--
diff --git a/log4net.build b/log4net.build
index 6961d8b..f08133f 100644
--- a/log4net.build
+++ b/log4net.build
@@ -1,10 +1,10 @@
 
 
 
-
-
+
+
   
   
   
@@ -1748,14 +1748,14 @@ limitations under the License.
   
 
   
-  
-  
+  
+  
 
-
+
 
-
+
   
-  
+  
 
 
   



[6/6] logging-log4net git commit: builder-netstandard: fixed typo

2017-08-19 Thread dpsenner
builder-netstandard: fixed typo


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/ebfc7f50
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/ebfc7f50
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/ebfc7f50

Branch: refs/heads/feature/cd-pipeline
Commit: ebfc7f507a61fdd8f6a4f1e90cb5a40515cf
Parents: 652b9cb
Author: Dominik Psenner 
Authored: Sat Aug 19 10:39:39 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:39:39 2017 +0200

--
 buildtools/docker/builder-netstandard/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/ebfc7f50/buildtools/docker/builder-netstandard/Dockerfile
--
diff --git a/buildtools/docker/builder-netstandard/Dockerfile 
b/buildtools/docker/builder-netstandard/Dockerfile
index 7cde122..b9c5f31 100644
--- a/buildtools/docker/builder-netstandard/Dockerfile
+++ b/buildtools/docker/builder-netstandard/Dockerfile
@@ -17,7 +17,7 @@ RUN useradd --base-dir /var/workspaces --create-home --shell 
/bin/bash --uid $JE
 
 # HACK: add apt source to make nant available;
 # the docker image is now based on debian stretch which no longer includes the 
nant package
-echo "deb http://ftp.de.debian.org/debian sid main" >> /etc/apt/sources.list
+RUN echo "deb http://ftp.de.debian.org/debian sid main" >> 
/etc/apt/sources.list
 
 # install dependencies
 RUN apt-get update && apt-get install -y nant git



[1/6] logging-log4net git commit: builder-netstandard: added nant apt package source

2017-08-19 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline c7cf31f82 -> ebfc7f507


builder-netstandard: added nant apt package source

The package source points to sid, thus allowing nant to be installed
in debian stretch too.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/be2ae993
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/be2ae993
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/be2ae993

Branch: refs/heads/feature/cd-pipeline
Commit: be2ae993df503bb563513d8637eb45b4fba16144
Parents: c7cf31f
Author: Dominik Psenner 
Authored: Sat Aug 19 10:03:21 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:03:21 2017 +0200

--
 buildtools/docker/builder-netstandard/Dockerfile | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/be2ae993/buildtools/docker/builder-netstandard/Dockerfile
--
diff --git a/buildtools/docker/builder-netstandard/Dockerfile 
b/buildtools/docker/builder-netstandard/Dockerfile
index 2dc5f54..2e7a109 100644
--- a/buildtools/docker/builder-netstandard/Dockerfile
+++ b/buildtools/docker/builder-netstandard/Dockerfile
@@ -18,6 +18,10 @@ RUN mkdir -p /var/workspaces && chmod 0777 /var/workspaces
 RUN groupadd -r -g $JENKINS_GID jenkins-slave
 RUN useradd --base-dir /var/workspaces --create-home --shell /bin/bash --uid 
$JENKINS_UID --gid $JENKINS_GID --groups $JENKINS_GID -p -M jenkins
 
+# HACK: add apt source to make nant available;
+# the docker image is now based on debian stretch which no longer includes the 
nant package
+echo "deb http://ftp.de.debian.org/debian sid main" >> /etc/apt/sources.list
+
 # install dependencies
 RUN apt-get update && apt-get install -y nant git
 



[3/6] logging-log4net git commit: builder-netstandard: removed debug outputs

2017-08-19 Thread dpsenner
builder-netstandard: removed debug outputs


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/276eb816
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/276eb816
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/276eb816

Branch: refs/heads/feature/cd-pipeline
Commit: 276eb81608f0a7647019871fc3fe3c6a15fa82e0
Parents: bab915d
Author: Dominik Psenner 
Authored: Sat Aug 19 10:09:07 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:09:07 2017 +0200

--
 buildtools/docker/builder-netstandard/Dockerfile | 3 ---
 1 file changed, 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/276eb816/buildtools/docker/builder-netstandard/Dockerfile
--
diff --git a/buildtools/docker/builder-netstandard/Dockerfile 
b/buildtools/docker/builder-netstandard/Dockerfile
index 2e7a109..7cde122 100644
--- a/buildtools/docker/builder-netstandard/Dockerfile
+++ b/buildtools/docker/builder-netstandard/Dockerfile
@@ -8,9 +8,6 @@ ARG JENKINS_GID
 # set the maintainer of this docker image
 MAINTAINER "d...@logging.apache.org"
 
-RUN echo $JENKINS_UID
-RUN echo $JENKINS_GID
-
 # add custom workspace that can be written by anyone
 RUN mkdir -p /var/workspaces && chmod 0777 /var/workspaces
 



[5/6] logging-log4net git commit: Jenkinsfile: fixed stash command to mention netstandard-1.3 too

2017-08-19 Thread dpsenner
Jenkinsfile: fixed stash command to mention netstandard-1.3 too


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/652b9cb1
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/652b9cb1
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/652b9cb1

Branch: refs/heads/feature/cd-pipeline
Commit: 652b9cb1571dd75b4966ee217a1bcfddd5e3f026
Parents: 38465f7
Author: Dominik Psenner 
Authored: Sat Aug 19 10:27:04 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:27:04 2017 +0200

--
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/652b9cb1/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index b988843..7212610 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -60,7 +60,7 @@ pipeline {
builder.inside {
// compile
sh "nant 
compile-netstandard-1.3"
-   stash includes: 'bin/**/*.*', 
name: 'netstandard-assemblies'
+   stash includes: 'bin/**/*.*', 
name: 'netstandard-1.3-assemblies'
 
// test
sh 'cd 
netstandard/log4net.tests && dotnet test'
@@ -220,7 +220,7 @@ pipeline {
unstash 'mono-2.0-assemblies'
unstash 'mono-3.5-assemblies'
unstash 'mono-4.0-assemblies'
-   unstash 'netstandard-assemblies'
+   unstash 'netstandard-1.3-assemblies'
 
// unstash test results
unstash 'net-3.5-testresults'



[4/6] logging-log4net git commit: build: refactored netstandard target to mention 1.3

2017-08-19 Thread dpsenner
build: refactored netstandard target to mention 1.3


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/38465f7a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/38465f7a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/38465f7a

Branch: refs/heads/feature/cd-pipeline
Commit: 38465f7a478103b952dcea5753d9dcfb33ece5d4
Parents: 276eb81
Author: Dominik Psenner 
Authored: Sat Aug 19 10:19:12 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:21:39 2017 +0200

--
 Jenkinsfile   |  2 +-
 log4net.build | 20 ++--
 2 files changed, 11 insertions(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/38465f7a/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index 826bc17..b988843 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -59,7 +59,7 @@ pipeline {
// run docker container
builder.inside {
// compile
-   sh "nant compile-netstandard"
+   sh "nant 
compile-netstandard-1.3"
stash includes: 'bin/**/*.*', 
name: 'netstandard-assemblies'
 
// test

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/38465f7a/log4net.build
--
diff --git a/log4net.build b/log4net.build
index 6961d8b..f08133f 100644
--- a/log4net.build
+++ b/log4net.build
@@ -1,10 +1,10 @@
 
 
 
-
-
+
+
   
   
   
@@ -1748,14 +1748,14 @@ limitations under the License.
   
 
   
-  
-  
+  
+  
 
-
+
 
-
+
   
-  
+  
 
 
   



[1/2] logging-log4net git commit: Jenkinsfile: fixed stash command to mention netstandard-1.3 too

2017-08-19 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/develop 38465f7a4 -> ebfc7f507


Jenkinsfile: fixed stash command to mention netstandard-1.3 too


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/652b9cb1
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/652b9cb1
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/652b9cb1

Branch: refs/heads/develop
Commit: 652b9cb1571dd75b4966ee217a1bcfddd5e3f026
Parents: 38465f7
Author: Dominik Psenner 
Authored: Sat Aug 19 10:27:04 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:27:04 2017 +0200

--
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/652b9cb1/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index b988843..7212610 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -60,7 +60,7 @@ pipeline {
builder.inside {
// compile
sh "nant 
compile-netstandard-1.3"
-   stash includes: 'bin/**/*.*', 
name: 'netstandard-assemblies'
+   stash includes: 'bin/**/*.*', 
name: 'netstandard-1.3-assemblies'
 
// test
sh 'cd 
netstandard/log4net.tests && dotnet test'
@@ -220,7 +220,7 @@ pipeline {
unstash 'mono-2.0-assemblies'
unstash 'mono-3.5-assemblies'
unstash 'mono-4.0-assemblies'
-   unstash 'netstandard-assemblies'
+   unstash 'netstandard-1.3-assemblies'
 
// unstash test results
unstash 'net-3.5-testresults'



[2/6] logging-log4net git commit: Jenkinsfile: removed comments and debug outputs

2017-08-19 Thread dpsenner
Jenkinsfile: removed comments and debug outputs


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/bab915d4
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/bab915d4
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/bab915d4

Branch: refs/heads/feature/cd-pipeline
Commit: bab915d40c3813594f535ba61b56bbcbb9cbe5c1
Parents: be2ae99
Author: Dominik Psenner 
Authored: Sat Aug 19 10:08:40 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:08:40 2017 +0200

--
 Jenkinsfile | 12 +---
 1 file changed, 1 insertion(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/bab915d4/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index 43215b5..826bc17 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -52,8 +52,6 @@ pipeline {
script: "stat -c \"%g\" 
$builder_dir",
returnStdout: true
).trim()
-   echo "$JENKINS_UID"
-   echo "$JENKINS_GID"
 
// build docker container
def builder = docker.build 
'builder-netstandard:latest', "--file $builder_dir/Dockerfile --build-arg 
JENKINS_UID=$JENKINS_UID --build-arg JENKINS_GID=$JENKINS_GID $builder_dir"
@@ -68,14 +66,6 @@ pipeline {
sh 'cd 
netstandard/log4net.tests && dotnet test'
}
}
-
-
-   // compile 
-   // sh 'nant compile-netstandard'
-   // stash includes: 'bin/**/*.*', name: 
'netstandard-assemblies'
-
-   // test
-   // sh 'cd netstandard/log4net.tests && dotnet 
test'
}
}
stage('build net-3.5') {
@@ -245,7 +235,7 @@ pipeline {
// unstash site
unstash 'site'
}
-   
+
// move site
sh 'mv package/target/site/ package/site/'
sh 'rmdir -p --ignore-fail-on-non-empty 
package/target'



logging-log4net git commit: Jenkinsfile: renamed stage "build netstandard" to "build netstandard-1.3"

2017-08-19 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline ebfc7f507 -> 4c4a5c92b


Jenkinsfile: renamed stage "build netstandard" to "build netstandard-1.3"


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/4c4a5c92
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/4c4a5c92
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/4c4a5c92

Branch: refs/heads/feature/cd-pipeline
Commit: 4c4a5c92b34104386ec2d0e1a53b0923158ee6b5
Parents: ebfc7f5
Author: Dominik Psenner 
Authored: Sat Aug 19 10:43:25 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:43:25 2017 +0200

--
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4c4a5c92/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index 7212610..0a8fbe6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -37,7 +37,7 @@ pipeline {
}
 
// builds
-   stage('build netstandard') {
+   stage('build netstandard-1.3') {
steps {
script {
checkout scm



[03/12] logging-log4net git commit: builder-netstandard: removed debug outputs

2017-08-19 Thread dpsenner
builder-netstandard: removed debug outputs


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/276eb816
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/276eb816
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/276eb816

Branch: refs/heads/feature/netstandard-2.0
Commit: 276eb81608f0a7647019871fc3fe3c6a15fa82e0
Parents: bab915d
Author: Dominik Psenner 
Authored: Sat Aug 19 10:09:07 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:09:07 2017 +0200

--
 buildtools/docker/builder-netstandard/Dockerfile | 3 ---
 1 file changed, 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/276eb816/buildtools/docker/builder-netstandard/Dockerfile
--
diff --git a/buildtools/docker/builder-netstandard/Dockerfile 
b/buildtools/docker/builder-netstandard/Dockerfile
index 2e7a109..7cde122 100644
--- a/buildtools/docker/builder-netstandard/Dockerfile
+++ b/buildtools/docker/builder-netstandard/Dockerfile
@@ -8,9 +8,6 @@ ARG JENKINS_GID
 # set the maintainer of this docker image
 MAINTAINER "d...@logging.apache.org"
 
-RUN echo $JENKINS_UID
-RUN echo $JENKINS_GID
-
 # add custom workspace that can be written by anyone
 RUN mkdir -p /var/workspaces && chmod 0777 /var/workspaces
 



[02/12] logging-log4net git commit: Jenkinsfile: removed comments and debug outputs

2017-08-19 Thread dpsenner
Jenkinsfile: removed comments and debug outputs


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/bab915d4
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/bab915d4
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/bab915d4

Branch: refs/heads/feature/netstandard-2.0
Commit: bab915d40c3813594f535ba61b56bbcbb9cbe5c1
Parents: be2ae99
Author: Dominik Psenner 
Authored: Sat Aug 19 10:08:40 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:08:40 2017 +0200

--
 Jenkinsfile | 12 +---
 1 file changed, 1 insertion(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/bab915d4/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index 43215b5..826bc17 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -52,8 +52,6 @@ pipeline {
script: "stat -c \"%g\" 
$builder_dir",
returnStdout: true
).trim()
-   echo "$JENKINS_UID"
-   echo "$JENKINS_GID"
 
// build docker container
def builder = docker.build 
'builder-netstandard:latest', "--file $builder_dir/Dockerfile --build-arg 
JENKINS_UID=$JENKINS_UID --build-arg JENKINS_GID=$JENKINS_GID $builder_dir"
@@ -68,14 +66,6 @@ pipeline {
sh 'cd 
netstandard/log4net.tests && dotnet test'
}
}
-
-
-   // compile 
-   // sh 'nant compile-netstandard'
-   // stash includes: 'bin/**/*.*', name: 
'netstandard-assemblies'
-
-   // test
-   // sh 'cd netstandard/log4net.tests && dotnet 
test'
}
}
stage('build net-3.5') {
@@ -245,7 +235,7 @@ pipeline {
// unstash site
unstash 'site'
}
-   
+
// move site
sh 'mv package/target/site/ package/site/'
sh 'rmdir -p --ignore-fail-on-non-empty 
package/target'



[12/12] logging-log4net git commit: Merge branch 'develop' into feature/netstandard-2.0

2017-08-19 Thread dpsenner
Merge branch 'develop' into feature/netstandard-2.0


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/8a43f89b
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/8a43f89b
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/8a43f89b

Branch: refs/heads/feature/netstandard-2.0
Commit: 8a43f89bb1867f3c68b618ab2b3f50126fa090d7
Parents: e666d9e 1db460b
Author: Dominik Psenner 
Authored: Sat Aug 19 18:14:40 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 18:14:40 2017 +0200

--
 Jenkinsfile | 16 ++
 .../docker/build-builder-netstandard-1.3.sh | 23 
 .../docker/build-builder-netstandard-2.0.sh | 23 
 buildtools/docker/build-builder-netstandard.sh  | 23 
 .../docker/builder-netstandard-1.3/Dockerfile   | 18 +++
 .../docker/builder-netstandard-2.0/Dockerfile   | 18 +++
 .../docker/builder-netstandard/Dockerfile   | 18 ---
 .../docker/run-builder-netstandard-1.3.sh   | 18 +++
 .../docker/run-builder-netstandard-2.0.sh   | 18 +++
 buildtools/docker/run-builder-netstandard.sh| 18 ---
 log4net.build   | 20 -
 11 files changed, 135 insertions(+), 78 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8a43f89b/Jenkinsfile
--
diff --cc Jenkinsfile
index 3f6f1b9,a13b52b..2604347
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@@ -65,40 -63,7 +63,40 @@@ pipeline 
stash includes: 'bin/**/*.*', 
name: 'netstandard-1.3-assemblies'
  
// test
-   sh "dotnet test 
tests/src/log4net.Tests.csproj"
 -  sh 'cd 
netstandard/log4net.tests && dotnet test --verbosity detailed'
++  sh "dotnet test 
tests/src/log4net.Tests.csproj --verbosity detailed"
 +  }
 +  }
 +  }
 +  }
 +  stage('build netstandard-2.0') {
 +  steps {
 +  script {
 +  checkout scm
-   def builder_dir = 
"buildtools/docker/builder-netstandard"
++  def builder_dir = 
"buildtools/docker/builder-netstandard-2.0"
 +
 +  // calculate args required to build the 
docker container
 +  def JENKINS_UID = sh (
 +  script: "stat -c \"%u\" 
$builder_dir",
 +  returnStdout: true
 +  ).trim()
 +  def JENKINS_GID = sh (
 +  script: "stat -c \"%g\" 
$builder_dir",
 +  returnStdout: true
 +  ).trim()
 +  echo "$JENKINS_UID"
 +  echo "$JENKINS_GID"
 +
 +  // build docker container
 +  def builder = docker.build 
'builder-netstandard:latest', "--file $builder_dir/Dockerfile --build-arg 
JENKINS_UID=$JENKINS_UID --build-arg JENKINS_GID=$JENKINS_GID $builder_dir"
 +
 +  // run docker container
 +  builder.inside {
 +  // compile
-   sh "dotnet build 
src/log4net.csproj -c Release -f netstandard2.0 -o ../bin/netstandard2.0"
++  sh "nant 
compile-netstandard-2.0"
 +  stash includes: 'bin/**/*.*', 
name: 'netstandard-2.0-assemblies'
 +
 +  // test
-   sh "dotnet test 
tests/src/log4net.Tests.csproj"
++  sh "dotnet test 
tests/src/log4net.Tests.csproj --verbosity detailed"
}
}
}

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8a43f89b/buildtools/docker/build-builder-netstandard-2.0.sh

[09/12] logging-log4net git commit: builder-netstandard: renamed the builder to mention version 1.3

2017-08-19 Thread dpsenner
builder-netstandard: renamed the builder to mention version 1.3


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/5edf53ae
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/5edf53ae
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/5edf53ae

Branch: refs/heads/feature/netstandard-2.0
Commit: 5edf53ae675164d8b98f7c30f3f67ac2861b2e36
Parents: fb4d990
Author: Dominik Psenner 
Authored: Sat Aug 19 11:05:47 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 11:05:47 2017 +0200

--
 Jenkinsfile |  2 +-
 .../docker/build-builder-netstandard-1.3.sh | 23 
 buildtools/docker/build-builder-netstandard.sh  | 23 
 .../docker/builder-netstandard-1.3/Dockerfile   | 19 
 .../docker/builder-netstandard/Dockerfile   | 19 
 .../docker/run-builder-netstandard-1.3.sh   | 18 +++
 buildtools/docker/run-builder-netstandard.sh| 18 ---
 7 files changed, 61 insertions(+), 61 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/5edf53ae/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index 0a8fbe6..34cb27a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,7 +41,7 @@ pipeline {
steps {
script {
checkout scm
-   def builder_dir = 
"buildtools/docker/builder-netstandard"
+   def builder_dir = 
"buildtools/docker/builder-netstandard-1.3"
 
// calculate args required to build the 
docker container
def JENKINS_UID = sh (

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/5edf53ae/buildtools/docker/build-builder-netstandard-1.3.sh
--
diff --git a/buildtools/docker/build-builder-netstandard-1.3.sh 
b/buildtools/docker/build-builder-netstandard-1.3.sh
new file mode 100755
index 000..f1fc772
--- /dev/null
+++ b/buildtools/docker/build-builder-netstandard-1.3.sh
@@ -0,0 +1,23 @@
+#!/bin/bash
+
+MY_PATH="`dirname \"$0\"`"  # relative
+MY_PATH="`( cd \"$MY_PATH\" && pwd )`"  # absolutized and normalized
+if [ -z "$MY_PATH" ] ; then
+  # error; for some reason, the path is not accessible
+  # to the script (e.g. permissions re-evaled after suid)
+  exit 1  # fail
+fi
+
+NAME="builder-netstandard-1.3"
+JENKINS_UID=$2
+if [ -z "$JENKINS_UID" ] ; then
+  JENKINS_UID="`stat -c \"%u\" $0`"
+fi
+
+JENKINS_GID=$3
+if [ -z "$JENKINS_GID" ] ; then
+  JENKINS_GID="`stat -c \"%g\" $0`"
+fi
+
+docker build --build-arg JENKINS_UID=$JENKINS_UID --build-arg 
JENKINS_GID=$JENKINS_GID --tag $NAME:latest $MY_PATH/$NAME
+

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/5edf53ae/buildtools/docker/build-builder-netstandard.sh
--
diff --git a/buildtools/docker/build-builder-netstandard.sh 
b/buildtools/docker/build-builder-netstandard.sh
deleted file mode 100755
index e3871c5..000
--- a/buildtools/docker/build-builder-netstandard.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-MY_PATH="`dirname \"$0\"`"  # relative
-MY_PATH="`( cd \"$MY_PATH\" && pwd )`"  # absolutized and normalized
-if [ -z "$MY_PATH" ] ; then
-  # error; for some reason, the path is not accessible
-  # to the script (e.g. permissions re-evaled after suid)
-  exit 1  # fail
-fi
-
-NAME="builder-netstandard"
-JENKINS_UID=$2
-if [ -z "$JENKINS_UID" ] ; then
-  JENKINS_UID="`stat -c \"%u\" $0`"
-fi
-
-JENKINS_GID=$3
-if [ -z "$JENKINS_GID" ] ; then
-  JENKINS_GID="`stat -c \"%g\" $0`"
-fi
-
-docker build --build-arg JENKINS_UID=$JENKINS_UID --build-arg 
JENKINS_GID=$JENKINS_GID --tag $NAME:latest $MY_PATH/$NAME
-

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/5edf53ae/buildtools/docker/builder-netstandard-1.3/Dockerfile
--
diff --git a/buildtools/docker/builder-netstandard-1.3/Dockerfile 
b/buildtools/docker/builder-netstandard-1.3/Dockerfile
new file mode 100644
index 000..6fd683a
--- /dev/null
+++ b/buildtools/docker/builder-netstandard-1.3/Dockerfile
@@ -0,0 +1,19 @@
+FROM microsoft/dotnet:1.1.2-sdk-jessie
+
+# define arguments passed in as environment variables
+ARG JENKINS_UID
+ARG JENKINS_GID
+
+# set the maintainer of this docker image
+MAINTAINER "d...@logging.apache.org"
+
+# add custom workspace that can be written by anyone

[04/12] logging-log4net git commit: build: refactored netstandard target to mention 1.3

2017-08-19 Thread dpsenner
build: refactored netstandard target to mention 1.3


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/38465f7a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/38465f7a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/38465f7a

Branch: refs/heads/feature/netstandard-2.0
Commit: 38465f7a478103b952dcea5753d9dcfb33ece5d4
Parents: 276eb81
Author: Dominik Psenner 
Authored: Sat Aug 19 10:19:12 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:21:39 2017 +0200

--
 Jenkinsfile   |  2 +-
 log4net.build | 20 ++--
 2 files changed, 11 insertions(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/38465f7a/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index 826bc17..b988843 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -59,7 +59,7 @@ pipeline {
// run docker container
builder.inside {
// compile
-   sh "nant compile-netstandard"
+   sh "nant 
compile-netstandard-1.3"
stash includes: 'bin/**/*.*', 
name: 'netstandard-assemblies'
 
// test

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/38465f7a/log4net.build
--
diff --git a/log4net.build b/log4net.build
index 6961d8b..f08133f 100644
--- a/log4net.build
+++ b/log4net.build
@@ -1,10 +1,10 @@
 
 
 
-
-
+
+
   
   
   
@@ -1748,14 +1748,14 @@ limitations under the License.
   
 
   
-  
-  
+  
+  
 
-
+
 
-
+
   
-  
+  
 
 
   



logging-log4net git commit: Jenkinsfile: increased timeout to 4 hours

2017-08-19 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 13e136fba -> 1db460bd9


Jenkinsfile: increased timeout to 4 hours

Building the docker containers takes a significant amount of time.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/1db460bd
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/1db460bd
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/1db460bd

Branch: refs/heads/feature/cd-pipeline
Commit: 1db460bd9db1cfae308fdd18da8c40596bf10939
Parents: 13e136f
Author: Dominik Psenner 
Authored: Sat Aug 19 13:10:06 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 13:10:06 2017 +0200

--
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/1db460bd/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index e6f2224..a13b52b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,7 +19,7 @@
 
 pipeline {
options {
-   timeout(time: 1, unit: 'HOURS')
+   timeout(time: 4, unit: 'HOURS')
buildDiscarder(logRotator(numToKeepStr: '3'))
skipDefaultCheckout()
disableConcurrentBuilds()



logging-log4net git commit: log4net.build: added comment to describe the new targets

2017-08-19 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/feature/netstandard-2.0 8a43f89bb -> 605c5fcb1


log4net.build: added comment to describe the new targets


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/605c5fcb
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/605c5fcb
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/605c5fcb

Branch: refs/heads/feature/netstandard-2.0
Commit: 605c5fcb12788417ee5616df4f93b995f8e60c42
Parents: 8a43f89
Author: Dominik Psenner 
Authored: Sat Aug 19 18:23:27 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 18:23:27 2017 +0200

--
 log4net.build | 3 +++
 1 file changed, 3 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/605c5fcb/log4net.build
--
diff --git a/log4net.build b/log4net.build
index 08997d1..eeeddb5 100644
--- a/log4net.build
+++ b/log4net.build
@@ -203,6 +203,8 @@ limitations under the License.
 
 
 
+
+
   
   
   
@@ -1791,6 +1793,7 @@ limitations under the License.
   
 
   
+  
   
 
 



[3/3] logging-log4net git commit: Jenkinsfile: increased timeout to 4 hours

2017-08-19 Thread dpsenner
Jenkinsfile: increased timeout to 4 hours

Building the docker containers takes a significant amount of time.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/1db460bd
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/1db460bd
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/1db460bd

Branch: refs/heads/develop
Commit: 1db460bd9db1cfae308fdd18da8c40596bf10939
Parents: 13e136f
Author: Dominik Psenner 
Authored: Sat Aug 19 13:10:06 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 13:10:06 2017 +0200

--
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/1db460bd/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index e6f2224..a13b52b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,7 +19,7 @@
 
 pipeline {
options {
-   timeout(time: 1, unit: 'HOURS')
+   timeout(time: 4, unit: 'HOURS')
buildDiscarder(logRotator(numToKeepStr: '3'))
skipDefaultCheckout()
disableConcurrentBuilds()



[1/3] logging-log4net git commit: builder-netstandard: renamed the builder to mention version 1.3

2017-08-19 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/develop fb4d9901e -> 1db460bd9


builder-netstandard: renamed the builder to mention version 1.3


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/5edf53ae
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/5edf53ae
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/5edf53ae

Branch: refs/heads/develop
Commit: 5edf53ae675164d8b98f7c30f3f67ac2861b2e36
Parents: fb4d990
Author: Dominik Psenner 
Authored: Sat Aug 19 11:05:47 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 11:05:47 2017 +0200

--
 Jenkinsfile |  2 +-
 .../docker/build-builder-netstandard-1.3.sh | 23 
 buildtools/docker/build-builder-netstandard.sh  | 23 
 .../docker/builder-netstandard-1.3/Dockerfile   | 19 
 .../docker/builder-netstandard/Dockerfile   | 19 
 .../docker/run-builder-netstandard-1.3.sh   | 18 +++
 buildtools/docker/run-builder-netstandard.sh| 18 ---
 7 files changed, 61 insertions(+), 61 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/5edf53ae/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index 0a8fbe6..34cb27a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,7 +41,7 @@ pipeline {
steps {
script {
checkout scm
-   def builder_dir = 
"buildtools/docker/builder-netstandard"
+   def builder_dir = 
"buildtools/docker/builder-netstandard-1.3"
 
// calculate args required to build the 
docker container
def JENKINS_UID = sh (

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/5edf53ae/buildtools/docker/build-builder-netstandard-1.3.sh
--
diff --git a/buildtools/docker/build-builder-netstandard-1.3.sh 
b/buildtools/docker/build-builder-netstandard-1.3.sh
new file mode 100755
index 000..f1fc772
--- /dev/null
+++ b/buildtools/docker/build-builder-netstandard-1.3.sh
@@ -0,0 +1,23 @@
+#!/bin/bash
+
+MY_PATH="`dirname \"$0\"`"  # relative
+MY_PATH="`( cd \"$MY_PATH\" && pwd )`"  # absolutized and normalized
+if [ -z "$MY_PATH" ] ; then
+  # error; for some reason, the path is not accessible
+  # to the script (e.g. permissions re-evaled after suid)
+  exit 1  # fail
+fi
+
+NAME="builder-netstandard-1.3"
+JENKINS_UID=$2
+if [ -z "$JENKINS_UID" ] ; then
+  JENKINS_UID="`stat -c \"%u\" $0`"
+fi
+
+JENKINS_GID=$3
+if [ -z "$JENKINS_GID" ] ; then
+  JENKINS_GID="`stat -c \"%g\" $0`"
+fi
+
+docker build --build-arg JENKINS_UID=$JENKINS_UID --build-arg 
JENKINS_GID=$JENKINS_GID --tag $NAME:latest $MY_PATH/$NAME
+

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/5edf53ae/buildtools/docker/build-builder-netstandard.sh
--
diff --git a/buildtools/docker/build-builder-netstandard.sh 
b/buildtools/docker/build-builder-netstandard.sh
deleted file mode 100755
index e3871c5..000
--- a/buildtools/docker/build-builder-netstandard.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-MY_PATH="`dirname \"$0\"`"  # relative
-MY_PATH="`( cd \"$MY_PATH\" && pwd )`"  # absolutized and normalized
-if [ -z "$MY_PATH" ] ; then
-  # error; for some reason, the path is not accessible
-  # to the script (e.g. permissions re-evaled after suid)
-  exit 1  # fail
-fi
-
-NAME="builder-netstandard"
-JENKINS_UID=$2
-if [ -z "$JENKINS_UID" ] ; then
-  JENKINS_UID="`stat -c \"%u\" $0`"
-fi
-
-JENKINS_GID=$3
-if [ -z "$JENKINS_GID" ] ; then
-  JENKINS_GID="`stat -c \"%g\" $0`"
-fi
-
-docker build --build-arg JENKINS_UID=$JENKINS_UID --build-arg 
JENKINS_GID=$JENKINS_GID --tag $NAME:latest $MY_PATH/$NAME
-

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/5edf53ae/buildtools/docker/builder-netstandard-1.3/Dockerfile
--
diff --git a/buildtools/docker/builder-netstandard-1.3/Dockerfile 
b/buildtools/docker/builder-netstandard-1.3/Dockerfile
new file mode 100644
index 000..6fd683a
--- /dev/null
+++ b/buildtools/docker/builder-netstandard-1.3/Dockerfile
@@ -0,0 +1,19 @@
+FROM microsoft/dotnet:1.1.2-sdk-jessie
+
+# define arguments passed in as environment variables
+ARG JENKINS_UID
+ARG JENKINS_GID
+
+# set the maintainer of this docker image
+MAINTAINER 

[2/3] logging-log4net git commit: Jenkinsfile: let dotnet test verbosity be detailed

2017-08-19 Thread dpsenner
Jenkinsfile: let dotnet test verbosity be detailed


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/13e136fb
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/13e136fb
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/13e136fb

Branch: refs/heads/develop
Commit: 13e136fba5e353068935c40acb0c1025db47ca16
Parents: 5edf53a
Author: Dominik Psenner 
Authored: Sat Aug 19 12:21:35 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 12:21:35 2017 +0200

--
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/13e136fb/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index 34cb27a..e6f2224 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -63,7 +63,7 @@ pipeline {
stash includes: 'bin/**/*.*', 
name: 'netstandard-1.3-assemblies'
 
// test
-   sh 'cd 
netstandard/log4net.tests && dotnet test'
+   sh 'cd 
netstandard/log4net.tests && dotnet test --verbosity detailed'
}
}
}



[10/12] logging-log4net git commit: Jenkinsfile: let dotnet test verbosity be detailed

2017-08-19 Thread dpsenner
Jenkinsfile: let dotnet test verbosity be detailed


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/13e136fb
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/13e136fb
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/13e136fb

Branch: refs/heads/feature/netstandard-2.0
Commit: 13e136fba5e353068935c40acb0c1025db47ca16
Parents: 5edf53a
Author: Dominik Psenner 
Authored: Sat Aug 19 12:21:35 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 12:21:35 2017 +0200

--
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/13e136fb/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index 34cb27a..e6f2224 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -63,7 +63,7 @@ pipeline {
stash includes: 'bin/**/*.*', 
name: 'netstandard-1.3-assemblies'
 
// test
-   sh 'cd 
netstandard/log4net.tests && dotnet test'
+   sh 'cd 
netstandard/log4net.tests && dotnet test --verbosity detailed'
}
}
}



[08/12] logging-log4net git commit: builder-netstandard: base docker image on 1.1.2-sdk-jessie

2017-08-19 Thread dpsenner
builder-netstandard: base docker image on 1.1.2-sdk-jessie

nant is available in jessie and we do not have to apply a hack.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/fb4d9901
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/fb4d9901
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/fb4d9901

Branch: refs/heads/feature/netstandard-2.0
Commit: fb4d9901e039dd76cbeaedb284073eef43b2b231
Parents: 4c4a5c9
Author: Dominik Psenner 
Authored: Sat Aug 19 10:53:46 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:53:46 2017 +0200

--
 buildtools/docker/builder-netstandard/Dockerfile | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/fb4d9901/buildtools/docker/builder-netstandard/Dockerfile
--
diff --git a/buildtools/docker/builder-netstandard/Dockerfile 
b/buildtools/docker/builder-netstandard/Dockerfile
index b9c5f31..6fd683a 100644
--- a/buildtools/docker/builder-netstandard/Dockerfile
+++ b/buildtools/docker/builder-netstandard/Dockerfile
@@ -1,5 +1,4 @@
-# Name of container: docker-ubuntu-latest-nant
-FROM microsoft/dotnet
+FROM microsoft/dotnet:1.1.2-sdk-jessie
 
 # define arguments passed in as environment variables
 ARG JENKINS_UID
@@ -15,10 +14,6 @@ RUN mkdir -p /var/workspaces && chmod 0777 /var/workspaces
 RUN groupadd -r -g $JENKINS_GID jenkins-slave
 RUN useradd --base-dir /var/workspaces --create-home --shell /bin/bash --uid 
$JENKINS_UID --gid $JENKINS_GID --groups $JENKINS_GID -p -M jenkins
 
-# HACK: add apt source to make nant available;
-# the docker image is now based on debian stretch which no longer includes the 
nant package
-RUN echo "deb http://ftp.de.debian.org/debian sid main" >> 
/etc/apt/sources.list
-
 # install dependencies
 RUN apt-get update && apt-get install -y nant git
 



[07/12] logging-log4net git commit: Jenkinsfile: renamed stage "build netstandard" to "build netstandard-1.3"

2017-08-19 Thread dpsenner
Jenkinsfile: renamed stage "build netstandard" to "build netstandard-1.3"


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/4c4a5c92
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/4c4a5c92
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/4c4a5c92

Branch: refs/heads/feature/netstandard-2.0
Commit: 4c4a5c92b34104386ec2d0e1a53b0923158ee6b5
Parents: ebfc7f5
Author: Dominik Psenner 
Authored: Sat Aug 19 10:43:25 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:43:25 2017 +0200

--
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4c4a5c92/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index 7212610..0a8fbe6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -37,7 +37,7 @@ pipeline {
}
 
// builds
-   stage('build netstandard') {
+   stage('build netstandard-1.3') {
steps {
script {
checkout scm



[06/12] logging-log4net git commit: builder-netstandard: fixed typo

2017-08-19 Thread dpsenner
builder-netstandard: fixed typo


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/ebfc7f50
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/ebfc7f50
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/ebfc7f50

Branch: refs/heads/feature/netstandard-2.0
Commit: ebfc7f507a61fdd8f6a4f1e90cb5a40515cf
Parents: 652b9cb
Author: Dominik Psenner 
Authored: Sat Aug 19 10:39:39 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:39:39 2017 +0200

--
 buildtools/docker/builder-netstandard/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/ebfc7f50/buildtools/docker/builder-netstandard/Dockerfile
--
diff --git a/buildtools/docker/builder-netstandard/Dockerfile 
b/buildtools/docker/builder-netstandard/Dockerfile
index 7cde122..b9c5f31 100644
--- a/buildtools/docker/builder-netstandard/Dockerfile
+++ b/buildtools/docker/builder-netstandard/Dockerfile
@@ -17,7 +17,7 @@ RUN useradd --base-dir /var/workspaces --create-home --shell 
/bin/bash --uid $JE
 
 # HACK: add apt source to make nant available;
 # the docker image is now based on debian stretch which no longer includes the 
nant package
-echo "deb http://ftp.de.debian.org/debian sid main" >> /etc/apt/sources.list
+RUN echo "deb http://ftp.de.debian.org/debian sid main" >> 
/etc/apt/sources.list
 
 # install dependencies
 RUN apt-get update && apt-get install -y nant git



[11/12] logging-log4net git commit: Jenkinsfile: increased timeout to 4 hours

2017-08-19 Thread dpsenner
Jenkinsfile: increased timeout to 4 hours

Building the docker containers takes a significant amount of time.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/1db460bd
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/1db460bd
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/1db460bd

Branch: refs/heads/feature/netstandard-2.0
Commit: 1db460bd9db1cfae308fdd18da8c40596bf10939
Parents: 13e136f
Author: Dominik Psenner 
Authored: Sat Aug 19 13:10:06 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 13:10:06 2017 +0200

--
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/1db460bd/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index e6f2224..a13b52b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,7 +19,7 @@
 
 pipeline {
options {
-   timeout(time: 1, unit: 'HOURS')
+   timeout(time: 4, unit: 'HOURS')
buildDiscarder(logRotator(numToKeepStr: '3'))
skipDefaultCheckout()
disableConcurrentBuilds()



[01/12] logging-log4net git commit: builder-netstandard: added nant apt package source

2017-08-19 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/feature/netstandard-2.0 e666d9ea6 -> 8a43f89bb


builder-netstandard: added nant apt package source

The package source points to sid, thus allowing nant to be installed
in debian stretch too.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/be2ae993
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/be2ae993
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/be2ae993

Branch: refs/heads/feature/netstandard-2.0
Commit: be2ae993df503bb563513d8637eb45b4fba16144
Parents: c7cf31f
Author: Dominik Psenner 
Authored: Sat Aug 19 10:03:21 2017 +0200
Committer: Dominik Psenner 
Committed: Sat Aug 19 10:03:21 2017 +0200

--
 buildtools/docker/builder-netstandard/Dockerfile | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/be2ae993/buildtools/docker/builder-netstandard/Dockerfile
--
diff --git a/buildtools/docker/builder-netstandard/Dockerfile 
b/buildtools/docker/builder-netstandard/Dockerfile
index 2dc5f54..2e7a109 100644
--- a/buildtools/docker/builder-netstandard/Dockerfile
+++ b/buildtools/docker/builder-netstandard/Dockerfile
@@ -18,6 +18,10 @@ RUN mkdir -p /var/workspaces && chmod 0777 /var/workspaces
 RUN groupadd -r -g $JENKINS_GID jenkins-slave
 RUN useradd --base-dir /var/workspaces --create-home --shell /bin/bash --uid 
$JENKINS_UID --gid $JENKINS_GID --groups $JENKINS_GID -p -M jenkins
 
+# HACK: add apt source to make nant available;
+# the docker image is now based on debian stretch which no longer includes the 
nant package
+echo "deb http://ftp.de.debian.org/debian sid main" >> /etc/apt/sources.list
+
 # install dependencies
 RUN apt-get update && apt-get install -y nant git
 



logging-log4net git commit: Added invocation to dotnet restore before building netstandard

2017-08-20 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/feature/netstandard-2.0 605c5fcb1 -> 4c5edb375


Added invocation to dotnet restore before building netstandard


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/4c5edb37
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/4c5edb37
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/4c5edb37

Branch: refs/heads/feature/netstandard-2.0
Commit: 4c5edb375ecb216adb8bf143eeb8b2b11e5b1660
Parents: 605c5fc
Author: Dominik Psenner 
Authored: Sun Aug 20 21:38:55 2017 +0200
Committer: Dominik Psenner 
Committed: Sun Aug 20 21:38:55 2017 +0200

--
 log4net.build | 8 
 1 file changed, 8 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4c5edb37/log4net.build
--
diff --git a/log4net.build b/log4net.build
index eeeddb5..3c3ae0c 100644
--- a/log4net.build
+++ b/log4net.build
@@ -1766,6 +1766,10 @@ limitations under the License.
   
 
 
+  
+  
+
+  
   
 
   
@@ -1809,6 +1813,10 @@ limitations under the License.
   
 
 
+  
+  
+
+  
   
 
   



logging-log4net git commit: Jenkinsfile: commented out dotnet test for target compile-netstandard-1.3

2017-08-20 Thread dpsenner
Repository: logging-log4net
Updated Branches:
  refs/heads/feature/netstandard-2.0 4c5edb375 -> a7c6100e4


Jenkinsfile: commented out dotnet test for target compile-netstandard-1.3


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/a7c6100e
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/a7c6100e
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/a7c6100e

Branch: refs/heads/feature/netstandard-2.0
Commit: a7c6100e469f4159d02b4d5bb61e5f242f67f08c
Parents: 4c5edb3
Author: Dominik Psenner 
Authored: Sun Aug 20 21:58:24 2017 +0200
Committer: Dominik Psenner 
Committed: Sun Aug 20 21:58:24 2017 +0200

--
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/a7c6100e/Jenkinsfile
--
diff --git a/Jenkinsfile b/Jenkinsfile
index 2604347..16d3ff4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -62,8 +62,8 @@ pipeline {
sh "nant 
compile-netstandard-1.3"
stash includes: 'bin/**/*.*', 
name: 'netstandard-1.3-assemblies'
 
-   // test
-   sh "dotnet test 
tests/src/log4net.Tests.csproj --verbosity detailed"
+   // TODO: test; it currently 
does not work because the test project targets netstandard-2.0 only
+   // sh "dotnet test 
tests/src/log4net.Tests.csproj --verbosity detailed"
}
}
}



<    4   5   6   7   8   9   10   11   12   13   >