I am not able to get a successful build with the latest stable version of
nant. It keeps blowing up at the VisualCpp stuff. Here is the log file that
is created when running bin\nant

I search but I can't find any previous fixes that fix this for me. Any help
would be much appreciated.

Also in my shop nobody does any development with Visual C++ so does it
really matter? We would be using nant specifically with .Net.

Thank you.

-Todd

============================================

NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/nant/nant-0.8.3.50105/NAnt.build
     [echo] Using 'net-1.0' Framework

init:


debug:


build:

     [echo] Build Directory is C:
\nant\nant-0.8.3.50105/build/nant-0.8.3.50105-debug
     [nant] src/NAnt.Core/NAnt.Core.build build

            Buildfile:
file:///C:/nant/nant-0.8.3.50105/src/NAnt.Core/NAnt.Core.build

            build:

            Total time: 3 seconds.

            BUILD SUCCEEDED

     [nant] src/NAnt.Console/NAnt.Console.build build

            Buildfile:
file:///C:/nant/nant-0.8.3.50105/src/NAnt.Console/NAnt.Console.build

            build:

            Total time: 0 seconds.

            BUILD SUCCEEDED

     [nant] src/NAnt.DotNet/NAnt.DotNet.build build

            Buildfile:
file:///C:/nant/nant-0.8.3.50105/src/NAnt.DotNet/NAnt.DotNet.build

            build:

            Total time: 0 seconds.

            BUILD SUCCEEDED

     [nant] src/NAnt.Zip/NAnt.Zip.build build

            Buildfile:
file:///C:/nant/nant-0.8.3.50105/src/NAnt.Zip/NAnt.Zip.build

            build:

            Total time: 0 seconds.

            BUILD SUCCEEDED

     [nant] src/NAnt.NUnit/NAnt.NUnit.build build

            Buildfile:
file:///C:/nant/nant-0.8.3.50105/src/NAnt.NUnit/NAnt.NUnit.build

            build:

            Total time: 1 seconds.

            BUILD SUCCEEDED

     [nant] src/NAnt.SourceControl/NAnt.SourceControl.build build

            Buildfile:
file:///C:/nant/nant-0.8.3.50105/src/NAnt.SourceControl/NAnt.SourceControl.build

            build:

            Total time: 0 seconds.

            BUILD SUCCEEDED

     [nant] src/NAnt.Win32/NAnt.Win32.build build

            Buildfile:
file:///C:/nant/nant-0.8.3.50105/src/NAnt.Win32/NAnt.Win32.build

            build:

            Total time: 0 seconds.

            BUILD SUCCEEDED

     [nant] src/NAnt.VSNet/NAnt.VSNet.build build

            Buildfile:
file:///C:/nant/nant-0.8.3.50105/src/NAnt.VSNet/NAnt.VSNet.build

            build:

            Total time: 0 seconds.

            BUILD SUCCEEDED

     [nant] src/NAnt.VisualCpp/NAnt.VisualCpp.build build

            Buildfile:
file:///C:/nant/nant-0.8.3.50105/src/NAnt.VisualCpp/NAnt.VisualCpp.build

            build:

            Total time: 0 seconds.

            BUILD SUCCEEDED

     [nant] tests/NAnt.Core/NAnt.Core.build build

            Buildfile:
file:///C:/nant/nant-0.8.3.50105/tests/NAnt.Core/NAnt.Core.build

            build:

            Total time: 0 seconds.

            BUILD SUCCEEDED

     [nant] tests/NAnt.Console/NAnt.Console.build build

            Buildfile:
file:///C:/nant/nant-0.8.3.50105/tests/NAnt.Console/NAnt.Console.build

            build:

            Total time: 0 seconds.

            BUILD SUCCEEDED

     [nant] tests/NAnt.DotNet/NAnt.DotNet.build build

            Buildfile:
file:///C:/nant/nant-0.8.3.50105/tests/NAnt.DotNet/NAnt.DotNet.build

            build:

            Total time: 0 seconds.

            BUILD SUCCEEDED

     [nant] tests/NAnt.Zip/NAnt.Zip.build build

            Buildfile:
file:///C:/nant/nant-0.8.3.50105/tests/NAnt.Zip/NAnt.Zip.build

            build:

            Total time: 0 seconds.

            BUILD SUCCEEDED

     [nant] tests/NAnt.VisualCpp/NAnt.VisualCpp.build build

            Buildfile:
file:///C:/nant/nant-0.8.3.50105/tests/NAnt.VisualCpp/NAnt.VisualCpp.build

            build:

            Total time: 0 seconds.

            BUILD SUCCEEDED

     [nant] tests/NAnt.VSNet/NAnt.VSNet.build build

            Buildfile:
file:///C:/nant/nant-0.8.3.50105/tests/NAnt.VSNet/NAnt.VSNet.build

            build:

            Total time: 0 seconds.

            BUILD SUCCEEDED

     [nant] tests/NAnt.Win32/NAnt.Win32.build build

            Buildfile:
file:///C:/nant/nant-0.8.3.50105/tests/NAnt.Win32/NAnt.Win32.build

            build:

            Total time: 0 seconds.

            BUILD SUCCEEDED


test:

     [echo] Running unit tests with just built version of NAnt.
     [exec] C:
\nant\nant-0.8.3.50105/build/nant-0.8.3.50105-debug/bin/NAnt.exe
-buildfile:NAnt.build debug self-test -D:project.version=0.8.3.50105
-k:net-1.0
            NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
            http://nant.sourceforge.net

            Buildfile: file:///C:/nant/nant-0.8.3.50105/NAnt.build
                 [echo] Using 'net-1.0' Framework

            debug:


            init:


            self-test:

                 [echo] testing with config 'C:
\nant\nant-0.8.3.50105\build\nant-0.8.3.50105-debug\bin\nant.exe.config'
                 [nant] tests/NAnt.Console/NAnt.Console.build test

                        Buildfile:
file:///C:/nant/nant-0.8.3.50105/tests/NAnt.Console/NAnt.Console.build

                        build:


                        test:

                           [nunit2] Tests run: 9, Failures: 0, Not run: 0,
Time: 2.34318 seconds


                        Total time: 2 seconds.

                        BUILD SUCCEEDED

                 [nant] tests/NAnt.Core/NAnt.Core.build test

                        Buildfile:
file:///C:/nant/nant-0.8.3.50105/tests/NAnt.Core/NAnt.Core.build

                        build:


                        test:

                           [nunit2]
                           [nunit2] BUILD SUCCEEDED
                           [nunit2]
                           [nunit2] Tests run: 128, Failures: 0, Not run:
0, Time: 7.7793576 seconds


                        Total time: 8 seconds.

                        BUILD SUCCEEDED

                 [nant] tests/NAnt.DotNet/NAnt.DotNet.build test

                        Buildfile:
file:///C:/nant/nant-0.8.3.50105/tests/NAnt.DotNet/NAnt.DotNet.build

                        build:


                        test:

                           [nunit2] Tests run: 10, Failures: 0, Not run: 0,
Time: 4.998784 seconds


                        Total time: 5 seconds.

                        BUILD SUCCEEDED

                 [nant] tests/NAnt.Zip/NAnt.Zip.build test

                        Buildfile:
file:///C:/nant/nant-0.8.3.50105/tests/NAnt.Zip/NAnt.Zip.build

                        build:


                        test:

                           [nunit2] Tests run: 2, Failures: 0, Not run: 0,
Time: 1.0466204 seconds


                        Total time: 1 seconds.

                        BUILD SUCCEEDED

                 [nant] tests/NAnt.VisualCpp/NAnt.VisualCpp.build test

                        Buildfile:
file:///C:/nant/nant-0.8.3.50105/tests/NAnt.VisualCpp/NAnt.VisualCpp.build

                        build:


                        test:

                           [nunit2] Tests run: 8, Failures: 8, Not run: 0,
Time: 3.358558 seconds

            Failures:
            1)
Tests.NAnt.VisualCpp.Tasks.ClTaskTest_HelloWorld.Test_HelloWorldCompile :
Error Executing Project
               at Tests.NAnt.Core.BuildTestBase.ExecuteProject(Project p)
in C:\nant\tests\NAnt.Core\BuildTestBase.cs:line 96
               at Tests.NAnt.Core.BuildTestBase.RunBuild(String xml) in C:
\nant\tests\NAnt.Core\BuildTestBase.cs:line 80
               at
Tests.NAnt.VisualCpp.Tasks.ClTaskTest_HelloWorld.Test_HelloWorldCompile()
in C:\nant\tests\NAnt.VisualCpp\Tasks\ClTaskTest.cs:line 64

            2)
Tests.NAnt.VisualCpp.Tasks.ClTaskTest_CompileOnDemand.Test_BuildAll : Error
Executing Project
               at Tests.NAnt.Core.BuildTestBase.ExecuteProject(Project p)
in C:\nant\tests\NAnt.Core\BuildTestBase.cs:line 96
               at Tests.NAnt.Core.BuildTestBase.RunBuild(String xml) in C:
\nant\tests\NAnt.Core\BuildTestBase.cs:line 80
               at
Tests.NAnt.VisualCpp.Tasks.ClTaskTest_CompileOnDemand.Test_BuildAll() in C:
\nant\tests\NAnt.VisualCpp\Tasks\ClTaskTest.cs:line 139

            3)
Tests.NAnt.VisualCpp.Tasks.ClTaskTest_CompileOnDemand.Test_BuildNothingChanged
 : Error Executing Project
               at Tests.NAnt.Core.BuildTestBase.ExecuteProject(Project p)
in C:\nant\tests\NAnt.Core\BuildTestBase.cs:line 96
               at Tests.NAnt.Core.BuildTestBase.RunBuild(String xml) in C:
\nant\tests\NAnt.Core\BuildTestBase.cs:line 80
               at
Tests.NAnt.VisualCpp.Tasks.ClTaskTest_CompileOnDemand.Test_BuildNothingChanged
() in C:\nant\tests\NAnt.VisualCpp\Tasks\ClTaskTest.cs:line 151

            4)
Tests.NAnt.VisualCpp.Tasks.ClTaskTest_CompileOnDemand.Test_BuildSourceChanged
 : Error Executing Project
               at Tests.NAnt.Core.BuildTestBase.ExecuteProject(Project p)
in C:\nant\tests\NAnt.Core\BuildTestBase.cs:line 96
               at Tests.NAnt.Core.BuildTestBase.RunBuild(String xml) in C:
\nant\tests\NAnt.Core\BuildTestBase.cs:line 80
               at
Tests.NAnt.VisualCpp.Tasks.ClTaskTest_CompileOnDemand.Test_BuildAll() in C:
\nant\tests\NAnt.VisualCpp\Tasks\ClTaskTest.cs:line 139
               at
Tests.NAnt.VisualCpp.Tasks.ClTaskTest_CompileOnDemand.Test_BuildSourceChanged
() in C:\nant\tests\NAnt.VisualCpp\Tasks\ClTaskTest.cs:line 159

            5)
Tests.NAnt.VisualCpp.Tasks.LinkTaskTest_HelloWorld.Test_HelloWorld : Error
Executing Project
               at Tests.NAnt.Core.BuildTestBase.ExecuteProject(Project p)
in C:\nant\tests\NAnt.Core\BuildTestBase.cs:line 96
               at Tests.NAnt.Core.BuildTestBase.RunBuild(String xml) in C:
\nant\tests\NAnt.Core\BuildTestBase.cs:line 80
               at
Tests.NAnt.VisualCpp.Tasks.LinkTaskTest_HelloWorld.Test_HelloWorld() in C:
\nant\tests\NAnt.VisualCpp\Tasks\LinkTaskTest.cs:line 73

            6)
Tests.NAnt.VisualCpp.Tasks.LinkTaskTest_CompileOnDemand.Test_BuildAll :
Error Executing Project
               at Tests.NAnt.Core.BuildTestBase.ExecuteProject(Project p)
in C:\nant\tests\NAnt.Core\BuildTestBase.cs:line 96
               at Tests.NAnt.Core.BuildTestBase.RunBuild(String xml) in C:
\nant\tests\NAnt.Core\BuildTestBase.cs:line 80
               at
Tests.NAnt.VisualCpp.Tasks.LinkTaskTest_CompileOnDemand.Test_BuildAll() in
C:\nant\tests\NAnt.VisualCpp\Tasks\LinkTaskTest.cs:line 171

            7)
Tests.NAnt.VisualCpp.Tasks.LinkTaskTest_CompileOnDemand.Test_BuildNothingChanged
 : Error Executing Project
               at Tests.NAnt.Core.BuildTestBase.ExecuteProject(Project p)
in C:\nant\tests\NAnt.Core\BuildTestBase.cs:line 96
               at Tests.NAnt.Core.BuildTestBase.RunBuild(String xml) in C:
\nant\tests\NAnt.Core\BuildTestBase.cs:line 80
               at
Tests.NAnt.VisualCpp.Tasks.LinkTaskTest_CompileOnDemand.Test_BuildNothingChanged
() in C:\nant\tests\NAnt.VisualCpp\Tasks\LinkTaskTest.cs:line 182

            8)
Tests.NAnt.VisualCpp.Tasks.LinkTaskTest_CompileOnDemand.Test_BuildSourceChanged
 : Error Executing Project
               at Tests.NAnt.Core.BuildTestBase.ExecuteProject(Project p)
in C:\nant\tests\NAnt.Core\BuildTestBase.cs:line 96
               at Tests.NAnt.Core.BuildTestBase.RunBuild(String xml) in C:
\nant\tests\NAnt.Core\BuildTestBase.cs:line 80
               at
Tests.NAnt.VisualCpp.Tasks.LinkTaskTest_CompileOnDemand.Test_BuildAll() in
C:\nant\tests\NAnt.VisualCpp\Tasks\LinkTaskTest.cs:line 171
               at
Tests.NAnt.VisualCpp.Tasks.LinkTaskTest_CompileOnDemand.Test_BuildSourceChanged
() in C:\nant\tests\NAnt.VisualCpp\Tasks\LinkTaskTest.cs:line 190


                        Total time: 3 seconds.

                        BUILD FAILED

                        Tests Failed

            Total time: 21 seconds.

            BUILD FAILED

            Nested build failed.  Refer to build log for exact reason.

Total time: 33 seconds.

BUILD FAILED

C:\nant\nant-0.8.3.50105\NAnt.build(120,10):
 External Program Failed: C:
\nant\nant-0.8.3.50105/build/nant-0.8.3.50105-debug/bin/NAnt.exe (return
code was 1)





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to