Randy,

Can you please submit a bug report for this
(http://sourceforge.net/tracker/?func=browse&group_id=31650&atid=402868) and
attach a repro ?

Thanks,

Gert

----- Original Message ----- 
From: "Randy Klingelheber" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 20, 2004 2:16 AM
Subject: [Nant-users] solution excludeprojects problems


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




-------------------------------------------------------
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-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to