ADO.NET Appender and FX 4.0

2011-08-18 Thread Stefan Bodewig
Hi, Roy said in some thread people had reported problems with the ADO.NET appender when running on .NET 4.0. I managed to get to the point where NAnt at least tries to run the unit tests on 4.0 and this is what I see: Unhandled Exception: System.TypeLoadException: Inheritance security rules vio

Some trunk builds to play with

2011-08-18 Thread Stefan Bodewig
Hi all, contains DLLs I've built from trunk targeting .NET 2.0, 3.5 and 4.0 respectively. Neither of them signed. The ZIP contains all DLLs/XMLs/PDBs. It would be nice if anybody apart from myself could confirm they look OK. Tasos, it would be good

NAnt 0.91alpha 2 (was Re: Planning 1.2.11)

2011-08-18 Thread Stefan Bodewig
On 2011-08-18, Dominik Psenner wrote: >> I've managed to get NAnt 0.91apha2 working after some hassles, I hope to >> be able to build assemblies targeting 4.0 by tommorow. > That's great news! I ran out of luck the last time I tried it, but I'm quite > unused to NAnt anyway. So that could have be

svn commit: r1159487 - in /logging/log4net/trunk: NOTICE src/AssemblyVersionInfo.cpp src/AssemblyVersionInfo.cs src/AssemblyVersionInfo.js src/AssemblyVersionInfo.vb

2011-08-18 Thread bodewig
Author: bodewig Date: Fri Aug 19 02:47:30 2011 New Revision: 1159487 URL: http://svn.apache.org/viewvc?rev=1159487&view=rev Log: bump version Modified: logging/log4net/trunk/NOTICE logging/log4net/trunk/src/AssemblyVersionInfo.cpp logging/log4net/trunk/src/AssemblyVersionInfo.cs l

[jira] [Issue Comment Edited] (LOG4NET-227) create a more directory when log files.

2011-08-18 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087018#comment-13087018 ] Dominik Psenner edited comment on LOG4NET-227 at 8/18/11 1:53 PM: -

[jira] [Commented] (LOG4NET-227) create a more directory when log files.

2011-08-18 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087018#comment-13087018 ] Dominik Psenner commented on LOG4NET-227: - This configuration part looks terribly

[jira] [Commented] (LOG4NET-285) Issue with rolling based on a date

2011-08-18 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087016#comment-13087016 ] Dominik Psenner commented on LOG4NET-285: - We could introduce a 3rd locking strat

RE: Planning 1.2.11

2011-08-18 Thread Dominik Psenner
>I've managed to get NAnt 0.91apha2 working after some hassles, I hope to >be able to build assemblies targeting 4.0 by tommorow. That's great news! I ran out of luck the last time I tried it, but I'm quite unused to NAnt anyway. So that could have been the reason. ;-) Best regards, D.

[jira] [Updated] (LOG4NET-285) Issue with rolling based on a date

2011-08-18 Thread Roy Chastain (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roy Chastain updated LOG4NET-285: - Priority: Minor (was: Blocker) Fix Version/s: (was: 1.2.11) 2.0

svn commit: r1159170 - in /logging/log4net/trunk: log4net.build tests/nant.build

2011-08-18 Thread bodewig
Author: bodewig Date: Thu Aug 18 11:28:43 2011 New Revision: 1159170 URL: http://svn.apache.org/viewvc?rev=1159170&view=rev Log: try building/running tests on 4.0 as well, currently fails because of CASPolicy issues Modified: logging/log4net/trunk/log4net.build logging/log4net/trunk/test

svn commit: r1159162 - in /logging/log4net/trunk: log4net.build log4net.include

2011-08-18 Thread bodewig
Author: bodewig Date: Thu Aug 18 11:03:18 2011 New Revision: 1159162 URL: http://svn.apache.org/viewvc?rev=1159162&view=rev Log: some initial attempts at building with and for .NET 4.0 - requires NAnt 0.91alpha2 Modified: logging/log4net/trunk/log4net.build logging/log4net/trunk/log4net.

svn commit: r1159160 - in /logging/log4net/trunk/src: Appender/SmtpAppender.cs Config/XmlConfigurator.cs

2011-08-18 Thread bodewig
Author: bodewig Date: Thu Aug 18 10:55:25 2011 New Revision: 1159160 URL: http://svn.apache.org/viewvc?rev=1159160&view=rev Log: obsolete warnings new in .NET 4.0 Modified: logging/log4net/trunk/src/Appender/SmtpAppender.cs logging/log4net/trunk/src/Config/XmlConfigurator.cs Modified: lo

svn commit: r1159147 - in /logging/log4net/trunk/src: Appender/AppenderCollection.cs Appender/AppenderSkeleton.cs Appender/EventLogAppender.cs Appender/NetSendAppender.cs Core/LevelCollection.cs MDC.c

2011-08-18 Thread bodewig
Author: bodewig Date: Thu Aug 18 10:37:39 2011 New Revision: 1159147 URL: http://svn.apache.org/viewvc?rev=1159147&view=rev Log: fix some XML doc warnings Modified: logging/log4net/trunk/src/Appender/AppenderCollection.cs logging/log4net/trunk/src/Appender/AppenderSkeleton.cs logging/

Re: Planning 1.2.11

2011-08-18 Thread Stefan Bodewig
On 2011-08-18, Dominik Psenner wrote: >> this is how I think we could get to a 1.2.11 release in the timeframe of >> about a month > Looks fine, no objections. Good. I've managed to get NAnt 0.91apha2 working after some hassles, I hope to be able to build assemblies targeting 4.0 by tommorow.

RE: Planning 1.2.11

2011-08-18 Thread Dominik Psenner
>this is how I think we could get to a 1.2.11 release in the timeframe of >about a month Looks fine, no objections. >If the people who want to help out can create JIRA acounts and tell me >their login id I can add you to this group and we'll see which >permissions this will grant you. I'm quite

[jira] [Commented] (LOG4NET-296) Patch for .net 4, client profile and a fix for the name resolution bug

2011-08-18 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086864#comment-13086864 ] Stefan Bodewig commented on LOG4NET-296: Tasos, I have split this into two parts

[jira] [Created] (LOG4NET-305) Use Dns.GetHostEntry rather than Dns.GetHostByName on .NET >= 2.0

2011-08-18 Thread Stefan Bodewig (JIRA)
Use Dns.GetHostEntry rather than Dns.GetHostByName on .NET >= 2.0 - Key: LOG4NET-305 URL: https://issues.apache.org/jira/browse/LOG4NET-305 Project: Log4net Issue Type: Sub-task

[jira] [Created] (LOG4NET-304) Enable building for client profile

2011-08-18 Thread Stefan Bodewig (JIRA)
Enable building for client profile -- Key: LOG4NET-304 URL: https://issues.apache.org/jira/browse/LOG4NET-304 Project: Log4net Issue Type: Sub-task Affects Versions: 1.2.10 Reporter: Stefan Bod