[jira] [Commented] (LOG4NET-567) Use new csproj format to target multiple frameworks

2017-08-18 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16133985#comment-16133985 ] Dominik Psenner commented on LOG4NET-567: - My plan is to install nant manually in

[jira] [Commented] (LOG4NET-567) Use new csproj format to target multiple frameworks

2017-08-18 Thread Charles Lowell (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16133754#comment-16133754 ] Charles Lowell commented on LOG4NET-567: It's something of a moot point for now.

Re: Fwd: nant on debian stretch

2017-08-18 Thread Dominik Psenner
Hi Ryan, thanks for your fast feedback. debian so far used nant 0.92 rc1 and it can be that the package maintainer did not produce a package yet. I found this: https://bugs.debian.org/cgi-bin/pkgreport.cgi?maint=pkg-cli-apps-team%40lists.alioth.debian.org So it seems there are a few things relat

Re: Fwd: nant on debian stretch

2017-08-18 Thread Ryan Boggs
I wasn't responsible for the deb package in Debian's software repo. I dont ever recall building a deb package for them. They may have stopped because there haven't been any releases in years and it's hardly used in any current open source .net projects anymore, besides this one. Best bet is to use

Fwd: nant on debian stretch

2017-08-18 Thread Dominik Psenner
I just sent the following to the nant-developers mailing list. -- Forwarded message -- From: Dominik Psenner Date: 2017-08-18 17:18 GMT+02:00 Subject: Fwd: nant on debian stretch To: nant-develop...@lists.sourceforge.net Hi there, I'm reaching out to you wearing the hat of the

[jira] [Updated] (LOG4J2-2021) Complex sifting/routing appender configuration

2017-08-18 Thread Anton Johansson (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Johansson updated LOG4J2-2021: Description: We're currently in the process of upgrading some of our components, including

[jira] [Updated] (LOG4J2-2021) Complex sifting/routing appender configuration

2017-08-18 Thread Anton Johansson (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Johansson updated LOG4J2-2021: Description: We're currently in the process of upgrading some of our components, including

[jira] [Updated] (LOG4J2-2021) Complex sifting/routing appender configuration

2017-08-18 Thread Anton Johansson (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Johansson updated LOG4J2-2021: Affects Version/s: 2.6 Description: We're currently in the process of upgrading s

[jira] [Created] (LOG4J2-2021) Complex sifting/routing appender configuration

2017-08-18 Thread Anton Johansson (JIRA)
Anton Johansson created LOG4J2-2021: --- Summary: Complex sifting/routing appender configuration Key: LOG4J2-2021 URL: https://issues.apache.org/jira/browse/LOG4J2-2021 Project: Log4j 2 Issue

Antwort: [Newsletter] [GitHub] logging-log4net pull request #15: https://issues.apache.org/jira/browse/LOG4...

2017-08-18 Thread Jonas . Baehr
dpsenner wrote on 18.08.2017 12:05:29: > > Github user dpsenner commented on a diff in the pull request: > > https://github.com/apache/logging-log4net/pull/15#discussion_r133923978 > > --- Diff: src/Appender/FileAppender.cs --- > @@ -695,7 +704,10 @@ public override void ReleaseLoc

[GitHub] logging-log4net pull request #14: Add .NET Standard 2.0 build

2017-08-18 Thread dpsenner
Github user dpsenner commented on a diff in the pull request: https://github.com/apache/logging-log4net/pull/14#discussion_r133930064 --- Diff: tests/src/log4net.Tests.csproj --- @@ -19,245 +18,25 @@ under the License. --> -http://schemas.microsoft.com/developer

[GitHub] logging-log4net pull request #14: Add .NET Standard 2.0 build

2017-08-18 Thread dpsenner
Github user dpsenner commented on a diff in the pull request: https://github.com/apache/logging-log4net/pull/14#discussion_r133929485 --- Diff: tests/src/Context/LogicalThreadContextTest.cs --- @@ -17,7 +17,7 @@ // #endregion -#if NET_4_5 || NETSTANDARD1_3 +#

[GitHub] logging-log4net pull request #14: Add .NET Standard 2.0 build

2017-08-18 Thread dpsenner
Github user dpsenner commented on a diff in the pull request: https://github.com/apache/logging-log4net/pull/14#discussion_r133929178 --- Diff: src/CompatibilityExtensions.cs --- @@ -0,0 +1,53 @@ +#region Apache License +// +// Licensed to the Apache Software Foundati

[GitHub] logging-log4net pull request #14: Add .NET Standard 2.0 build

2017-08-18 Thread dpsenner
Github user dpsenner commented on a diff in the pull request: https://github.com/apache/logging-log4net/pull/14#discussion_r133928541 --- Diff: Jenkinsfile --- @@ -61,21 +61,14 @@ pipeline { // run docker container

[GitHub] logging-log4net pull request #14: Add .NET Standard 2.0 build

2017-08-18 Thread dpsenner
Github user dpsenner commented on a diff in the pull request: https://github.com/apache/logging-log4net/pull/14#discussion_r133928219 --- Diff: src/Appender/AppenderSkeleton.cs --- @@ -321,7 +321,7 @@ public void DoAppend(LoggingEvent loggingEvent) {

[jira] [Commented] (LOG4NET-552) Incorrect behavior of RollingFileAppender while rolling files, if multiple processes appending into same file

2017-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16132024#comment-16132024 ] ASF GitHub Bot commented on LOG4NET-552: Github user dpsenner commented on a diff

[jira] [Commented] (LOG4NET-552) Incorrect behavior of RollingFileAppender while rolling files, if multiple processes appending into same file

2017-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16132022#comment-16132022 ] ASF GitHub Bot commented on LOG4NET-552: Github user dpsenner commented on a diff

[jira] [Commented] (LOG4NET-552) Incorrect behavior of RollingFileAppender while rolling files, if multiple processes appending into same file

2017-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16132025#comment-16132025 ] ASF GitHub Bot commented on LOG4NET-552: Github user dpsenner commented on a diff

[GitHub] logging-log4net pull request #15: https://issues.apache.org/jira/browse/LOG4...

2017-08-18 Thread dpsenner
Github user dpsenner commented on a diff in the pull request: https://github.com/apache/logging-log4net/pull/15#discussion_r133924628 --- Diff: src/Appender/FileAppender.cs --- @@ -620,22 +620,23 @@ public class MinimalLock : LockingModelBase private string m

[GitHub] logging-log4net pull request #15: https://issues.apache.org/jira/browse/LOG4...

2017-08-18 Thread dpsenner
Github user dpsenner commented on a diff in the pull request: https://github.com/apache/logging-log4net/pull/15#discussion_r133924926 --- Diff: src/Appender/FileAppender.cs --- @@ -620,22 +620,23 @@ public class MinimalLock : LockingModelBase private string m

[jira] [Commented] (LOG4NET-552) Incorrect behavior of RollingFileAppender while rolling files, if multiple processes appending into same file

2017-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16132023#comment-16132023 ] ASF GitHub Bot commented on LOG4NET-552: Github user dpsenner commented on a diff

[GitHub] logging-log4net pull request #15: https://issues.apache.org/jira/browse/LOG4...

2017-08-18 Thread dpsenner
Github user dpsenner commented on a diff in the pull request: https://github.com/apache/logging-log4net/pull/15#discussion_r133924767 --- Diff: src/Appender/FileAppender.cs --- @@ -695,7 +704,10 @@ public override void ReleaseLock() {

[GitHub] logging-log4net pull request #15: https://issues.apache.org/jira/browse/LOG4...

2017-08-18 Thread dpsenner
Github user dpsenner commented on a diff in the pull request: https://github.com/apache/logging-log4net/pull/15#discussion_r133924709 --- Diff: src/Appender/FileAppender.cs --- @@ -671,7 +672,15 @@ public override Stream AcquireLock() {

[jira] [Commented] (LOG4NET-552) Incorrect behavior of RollingFileAppender while rolling files, if multiple processes appending into same file

2017-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16132008#comment-16132008 ] ASF GitHub Bot commented on LOG4NET-552: Github user dpsenner commented on a diff

[GitHub] logging-log4net pull request #15: https://issues.apache.org/jira/browse/LOG4...

2017-08-18 Thread dpsenner
Github user dpsenner commented on a diff in the pull request: https://github.com/apache/logging-log4net/pull/15#discussion_r133924397 --- Diff: src/Appender/FileAppender.cs --- @@ -620,22 +620,23 @@ public class MinimalLock : LockingModelBase private string m

[jira] [Commented] (LOG4NET-552) Incorrect behavior of RollingFileAppender while rolling files, if multiple processes appending into same file

2017-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16132005#comment-16132005 ] ASF GitHub Bot commented on LOG4NET-552: Github user dpsenner commented on a diff

[GitHub] logging-log4net pull request #15: https://issues.apache.org/jira/browse/LOG4...

2017-08-18 Thread dpsenner
Github user dpsenner commented on a diff in the pull request: https://github.com/apache/logging-log4net/pull/15#discussion_r133923978 --- Diff: src/Appender/FileAppender.cs --- @@ -695,7 +704,10 @@ public override void ReleaseLock() {

[jira] [Commented] (LOG4NET-552) Incorrect behavior of RollingFileAppender while rolling files, if multiple processes appending into same file

2017-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16132001#comment-16132001 ] ASF GitHub Bot commented on LOG4NET-552: Github user dpsenner commented on a diff

[GitHub] logging-log4net pull request #15: https://issues.apache.org/jira/browse/LOG4...

2017-08-18 Thread dpsenner
Github user dpsenner commented on a diff in the pull request: https://github.com/apache/logging-log4net/pull/15#discussion_r133923889 --- Diff: src/Appender/FileAppender.cs --- @@ -671,7 +672,15 @@ public override Stream AcquireLock() {

[jira] [Commented] (LOG4NET-567) Use new csproj format to target multiple frameworks

2017-08-18 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131941#comment-16131941 ] Dominik Psenner commented on LOG4NET-567: - We should probably attempt to fix the

[jira] [Commented] (LOG4NET-567) Use new csproj format to target multiple frameworks

2017-08-18 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131936#comment-16131936 ] Dominik Psenner commented on LOG4NET-567: - Please note that so far I have not see

[jira] [Commented] (LOG4NET-552) Incorrect behavior of RollingFileAppender while rolling files, if multiple processes appending into same file

2017-08-18 Thread Sachin Abaso Patil (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131930#comment-16131930 ] Sachin Abaso Patil commented on LOG4NET-552: Hi Dominik, Regarding point 2,

[jira] [Commented] (LOG4NET-567) Use new csproj format to target multiple frameworks

2017-08-18 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131929#comment-16131929 ] Dominik Psenner commented on LOG4NET-567: - Apparently, the [tests fail and produc

[jira] [Comment Edited] (LOG4NET-567) Use new csproj format to target multiple frameworks

2017-08-18 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131924#comment-16131924 ] Dominik Psenner edited comment on LOG4NET-567 at 8/18/17 8:50 AM: -

[jira] [Commented] (LOG4NET-567) Use new csproj format to target multiple frameworks

2017-08-18 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131924#comment-16131924 ] Dominik Psenner commented on LOG4NET-567: - The [build|https://builds.apache.org/

[jira] [Commented] (LOG4NET-552) Incorrect behavior of RollingFileAppender while rolling files, if multiple processes appending into same file

2017-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131922#comment-16131922 ] ASF GitHub Bot commented on LOG4NET-552: GitHub user ssachin3108 opened a pull re

[GitHub] logging-log4net pull request #15: https://issues.apache.org/jira/browse/LOG4...

2017-08-18 Thread ssachin3108
GitHub user ssachin3108 opened a pull request: https://github.com/apache/logging-log4net/pull/15 https://issues.apache.org/jira/browse/LOG4NET-552 services installed on production box are separate process and are configured to write log into single log file. Due to this following tw

[jira] [Commented] (LOG4NET-567) Use new csproj format to target multiple frameworks

2017-08-18 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131902#comment-16131902 ] Dominik Psenner commented on LOG4NET-567: - I thought pull requests would merge th