Re: Tagging 1.2.12

2013-08-09 Thread Stefan Bodewig
On 2013-08-09, Dominik Psenner wrote: > I've just re-run the tests and all RemotingAppenderTest are failing. I've > digged how stacktraces are exchanged in remoted events so that might have > broken something. :-( Strange, they pass for me. Anyway, I'll hold back building the release to give you

AW: Tagging 1.2.12

2013-08-09 Thread Dominik Psenner
*hm* .. Problem identified and working on finding the cause. To me SetUp keeps failing because he can't register the TCP channel even though TcpView doesn't mention a listening tcp socket on port 8085. Continuing investigation.. >-Ursprüngliche Nachricht- >Von: Stefan Bodewig [mailto:bode

AW: Tagging 1.2.12

2013-08-09 Thread Dominik Psenner
So far I've been unable to find the cause. I first thought it might be a .NET4.0 thing and swapped to .NET2.0 but it kept failing. Then I thought it might be related to NUnit but according to TcpView the listening port is opened and closed properly. On stackoverflow and other resources the most use

Re: Tagging 1.2.12

2013-08-09 Thread Stefan Bodewig
On 2013-08-09, Dominik Psenner wrote: > It may be related to some of those new and fancy security restrictions > introduced with Win7. On which windows do you run the tests, Stefan? XP, otherwise I'd be unable to create the .NET 1.x builds. Stefan

AW: Tagging 1.2.12

2013-08-09 Thread Dominik Psenner
Do you have the possibility to try the tests on a win7? >-Ursprüngliche Nachricht- >Von: Stefan Bodewig [mailto:bode...@apache.org] >Gesendet: Freitag, 9. August 2013 11:16 >An: Log4NET Dev >Betreff: Re: Tagging 1.2.12 > >On 2013-08-09, Dominik Psenner wrote: > >> It may be related to som

Re: Tagging 1.2.12

2013-08-09 Thread Stefan Bodewig
On 2013-08-09, Dominik Psenner wrote: > Do you have the possibility to try the tests on a win7? Not without quite a bit of effort (i.e. obtaining an Apache MSDN subscription and installing win7 in the first place :-). You may want to check out the svn tag of log4net 1.2.11 and see whether the t

AW: Tagging 1.2.12

2013-08-09 Thread Dominik Psenner
I've already tried the 1.2.11 binary with the current tests (except the DynamicPatternLayout tests) and the RemotingAppenderTests fail too. Nevermind, I'll try it later on another machine as soon as I get home. >-Ursprüngliche Nachricht- >Von: Stefan Bodewig [mailto:bode...@apache.org] >Ge

Creating a development environment for resolving LOG4NET-367

2013-08-09 Thread d_k
Hi, So I think I got a working development environment for log4net. I installed mercurial and forked the log4net-crew repository ( https://bitbucket.org/NachbarsLumpi/log4net-crew) and the log4net-patches repository (https://bitbucket.org/NachbarsLumpi/log4net-patches) and applied the RFA-NG patc

Re: Creating a development environment for resolving LOG4NET-367

2013-08-09 Thread Dominik Psenner
Howdie, the patch there is mainly a first implementation showing the road we would like to go. There are many things to be discussed and I would start with paperizing the ideas before starting the implementation. The reimplementation should solve all known current issues of the rolling file append