Title: building NAnt

Hello.

When I attempt to build NAnt on Windows XP with the 2003 .Net SDK using NMake, I get the following error:

        if not exist bootstrap md bootstrap

        if not exist bootstrap\lib md bootstrap\lib

        xcopy lib bootstrap\lib /S /Y /Q

36 File(s) copied

        copy lib\log4net.dll bootstrap

        1 file(s) copied.

        copy src\NAnt.Console\App.config bootstrap\NAnt.exe.config

        1 file(s) copied.

         bootstrap\NAnt.exe -f:NAnt.build install -D:install.prefix="C:\Program

Files"

NAnt 0.85 (Build 0.85.1932.0; rc3; 2005/04/16)

Copyright (C) 2001-2005 Gerry Shaw

http://nant.sourceforge.net

Buildfile: file:///C:/NAnt/nant-0.85-rc3/NAnt.build

Target framework: Microsoft .NET Framework 1.1

Target(s) specified: install

   [tstamp] 22 September 2005 02:18:40 PM.

init:


debug:


set-framework-configuration:


set-net-1.1-framework-configuration:


build:

     [echo] Build Directory is C:\NAnt\nant-0.85-rc3/build/net-1.1.win32/nant-0.

85-debug

     [nant] C:\NAnt\nant-0.85-rc3\src\NAnt.Core\NAnt.Core.build build

            Buildfile: file:///C:/NAnt/nant-0.85-rc3/src/NAnt.Core/NAnt.Core.bui

ld

            Target framework: Microsoft .NET Framework 1.1

            Target(s) specified: build


            build:


            BUILD FAILED

            INTERNAL ERROR

            System.Resources.MissingManifestResourceException: Could not find an

y resources appropriate for the specified culture (or the neutral culture) in th

e given assembly.  Make sure "Strings.resources" was correctly embedded or linke

d into assembly "NAnt.DotNetTasks".

            baseName: Strings  locationInfo: <null>  resource file name: Strings

.resources  assembly: NAnt.DotNetTasks, Version=0.85.1932.0, Culture=neutral, Pu

blicKeyToken=null

               at System.Resources.ResourceManager.InternalGetResourceSet(Cultur

eInfo culture, Boolean createIfNotExists, Boolean tryParents)

               at System.Resources.ResourceManager.InternalGetResourceSet(Cultur

eInfo culture, Boolean createIfNotExists, Boolean tryParents)

               at System.Resources.ResourceManager.InternalGetResourceSet(Cultur

eInfo culture, Boolean createIfNotExists, Boolean tryParents)

               at System.Resources.ResourceManager.GetString(String name, Cultur

eInfo culture)

               at NAnt.Core.Util.ResourceUtils.GetString(String name, CultureInf

o culture, Assembly assembly)

               at NAnt.Core.Util.ResourceUtils.GetString(String name)

               at NAnt.DotNet.Tasks.CscTask.NeedsCompiling()

               at NAnt.DotNet.Tasks.CompilerBase.ExecuteTask()

               at NAnt.Core.Task.Execute()

               at NAnt.Core.Target.Execute()

               at NAnt.Core.Project.Execute(String targetName, Boolean forceDepe

ndencies)

               at NAnt.Core.Project.Execute()

               at NAnt.Core.Project.Run()

            Please send bug report to [EMAIL PROTECTED]

            Total time: 0.1 seconds.


BUILD FAILED

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

Total time: 0.4 seconds.

NMAKE : fatal error U1077: 'bootstrap\NAnt.exe' : return code '0x1'

Stop.

You say that it is fixed and in the CVS.  But where in the CVS?  I already replaced my Makefile with the version from the CVS.

MariƩ Wessels.



This email and all contents are subject to the following disclaimer:

"http://www.dimensiondata.com/emaildisclaimer.htm"

Reply via email to