Bugs item #901232, was opened at 2004-02-20 18:51
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=901232&group_id=31650

>Category: Tasks
>Group: 0.85
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.

----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2004-02-25 14:08

Message:
Logged In: YES 
user_id=707851

can you please attach a repro for this issue to this bug 
report ?

thanks !

----------------------------------------------------------------------

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

Reply via email to