[Nant-users] solution excludeprojects problems

2004-02-19 Thread Randy Klingelheber
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

[Nant-users] CS2001 compile error using Solution task

2004-02-04 Thread Randy Klingelheber
I am attempting to use the nant Solution task to compile a vb.net library. Visual Studio compiles without error or warning, however nant fails with the following compiler error:   [compile] vbc : Command line error BC2001 : file '=' could not be found   I assume that nant is incorrectly