RE: [nant-dev] Patch for 1156702

2005-03-08 Thread Walker, Brian
Gert, I guess I'll just have to keep a private copy on NAnt with these changes in it. We have over 100 csproj files (in about 30 solutions) to build our entire project. The solution task was the easy way to still have just one file that listed the project properties (the .csproj file)

[nant-dev] [ nant-Bugs-1145670 ] Solution Circular Reference Error

2005-03-08 Thread SourceForge.net
Bugs item #1145670, was opened at 2005-02-21 19:49 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1145670group_id=31650 Category: Tasks Group: 0.85 Status: Closed Resolution: Fixed Priority: 5

[nant-dev] debug=true/full and DEBUG

2005-03-08 Thread Erv Walter
I am wondering about another issue that I initially thought might be helped bythe change below, but it turned out not quite. I think this has been asked before (a long time ago), but I figured I'd ask again. Currently (in cvs), the csc task sets the DEBUG symbol if debug is true, Full, or

RE: [nant-dev] debug=true/full and DEBUG

2005-03-08 Thread Gert Driesen
Hi, I agree that it would've been better to not implicitly set symbols, but instead leave it up to the build authors to use the define attribute for this purpose. I'm not sure whether its a good idea to introduce such a (breaking) change. We could ofcourse not define any symbols when the

[nant-dev] [ nant-Bugs-1159348 ] Building web projects copies all project dlls

2005-03-08 Thread SourceForge.net
Bugs item #1159348, was opened at 2005-03-08 12:51 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1159348group_id=31650 Category: Tasks Group: None Status: Open Resolution: None

RE: [nant-dev] debug=true/full and DEBUG

2005-03-08 Thread Erv Walter
That would work great! I agree that whatever is done, it should be non breaking to existing true/false settings. From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 2:45 PM To: Erv Walter; nant-developers@lists.sourceforge.net Subject: RE: [nant-dev]

[nant-dev] [ nant-Bugs-1159348 ] Building web projects copies all project dlls

2005-03-08 Thread SourceForge.net
Bugs item #1159348, was opened at 2005-03-08 21:51 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1159348group_id=31650 Category: Tasks Group: None Status: Open Resolution: None Priority: 5

[nant-dev] msm task property issues...

2005-03-08 Thread John Cole
Sorry for the cross post, but I'm not sure which list Jim is monitoring :-) I've run into an issue with the MSM task and the way it is filling out the MSM summary table via properties See http://sourceforge.net/tracker/index.php?func=detailaid=1149861group_id=54 790atid=474851 for a little more

[nant-dev] [ nant-Bugs-1159348 ] Building web projects copies all project dlls

2005-03-08 Thread SourceForge.net
Bugs item #1159348, was opened at 2005-03-08 12:51 Message generated for change (Comment added) made by cwensley You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1159348group_id=31650 Category: Tasks Group: None Status: Open Resolution: None Priority: 5

[nant-dev] [ nant-Bugs-1159348 ] Building web projects copies all project dlls

2005-03-08 Thread SourceForge.net
Bugs item #1159348, was opened at 2005-03-08 21:51 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1159348group_id=31650 Category: Tasks Group: None Status: Open Resolution: None Priority: 5

RE: [nant-dev] debug=true/full and DEBUG

2005-03-08 Thread Gert Driesen
This change has now been committed to cvs. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erv WalterSent: dinsdag 8 maart 2005 22:01To: Gert Driesen; nant-developers@lists.sourceforge.netSubject: RE: [nant-dev] debug=true/full and DEBUG That