svn commit: r379212 - in /logging/log4net/trunk/src: Config/XmlConfiguratorAttribute.cs Core/DefaultRepositorySelector.cs Util/SystemInfo.cs

2006-02-20 Thread nicko
Author: nicko Date: Mon Feb 20 11:49:25 2006 New Revision: 379212 URL: http://svn.apache.org/viewcvs?rev=379212view=rev Log: Fix for LOG4NET-65 Unhandled SecurityException exception for FileIOPermission while loading configuration file Added additional try/catch blocks to the

[jira] Resolved: (LOG4NET-65) Unhandled SecurityException exception for FileIOPermission while loading configuration file

2006-02-20 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-65?page=all ] Nicko Cadell resolved LOG4NET-65: - Resolution: Fixed Checked in a code fix to this issue that adds additional try/catch blocks to check for the PathDiscovery permissions exception and to

[jira] Commented: (LOG4NET-58) Support clean build on .NET 2.0

2006-02-20 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-58?page=comments#action_12367140 ] Ron Grabowski commented on LOG4NET-58: -- Lines 61 and 68 of XmlLayoutTest.cs do not compile with VS2003. Support clean build on .NET 2.0 ---

svn commit: r379358 - /logging/log4net/trunk/tests/src/Core/FixingTest.cs

2006-02-20 Thread rgrabowski
Author: rgrabowski Date: Mon Feb 20 21:57:05 2006 New Revision: 379358 URL: http://svn.apache.org/viewcvs?rev=379358view=rev Log: Cleaned up tests inside FixingTest.cs. Prevented exception caused by trying to write to the write-once property Thread.CurrentThread.Name. Changed expected value of

svn commit: r379366 - /logging/log4net/trunk/tests/src/Core/FixingTest.cs

2006-02-20 Thread rgrabowski
Author: rgrabowski Date: Mon Feb 20 22:16:37 2006 New Revision: 379366 URL: http://svn.apache.org/viewcvs?rev=379366view=rev Log: Private helper method from previous checkin was not checking all values correctly. Modified: logging/log4net/trunk/tests/src/Core/FixingTest.cs Modified: