When I run the solution task in the following build file I get the error outlined below.  Any idea how to get around this?  Thanks!

 

<?xml version="1.0"?>

 

<project name="Simple" default="build">

 

<!-- compile -->

 

<target name="build" description="compiles the source code">

 

<solution solutionfile="TreeTest.sln" configuration="debug"/>

 

</target>

 

</project>

 

 

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 strRemoteFilena

me)

   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 alAd

ditionalProjects, ArrayList alReferenceProjects, TempFileCollection tfc, Task na

nttask)

   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()



This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.


Reply via email to