Please run the "cleanall build" targets and see if that helps. The important error message here is at the end: > C:\WINNT\Microsoft.NET\Framework\v1.0.3705\csc.exe return 1 > Output: > fatal error CS0042: Unexpected error creating debug information file > 'C:\nant8\build\nant-0.8.01-debug\bin\NAnt.DotNetTasks.PDB' -- > 'C:\nant8\build\nant-0.8.01-debug\bin\NAnt.DotNetTasks.pdb: > The process cannot access the file because it is being used by another process.
It seems like csc has failed to create (really write to) a debug file for NAnt.DotNetTasks. Are you currently debugging, or using your new build? Anyway, this is usually a transitory, or temporary error, while the file is in use. ----- Original Message ----- From: "saravana kumar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 2:31 AM Subject: [Nant-users] (no subject) > hi, > > just tried version8 this is the build log.waitng for help. > > Setting environment for using Microsoft Visual Studio .NET > tools. > (If you also have Visual C++ 6.0 installed and wish to use its > tools > from the command line, run vcvars32.bat for Visual C++ 6.0.) > > C:\>cd nant8 > > C:\nant8>bin\nant > Buildfile: file:///C:/nant8/NAnt.build > > init: > > debug: > > build: > [echo] Build Directory is C:\nant8/build/nant-0.8.01-debug > [csc] Compiling 62 files to > C:\nant8\build\nant-0.8.01-debug\bin\NAnt.Core > .dll > [csc] Compiling 32 files to > C:\nant8\build\nant-0.8.01-debug\bin\NAnt.Core > .Tests.dll > [csc] Compiling 2 files to > C:\nant8\build\nant-0.8.01-debug\bin\NAnt.exe > C:\nant8\src\NAnt.Console\ConsoleStub.cs(60,17): warning CS0168: > The variable 'e > ' is declared but never used > C:\nant8\src\NAnt.Console\ConsoleStub.cs(97,21): warning CS0168: > The variable 'f > nf' is declared but never used > > [csc] Compiling 1 files to > C:\nant8\build\nant-0.8.01-debug\bin\NAnt.Conso > le.Tests.dll > [nant] src/NAnt.DotNetTasks.build build > Buildfile: > file:///C:/nant8/src/NAnt.DotNetTasks.build > > build: > [csc] Compiling 14 files to > C:\nant8\build\nant-0.8.01-debug\b > in\NAnt.DotNetTasks.dll > C:\nant8\src\NAnt.DotNetTasks\MsftFXSDKExternalProgramBase.cs(61,13): > warning CS > 0168: The variable 'e' is declared but never used > > [csc] Compiling 5 files to > C:\nant8\build\nant-0.8.01-debug\bi > n\NAnt.DotNetTasks.Tests.dll > > BUILD SUCCEEDED > > Total time: 1 seconds > [nant] src/NAnt.ZipTasks.build build > Buildfile: file:///C:/nant8/src/NAnt.ZipTasks.build > > build: > [csc] Compiling 2 files to > C:\nant8\build\nant-0.8.01-debug\bi > n\NAnt.ZipTasks.dll > [csc] Compiling 1 files to > C:\nant8\build\nant-0.8.01-debug\bi > n\NAnt.ZipTasks.Tests.dll > > BUILD SUCCEEDED > > Total time: 1 seconds > [nant] src/NAnt.VisualCppTasks.build build > Buildfile: > file:///C:/nant8/src/NAnt.VisualCppTasks.build > > build: > [csc] Compiling 4 files to > C:\nant8\build\nant-0.8.01-debug\bi > n\NAnt.VisualCppTasks.dll > > BUILD SUCCEEDED > > Total time: 0 seconds > [nant] src/NAnt.NUnitTasks.build build > Buildfile: > file:///C:/nant8/src/NAnt.NUnitTasks.build > > build: > [csc] Compiling 4 files to > C:\nant8\build\nant-0.8.01-debug\bi > n\NAnt.NUnitFormatters.dll > [csc] Compiling 12 files to > C:\nant8\build\nant-0.8.01-debug\b > in\NAnt.NUnit1Tasks.dll > [csc] Compiling 3 files to > C:\nant8\build\nant-0.8.01-debug\bi > n\NAnt.NUnit2Tasks.dll > > BUILD SUCCEEDED > > Total time: 2 seconds > > test: > [echo] Running unit tests with just built version of NAnt. > [exec] C:\nant8/build/nant-0.8.01-debug/bin/NAnt.exe > -indent:1 -buildfile: > NAnt.build debug self-test -D:project.version=0.8.01 > > BUILD FAILED > C:\nant8\NAnt.build(111,4): > External Program Failed: > C:\nant8/build/nant-0.8.01-debug/bin/NAnt.exe return 1 > > Output: > Buildfile: file:///C:/nant8/NAnt.build > > debug: > > init: > > self-test: > [echo] > C:\DOCUME~1\synect\LOCALS~1\Temp\SourceForge.NAnt.Tests. > IfTest\new.txt is newer than > C:\DOCUME~1\synect\LOCALS~1\Temp\SourceForge.NAnt.T > ests.IfTest\old.txt > > Tests run: 105, Failures: 0, Not run: 0, Time: > 7.610868 seconds > > > Tests run: 9, Failures: 0, Not run: 0, Time: > 2.7839754 seconds > > > [nant] src/NAnt.DotNetTasks.build test > Buildfile: > file:///C:/nant8/src/NAnt.DotNetTasks.build > > build: > [csc] Compiling 14 files to > C:\nant8\build\nant-0. > 8.01-debug\bin\NAnt.DotNetTasks.dll > > BUILD FAILED > C:\nant8\src\NAnt.DotNetTasks.build(12,10): > External Program Failed: > C:\WINNT\Microsoft.NET\Framework\v1.0.3705\csc.exe ret > urn 1 > Output: > fatal error CS0042: Unexpected error creating debug information > file 'C:\nant8\b > uild\nant-0.8.01-debug\bin\NAnt.DotNetTasks.PDB' -- > 'C:\nant8\build\nant-0.8.01- > debug\bin\NAnt.DotNetTasks.pdb: The process cannot access the file > because it is > being used by another process. > > > BUILD FAILED > Nested build failed. Refer to build log for exact reason. > Try 'nant -help' for more information > > saravana > kumar > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Nant-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nant-users > > ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users