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: Fixed
Priority: 5
Submitted By: Randall Klingelheber (rklingelheber)
Assigned to: Gert Driesen (drieseng)
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-04-02 07:08

Message:
Logged In: YES 
user_id=707851

Can you verify whether this issue is fixed for you ??


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

Comment By: Gert Driesen (drieseng)
Date: 2004-03-05 11:24

Message:
Logged In: YES 
user_id=707851

This is now fixed in cvs.  

However, your second remark is not correct (at least not for 
the 0.85 nightly builds) as the project path is also a full path

Can you verify whether the issue is fixed in the next nightly 
build (http://nant.sourceforge.net/nightly/builds) and report 
back ?

Thanks !

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to