I’ve found a couple problems with the solution task excludeprojects fileset. The Solution.LoadProjects() function uses the StringCollection.Contains to find excluded files. The first problem is that Contains() is case sensitive. The second problem is that in some cases it could be comparing the fileset full path with a relative path from the solution file. It might be worth converting relative project paths to full paths when reading them in from the solution file…
-randy |
- Re: [Nant-users] solution excludeprojects problems Randy Klingelheber
- Re: [Nant-users] solution excludeprojects problems Gert Driesen