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()
|
- [Nant-users] solution task generates build error Cohen, Noah (CA - Ottawa)
- [Nant-users] solution task generates build ... Michael Dang