You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/11/13 22:25:32 UTC

Build failed in Jenkins: log4net-trunk-build #101

See <https://builds.apache.org/job/log4net-trunk-build/101/changes>

Changes:

[bodewig] add license header

[bodewig] bring back RAT report to site build

[bodewig] port fix for LOG4NET-462 from 1.3 branch

[dpsenner] LOG4NET-488: fix tests for .net 2.0

This is a modified version of the patch supplied by NN.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/log4net-trunk-build/ws/>
Updating https://svn.apache.org/repos/asf/logging/log4net/trunk at revision '2015-11-13T21:25:24.636 +0000'
U         src\Util\ReadOnlyPropertiesDictionary.cs
 U        src\Util
U         pom.xml
U         tests\src\packages.config
U         tests\src\Appender\SmtpPickupDirAppenderTest.cs
At revision 1714269
WARNING: clock of the subversion server appears to be out of sync. This can result in inconsistent check out behavior.
Executing command: cmd.exe /C ""F:\hudson\tools\nant-0.92\bin\NAnt.exe -buildfile:log4net.build && exit %%ERRORLEVEL%%""
[log4net-trunk-build] $ cmd.exe /C '"F:\hudson\tools\nant-0.92\bin\NAnt.exe -buildfile:log4net.build && exit %%ERRORLEVEL%%"'
NAnt 0.92 (Build 0.92.4543.0; release; 6/9/2012)
Copyright (C) 2001-2012 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///f:/hudson/hudson-slave/workspace/log4net-trunk-build/log4net.build
Target framework: Microsoft .NET Framework 4.0
Target(s) specified: compile-all 


check-current-build-config:


set-build-configuration:


set-debug-build-configuration:


check-current-build-config:


set-build-configuration-flags:


check-current-build-config:


set-framework-configuration:


check-bin-dir:


check-doc-dir:


check-sdkdoc-dir:


check-sdkdoc-debug:


check-current-build-config:


check-build-debug:


check-build-defines:


set-net-4.0-runtime-configuration:


generate-assembly-description:

    [sleep] Sleeping for 500 milliseconds.
   [delete] Deleting file <https://builds.apache.org/job/log4net-trunk-build/ws/_svnrevision.xml.>
   [delete] Deleting file <https://builds.apache.org/job/log4net-trunk-build/ws/src\GeneratedAssemblyInfo.cs.>
  [asminfo] Generated file '<https://builds.apache.org/job/log4net-trunk-build/ws/src\GeneratedAssemblyInfo.cs'.>

compile-all:

     [echo] Compiling all build configurations for all runtime configurations.

set-debug-build-configuration:


check-current-build-config:


set-build-configuration-flags:


compile-build:

     [echo] Compiling all framework versions for the debug build configuration.
     [echo] The .NET Framework 1.0 is not available. Build skipped.
     [echo] The .NET Framework 1.1 is not available. Build skipped.

check-bin-dir:


check-doc-dir:


check-sdkdoc-dir:


check-sdkdoc-debug:


check-current-build-config:


check-build-debug:


check-build-defines:


set-net-2.0-runtime-configuration:

 [property] Target framework changed to "Microsoft .NET Framework 2.0".

check-log4net-basedir:


check-current-bin-dir:


clean-current-bin-dir:

     [echo] Cleaning the bin/net/2.0/debug binaries directory.
   [delete] Deleting directory '<https://builds.apache.org/job/log4net-trunk-build/ws/bin\net\2.0\debug'.>
    [mkdir] Creating directory '<https://builds.apache.org/job/log4net-trunk-build/ws/bin\net\2.0\debug'.>

compile-net-2.0:

      [csc] Compiling 225 files to '<https://builds.apache.org/job/log4net-trunk-build/ws/bin\net\2.0\debug\log4net.dll'.>
      [csc] <https://builds.apache.org/job/log4net-trunk-build/ws/src\Appender\FileAppender.cs(1098,27)>: error CS1591: Warning as Error: Missing XML comment for publicly visible type or member 'log4net.Appender.FileAppender.OnClose()'
      [csc] <https://builds.apache.org/job/log4net-trunk-build/ws/src\Appender\FileAppender.cs(833,14)>: error CS0122: 'System.Threading.WaitHandle.Dispose(bool)' is inaccessible due to its protection level
      [csc] c:\Windows\Microsoft.NET\Framework64\v2.0.50727\mscorlib.dll: (Location of symbol related to previous error)

BUILD FAILED

<https://builds.apache.org/job/log4net-trunk-build/ws/log4net.build(658,6)>:
External Program Failed: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\csc.exe (return code was 1)

Total time: 2.3 seconds.

Build step 'Execute NAnt build' marked build as failure

Jenkins build is back to normal : log4net-trunk-build #102

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/log4net-trunk-build/102/changes>


Re: Build failed in Jenkins: log4net-trunk-build #101

Posted by Dominik Psenner <dp...@gmail.com>.
Thats great!

As for the current state: To me the code has returned to be stable.

If you happen to find something beyond the current unit tests dont hesitate
to create a ticket and file a new test. I'll then try to fix that right
away. At the moment i have some spare time available and am very motivated.

Cheers
On 14 Nov 2015 2:23 a.m., "Jeremiah Gowdy" <je...@gowdy.me> wrote:

> I would definitely vote for a 1.2.15 release once we get everything
> settled down.  We are trying to test 1.2.14 right now.
>
>
> On Nov 13, 2015, at 1:44 PM, Dominik Psenner <dp...@gmail.com> wrote:
>
> This should be gone soon. All tests should work again, too (even the
> remoting appender! at least on my windows 7 computer). I would like to
> encourage everyone who is reading this to run them and report back.
>
> Once we settled this all, should we try to carve 1.2.15 into stone?
>
> 2015-11-13 22:25 GMT+01:00 Apache Jenkins Server <
> jenkins@builds.apache.org>:
>
>> See <https://builds.apache.org/job/log4net-trunk-build/101/changes>
>>
>> Changes:
>>
>> [bodewig] add license header
>>
>> [bodewig] bring back RAT report to site build
>>
>> [bodewig] port fix for LOG4NET-462 from 1.3 branch
>>
>> [dpsenner] LOG4NET-488: fix tests for .net 2.0
>>
>> This is a modified version of the patch supplied by NN.
>>
>> ------------------------------------------
>> Started by an SCM change
>> [EnvInject] - Loading node environment variables.
>> Building remotely on windows1 (Windows) in workspace <
>> https://builds.apache.org/job/log4net-trunk-build/ws/>
>> Updating https://svn.apache.org/repos/asf/logging/log4net/trunk at
>> revision '2015-11-13T21:25:24.636 +0000'
>> U         src\Util\ReadOnlyPropertiesDictionary.cs
>>  U        src\Util
>> U         pom.xml
>> U         tests\src\packages.config
>> U         tests\src\Appender\SmtpPickupDirAppenderTest.cs
>> At revision 1714269
>> WARNING: clock of the subversion server appears to be out of sync. This
>> can result in inconsistent check out behavior.
>> Executing command: cmd.exe /C ""F:\hudson\tools\nant-0.92\bin\NAnt.exe
>> -buildfile:log4net.build && exit %%ERRORLEVEL%%""
>> [log4net-trunk-build] $ cmd.exe /C
>> '"F:\hudson\tools\nant-0.92\bin\NAnt.exe -buildfile:log4net.build && exit
>> %%ERRORLEVEL%%"'
>> NAnt 0.92 (Build 0.92.4543.0; release; 6/9/2012)
>> Copyright (C) 2001-2012 Gerry Shaw
>> http://nant.sourceforge.net
>>
>> Buildfile:
>> file:///f:/hudson/hudson-slave/workspace/log4net-trunk-build/log4net.build
>> Target framework: Microsoft .NET Framework 4.0
>> Target(s) specified: compile-all
>>
>>
>> check-current-build-config:
>>
>>
>> set-build-configuration:
>>
>>
>> set-debug-build-configuration:
>>
>>
>> check-current-build-config:
>>
>>
>> set-build-configuration-flags:
>>
>>
>> check-current-build-config:
>>
>>
>> set-framework-configuration:
>>
>>
>> check-bin-dir:
>>
>>
>> check-doc-dir:
>>
>>
>> check-sdkdoc-dir:
>>
>>
>> check-sdkdoc-debug:
>>
>>
>> check-current-build-config:
>>
>>
>> check-build-debug:
>>
>>
>> check-build-defines:
>>
>>
>> set-net-4.0-runtime-configuration:
>>
>>
>> generate-assembly-description:
>>
>>     [sleep] Sleeping for 500 milliseconds.
>>    [delete] Deleting file <
>> https://builds.apache.org/job/log4net-trunk-build/ws/_svnrevision.xml.>
>>    [delete] Deleting file <
>> https://builds.apache.org/job/log4net-trunk-build/ws/src\GeneratedAssemblyInfo.cs
>> <https://builds.apache.org/job/log4net-trunk-build/ws/src/GeneratedAssemblyInfo.cs>
>> .>
>>   [asminfo] Generated file '<
>> https://builds.apache.org/job/log4net-trunk-build/ws/src\GeneratedAssemblyInfo.cs'
>> <https://builds.apache.org/job/log4net-trunk-build/ws/src/GeneratedAssemblyInfo.cs'>
>> .>
>>
>> compile-all:
>>
>>      [echo] Compiling all build configurations for all runtime
>> configurations.
>>
>> set-debug-build-configuration:
>>
>>
>> check-current-build-config:
>>
>>
>> set-build-configuration-flags:
>>
>>
>> compile-build:
>>
>>      [echo] Compiling all framework versions for the debug build
>> configuration.
>>      [echo] The .NET Framework 1.0 is not available. Build skipped.
>>      [echo] The .NET Framework 1.1 is not available. Build skipped.
>>
>> check-bin-dir:
>>
>>
>> check-doc-dir:
>>
>>
>> check-sdkdoc-dir:
>>
>>
>> check-sdkdoc-debug:
>>
>>
>> check-current-build-config:
>>
>>
>> check-build-debug:
>>
>>
>> check-build-defines:
>>
>>
>> set-net-2.0-runtime-configuration:
>>
>>  [property] Target framework changed to "Microsoft .NET Framework 2.0".
>>
>> check-log4net-basedir:
>>
>>
>> check-current-bin-dir:
>>
>>
>> clean-current-bin-dir:
>>
>>      [echo] Cleaning the bin/net/2.0/debug binaries directory.
>>    [delete] Deleting directory '<
>> https://builds.apache.org/job/log4net-trunk-build/ws/bin\net\2.0\debug'
>> <https://builds.apache.org/job/log4net-trunk-build/ws/bin/net/2.0/debug'>
>> .>
>>     [mkdir] Creating directory '<
>> https://builds.apache.org/job/log4net-trunk-build/ws/bin\net\2.0\debug'
>> <https://builds.apache.org/job/log4net-trunk-build/ws/bin/net/2.0/debug'>
>> .>
>>
>> compile-net-2.0:
>>
>>       [csc] Compiling 225 files to '<
>> https://builds.apache.org/job/log4net-trunk-build/ws/bin\net\2.0\debug\log4net.dll'
>> <https://builds.apache.org/job/log4net-trunk-build/ws/bin/net/2.0/debug/log4net.dll'>
>> .>
>>       [csc] <
>> https://builds.apache.org/job/log4net-trunk-build/ws/src\Appender\FileAppender.cs(1098,27)
>> <https://builds.apache.org/job/log4net-trunk-build/ws/src/Appender/FileAppender.cs(1098,27)>>:
>> error CS1591: Warning as Error: Missing XML comment for publicly visible
>> type or member 'log4net.Appender.FileAppender.OnClose()'
>>       [csc] <
>> https://builds.apache.org/job/log4net-trunk-build/ws/src\Appender\FileAppender.cs(833,14)
>> <https://builds.apache.org/job/log4net-trunk-build/ws/src/Appender/FileAppender.cs(833,14)>>:
>> error CS0122: 'System.Threading.WaitHandle.Dispose(bool)' is inaccessible
>> due to its protection level
>>       [csc] c:\Windows\Microsoft.NET <http://microsoft.net>\Framework64\v2.0.50727\mscorlib.dll:
>> (Location of symbol related to previous error)
>>
>> BUILD FAILED
>>
>> <
>> https://builds.apache.org/job/log4net-trunk-build/ws/log4net.build(658,6)
>> >:
>> External Program Failed: C:\Windows\Microsoft.NET <http://microsoft.net>\Framework64\v2.0.50727\csc.exe
>> (return code was 1)
>>
>> Total time: 2.3 seconds.
>>
>> Build step 'Execute NAnt build' marked build as failure
>>
>
>
>
> --
> Dominik Psenner
>
>
>

Re: Build failed in Jenkins: log4net-trunk-build #101

Posted by Jeremiah Gowdy <je...@gowdy.me>.
I would definitely vote for a 1.2.15 release once we get everything settled down.  We are trying to test 1.2.14 right now.


> On Nov 13, 2015, at 1:44 PM, Dominik Psenner <dp...@gmail.com> wrote:
> 
> This should be gone soon. All tests should work again, too (even the remoting appender! at least on my windows 7 computer). I would like to encourage everyone who is reading this to run them and report back.
> 
> Once we settled this all, should we try to carve 1.2.15 into stone?
> 
> 2015-11-13 22:25 GMT+01:00 Apache Jenkins Server <jenkins@builds.apache.org <ma...@builds.apache.org>>:
> See <https://builds.apache.org/job/log4net-trunk-build/101/changes <https://builds.apache.org/job/log4net-trunk-build/101/changes>>
> 
> Changes:
> 
> [bodewig] add license header
> 
> [bodewig] bring back RAT report to site build
> 
> [bodewig] port fix for LOG4NET-462 from 1.3 branch
> 
> [dpsenner] LOG4NET-488: fix tests for .net 2.0
> 
> This is a modified version of the patch supplied by NN.
> 
> ------------------------------------------
> Started by an SCM change
> [EnvInject] - Loading node environment variables.
> Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/log4net-trunk-build/ws/ <https://builds.apache.org/job/log4net-trunk-build/ws/>>
> Updating https://svn.apache.org/repos/asf/logging/log4net/trunk <https://svn.apache.org/repos/asf/logging/log4net/trunk> at revision '2015-11-13T21:25:24.636 +0000'
> U         src\Util\ReadOnlyPropertiesDictionary.cs
>  U        src\Util
> U         pom.xml
> U         tests\src\packages.config
> U         tests\src\Appender\SmtpPickupDirAppenderTest.cs
> At revision 1714269
> WARNING: clock of the subversion server appears to be out of sync. This can result in inconsistent check out behavior.
> Executing command: cmd.exe /C ""F:\hudson\tools\nant-0.92\bin\NAnt.exe -buildfile:log4net.build && exit %%ERRORLEVEL%%""
> [log4net-trunk-build] $ cmd.exe /C '"F:\hudson\tools\nant-0.92\bin\NAnt.exe -buildfile:log4net.build && exit %%ERRORLEVEL%%"'
> NAnt 0.92 (Build 0.92.4543.0; release; 6/9/2012)
> Copyright (C) 2001-2012 Gerry Shaw
> http://nant.sourceforge.net <http://nant.sourceforge.net/>
> 
> Buildfile: file:///f:/hudson/hudson-slave/workspace/log4net-trunk-build/log4net.build
> Target framework: Microsoft .NET Framework 4.0
> Target(s) specified: compile-all
> 
> 
> check-current-build-config:
> 
> 
> set-build-configuration:
> 
> 
> set-debug-build-configuration:
> 
> 
> check-current-build-config:
> 
> 
> set-build-configuration-flags:
> 
> 
> check-current-build-config:
> 
> 
> set-framework-configuration:
> 
> 
> check-bin-dir:
> 
> 
> check-doc-dir:
> 
> 
> check-sdkdoc-dir:
> 
> 
> check-sdkdoc-debug:
> 
> 
> check-current-build-config:
> 
> 
> check-build-debug:
> 
> 
> check-build-defines:
> 
> 
> set-net-4.0-runtime-configuration:
> 
> 
> generate-assembly-description:
> 
>     [sleep] Sleeping for 500 milliseconds.
>    [delete] Deleting file <https://builds.apache.org/job/log4net-trunk-build/ws/_svnrevision.xml <https://builds.apache.org/job/log4net-trunk-build/ws/_svnrevision.xml>.>
>    [delete] Deleting file <https://builds.apache.org/job/log4net-trunk-build/ws/src\GeneratedAssemblyInfo.cs <https://builds.apache.org/job/log4net-trunk-build/ws/src/GeneratedAssemblyInfo.cs>.>
>   [asminfo] Generated file '<https://builds.apache.org/job/log4net-trunk-build/ws/src\GeneratedAssemblyInfo.cs' <https://builds.apache.org/job/log4net-trunk-build/ws/src/GeneratedAssemblyInfo.cs'>.>
> 
> compile-all:
> 
>      [echo] Compiling all build configurations for all runtime configurations.
> 
> set-debug-build-configuration:
> 
> 
> check-current-build-config:
> 
> 
> set-build-configuration-flags:
> 
> 
> compile-build:
> 
>      [echo] Compiling all framework versions for the debug build configuration.
>      [echo] The .NET Framework 1.0 is not available. Build skipped.
>      [echo] The .NET Framework 1.1 is not available. Build skipped.
> 
> check-bin-dir:
> 
> 
> check-doc-dir:
> 
> 
> check-sdkdoc-dir:
> 
> 
> check-sdkdoc-debug:
> 
> 
> check-current-build-config:
> 
> 
> check-build-debug:
> 
> 
> check-build-defines:
> 
> 
> set-net-2.0-runtime-configuration:
> 
>  [property] Target framework changed to "Microsoft .NET Framework 2.0".
> 
> check-log4net-basedir:
> 
> 
> check-current-bin-dir:
> 
> 
> clean-current-bin-dir:
> 
>      [echo] Cleaning the bin/net/2.0/debug binaries directory.
>    [delete] Deleting directory '<https://builds.apache.org/job/log4net-trunk-build/ws/bin\net\2.0\debug' <https://builds.apache.org/job/log4net-trunk-build/ws/bin/net/2.0/debug'>.>
>     [mkdir] Creating directory '<https://builds.apache.org/job/log4net-trunk-build/ws/bin\net\2.0\debug' <https://builds.apache.org/job/log4net-trunk-build/ws/bin/net/2.0/debug'>.>
> 
> compile-net-2.0:
> 
>       [csc] Compiling 225 files to '<https://builds.apache.org/job/log4net-trunk-build/ws/bin\net\2.0\debug\log4net.dll' <https://builds.apache.org/job/log4net-trunk-build/ws/bin/net/2.0/debug/log4net.dll'>.>
>       [csc] <https://builds.apache.org/job/log4net-trunk-build/ws/src\Appender\FileAppender.cs(1098,27) <https://builds.apache.org/job/log4net-trunk-build/ws/src/Appender/FileAppender.cs(1098,27)>>: error CS1591: Warning as Error: Missing XML comment for publicly visible type or member 'log4net.Appender.FileAppender.OnClose()'
>       [csc] <https://builds.apache.org/job/log4net-trunk-build/ws/src\Appender\FileAppender.cs(833,14) <https://builds.apache.org/job/log4net-trunk-build/ws/src/Appender/FileAppender.cs(833,14)>>: error CS0122: 'System.Threading.WaitHandle.Dispose(bool)' is inaccessible due to its protection level
>       [csc] c:\Windows\Microsoft.NET\Framework64\v2.0.50727\mscorlib.dll: (Location of symbol related to previous error)
> 
> BUILD FAILED
> 
> <https://builds.apache.org/job/log4net-trunk-build/ws/log4net.build(658,6) <https://builds.apache.org/job/log4net-trunk-build/ws/log4net.build(658,6)>>:
> External Program Failed: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\csc.exe (return code was 1)
> 
> Total time: 2.3 seconds.
> 
> Build step 'Execute NAnt build' marked build as failure
> 
> 
> 
> -- 
> Dominik Psenner


Re: Build failed in Jenkins: log4net-trunk-build #101

Posted by Dominik Psenner <dp...@gmail.com>.
This should be gone soon. All tests should work again, too (even the
remoting appender! at least on my windows 7 computer). I would like to
encourage everyone who is reading this to run them and report back.

Once we settled this all, should we try to carve 1.2.15 into stone?

2015-11-13 22:25 GMT+01:00 Apache Jenkins Server <je...@builds.apache.org>
:

> See <https://builds.apache.org/job/log4net-trunk-build/101/changes>
>
> Changes:
>
> [bodewig] add license header
>
> [bodewig] bring back RAT report to site build
>
> [bodewig] port fix for LOG4NET-462 from 1.3 branch
>
> [dpsenner] LOG4NET-488: fix tests for .net 2.0
>
> This is a modified version of the patch supplied by NN.
>
> ------------------------------------------
> Started by an SCM change
> [EnvInject] - Loading node environment variables.
> Building remotely on windows1 (Windows) in workspace <
> https://builds.apache.org/job/log4net-trunk-build/ws/>
> Updating https://svn.apache.org/repos/asf/logging/log4net/trunk at
> revision '2015-11-13T21:25:24.636 +0000'
> U         src\Util\ReadOnlyPropertiesDictionary.cs
>  U        src\Util
> U         pom.xml
> U         tests\src\packages.config
> U         tests\src\Appender\SmtpPickupDirAppenderTest.cs
> At revision 1714269
> WARNING: clock of the subversion server appears to be out of sync. This
> can result in inconsistent check out behavior.
> Executing command: cmd.exe /C ""F:\hudson\tools\nant-0.92\bin\NAnt.exe
> -buildfile:log4net.build && exit %%ERRORLEVEL%%""
> [log4net-trunk-build] $ cmd.exe /C
> '"F:\hudson\tools\nant-0.92\bin\NAnt.exe -buildfile:log4net.build && exit
> %%ERRORLEVEL%%"'
> NAnt 0.92 (Build 0.92.4543.0; release; 6/9/2012)
> Copyright (C) 2001-2012 Gerry Shaw
> http://nant.sourceforge.net
>
> Buildfile:
> file:///f:/hudson/hudson-slave/workspace/log4net-trunk-build/log4net.build
> Target framework: Microsoft .NET Framework 4.0
> Target(s) specified: compile-all
>
>
> check-current-build-config:
>
>
> set-build-configuration:
>
>
> set-debug-build-configuration:
>
>
> check-current-build-config:
>
>
> set-build-configuration-flags:
>
>
> check-current-build-config:
>
>
> set-framework-configuration:
>
>
> check-bin-dir:
>
>
> check-doc-dir:
>
>
> check-sdkdoc-dir:
>
>
> check-sdkdoc-debug:
>
>
> check-current-build-config:
>
>
> check-build-debug:
>
>
> check-build-defines:
>
>
> set-net-4.0-runtime-configuration:
>
>
> generate-assembly-description:
>
>     [sleep] Sleeping for 500 milliseconds.
>    [delete] Deleting file <
> https://builds.apache.org/job/log4net-trunk-build/ws/_svnrevision.xml.>
>    [delete] Deleting file <
> https://builds.apache.org/job/log4net-trunk-build/ws/src\GeneratedAssemblyInfo.cs
> .>
>   [asminfo] Generated file '<
> https://builds.apache.org/job/log4net-trunk-build/ws/src\GeneratedAssemblyInfo.cs'
> .>
>
> compile-all:
>
>      [echo] Compiling all build configurations for all runtime
> configurations.
>
> set-debug-build-configuration:
>
>
> check-current-build-config:
>
>
> set-build-configuration-flags:
>
>
> compile-build:
>
>      [echo] Compiling all framework versions for the debug build
> configuration.
>      [echo] The .NET Framework 1.0 is not available. Build skipped.
>      [echo] The .NET Framework 1.1 is not available. Build skipped.
>
> check-bin-dir:
>
>
> check-doc-dir:
>
>
> check-sdkdoc-dir:
>
>
> check-sdkdoc-debug:
>
>
> check-current-build-config:
>
>
> check-build-debug:
>
>
> check-build-defines:
>
>
> set-net-2.0-runtime-configuration:
>
>  [property] Target framework changed to "Microsoft .NET Framework 2.0".
>
> check-log4net-basedir:
>
>
> check-current-bin-dir:
>
>
> clean-current-bin-dir:
>
>      [echo] Cleaning the bin/net/2.0/debug binaries directory.
>    [delete] Deleting directory '<
> https://builds.apache.org/job/log4net-trunk-build/ws/bin\net\2.0\debug'.>
>     [mkdir] Creating directory '<
> https://builds.apache.org/job/log4net-trunk-build/ws/bin\net\2.0\debug'.>
>
> compile-net-2.0:
>
>       [csc] Compiling 225 files to '<
> https://builds.apache.org/job/log4net-trunk-build/ws/bin\net\2.0\debug\log4net.dll'
> .>
>       [csc] <
> https://builds.apache.org/job/log4net-trunk-build/ws/src\Appender\FileAppender.cs(1098,27)>:
> error CS1591: Warning as Error: Missing XML comment for publicly visible
> type or member 'log4net.Appender.FileAppender.OnClose()'
>       [csc] <
> https://builds.apache.org/job/log4net-trunk-build/ws/src\Appender\FileAppender.cs(833,14)>:
> error CS0122: 'System.Threading.WaitHandle.Dispose(bool)' is inaccessible
> due to its protection level
>       [csc] c:\Windows\Microsoft.NET\Framework64\v2.0.50727\mscorlib.dll:
> (Location of symbol related to previous error)
>
> BUILD FAILED
>
> <https://builds.apache.org/job/log4net-trunk-build/ws/log4net.build(658,6)
> >:
> External Program Failed:
> C:\Windows\Microsoft.NET\Framework64\v2.0.50727\csc.exe (return code was 1)
>
> Total time: 2.3 seconds.
>
> Build step 'Execute NAnt build' marked build as failure
>



-- 
Dominik Psenner