Bugs item #901232, was opened at 2004-02-20 17:51 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=901232&group_id=31650
Category: Core Group: None Status: Open Resolution: None Priority: 5 Submitted By: Randall Klingelheber (rklingelheber) Assigned to: Nobody/Anonymous (nobody) Summary: solution does not match excludeprojects correctly Initial Comment: When the solution task attempts to load projects, it does not correctly match the projects read in from the solution file with the ExcludeProjects fileset. The result, of course, is that projects are not excluded. There are two reasons it doesn't work as expected: 1. It uses StringCollection.Contains() which is case sensitive. 2. It does not take into account the fact that paths read in from the solution file are relative paths and the FileSet FileNames are full paths. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=901232&group_id=31650 ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
