I’m having this problem when attempting to run a test build of one of our .NET solution files.  Do you have any ideas about what could be causing the problem?

 

D:\Downloads\NAnt\nant-0.8.3-rc2\nant-0.8.3-rc2\bin>nant

NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw

http://nant.sourceforge.net

 

Buildfile: file:///D:/Downloads/NAnt/nant-0.8.3-rc2/nant-0.8.3-rc2/bin/mytest.build

 

build:

 

     [echo] Building Gradebook...

 [solution] Starting solution build.

http://localhost/TestWeb/TestWeb.csproj

Total time: 1 seconds.

 

BUILD FAILED

 

INTERNAL ERROR

 

System.Net.WebException: The remote server returned an error: (403) Forbidden.

   at System.Net.HttpWebRequest.CheckFinalStatus()

   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)

   at System.Net.HttpWebRequest.GetResponse()

   at NAnt.VSNet.Tasks.WebDavClient.GetFileContentsStatic(String strRemoteFilename)

   at NAnt.VSNet.Tasks.Project.LoadXmlDocument(String strFilename)

   at NAnt.VSNet.Tasks.Project.IsEnterpriseTemplateProject(String strFilename)

   at NAnt.VSNet.Tasks.Solution..ctor(String strSolutionFilename, ArrayList alAdditionalProjects, ArrayList alReferenceProjects,TempFileCollection tfc, Task nanttask)

   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()

   at NAnt.Core.Task.Execute()

   at NAnt.Core.Target.Execute()

   at NAnt.Core.Project.Execute(String targetName)

   at NAnt.Core.Project.Execute()

   at NAnt.Core.Project.Run()

 

Please send bug report to [EMAIL PROTECTED]

 

 

Reply via email to