I figured out what it was. I was looking at the wrong solution task. The one I was executing was using EnableWebDav rather than WebMap. I still don’t know what the error means, but the solution task worked once I repaired it with WebMap.

 


Gary McCullough 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of McCullough, Gary
Sent: Friday, October 15, 2004 2:27 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] URI formats are not supported

 

I have a solution task with a webservice project in it. I’m using webmap, and getting this failure:

 

“URI formats are not supported”

 

Not finding much about what it means. Can anybody enlighten me?

 

Here’s the full output:

 

BUILD FAILED

 

INTERNAL ERROR

 

System.ArgumentException: URI formats are not supported.

   at System.IO.Path.GetFullPathInternal(String path)

   at System.IO.FileInfo..ctor(String fileName)

   at NAnt.VSNet.Project.Load(Solution sln, String projectPath) in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.VSNet\Project.cs:line 150

   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask slnTask, TempFileCollection tfc, GacCache gacCache, DirectoryInfo outputDir, String path) in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.VSNet\ProjectFactory.cs:line 72

   at NAnt.VSNet.Solution.LoadProjects(GacCache gacCache) in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.VSNet\Solution.cs:line 559

   at NAnt.VSNet.Solution..ctor(FileInfo solutionFile, ArrayList additionalProjects, ArrayList referenceProjects, TempFileCollection tfc, SolutionTask solutionTask, WebMapCollection webMaps, FileSet excludesProjects, DirectoryInfo outputDir, GacCache gacCache) in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.VSNet\Solution.cs:line 130

   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.VSNet\Tasks\SolutionTask.cs:line 365

   at NAnt.Core.Task.Execute() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.Core\Task.cs:line 176

   at NAnt.Core.Target.Execute() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.Core\Target.cs:line 249

   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.Core\Project.cs:line 870

   at NAnt.Core.Project.Execute(String targetName) in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.Core\Project.cs:line 840

   at NAnt.Core.Tasks.CallTask.ExecuteTask() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.Core\Tasks\CallTask.cs:line 110

   at NAnt.Core.Task.Execute() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.Core\Task.cs:line 176

   at NAnt.Core.TaskContainer.ExecuteChildTasks() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.Core\TaskContainer.cs:line 103

   at NAnt.Core.TaskContainer.ExecuteTask() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.Core\TaskContainer.cs:line 73

   at NAnt.Core.Tasks.IfTask.ExecuteTask() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.Core\Tasks\IfTask.cs:line 335

   at NAnt.Core.Task.Execute() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.Core\Task.cs:line 176

   at NAnt.Core.Target.Execute() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.Core\Target.cs:line 249

   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.Core\Project.cs:line 870

   at NAnt.Core.Project.Execute() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.Core\Project.cs:line 827

   at NAnt.Core.Project.Run() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp75C.tmp\src\NAnt.Core\Project.cs:line 895

 

Please send bug report to [EMAIL PROTECTED]

 


Gary McCullough 

 

Reply via email to