I get the following error when using the solution task in nAnt rev. 0.8.3:

Buildfile: file:///C:/X.eye Workfiles/CORE/.netclient/app/xeye/framework/nant.build

str_framework:

 [solution] Starting solution build.
Total time: 0 seconds.

BUILD FAILED

INTERNAL ERROR

System.NotSupportedException: The given path's format is not supported.
   at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean 
needFullPath)
   at System.Security.Util.StringExpressionSet.AddExpressions(String[] str, Boolean 
checkForDuplicates, Boolean needFullPath)
   at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess 
access, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, 
Boolean copyPathList)
   at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess 
access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
   at System.IO.DirectoryInfo..ctor(String path)
   at NAnt.VSNet.Tasks.ConfigurationSettings..ctor(ProjectSettings ps, XmlElement 
elemConfig)
   at NAnt.VSNet.Tasks.Project.Load(Solution sln, String strFilename)
   at NAnt.VSNet.Tasks.Solution.LoadProjects()
   at NAnt.VSNet.Tasks.Solution..ctor(ArrayList alProjects, 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

Here is what my build file looks like:

<?xml version="1.0"?>
<project name="Wmanager">
        <target name="str_framework">
                <solution configuration="Release">
                        <projects>
                                <includesList name="projects.txt"/>
                        </projects>
                </solution>
        </target>
</project>

Please let me know what's causing this error to be thrown


. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Jonathan David <mailto:[EMAIL PROTECTED]> 
Configuration Management
tel: 416.601.9833 x323   fax: 416.601.9491

x.eye incorporated <http://www.xeye.com/> 
2425 Matheson Blvd, East, 4th Floor
Mississauga, ON
L4W 5K4
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to