Bugs item #1186176, was opened at 2005-04-19 20:23 Message generated for change (Comment added) made by maliger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1186176&group_id=31650
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Tasks Group: 0.85 Status: Open Resolution: None Priority: 5 Submitted By: Mach005 (mach005) Assigned to: Gert Driesen (drieseng) Summary: <solution> breaks on unused references Initial Comment: The <solution> tasks fails if an assembly references another assembly that does not exist but is not used at all. For instance, the Enterprise Library references nunit.framework.dll. But the Debug, Release and ReleaseFinal configurations exclude all test code, thus the solution still builds under VS.NET 2003 even without NUnit installed. VS.NET 2003 does not care that the assembly reference is invalid, because no code uses anything from the nunit.framework.dll assembly. Only if the DebugUnitTests, DebugLongRunningTests, ReleaseUnitTests or ReleaseLongRunningTests configururations are built does VS.NET 2003 require that the reference to nunit.framework.dll be valid and therefore that NUnit is actually installed. ---------------------------------------------------------------------- Comment By: Martin Aliger (maliger) Date: 2005-06-13 19:27 Message: Logged In: YES user_id=655297 this is connected with Prepare() buildexceptions as well as nant-Bugs-1219705 IMHO. ---------------------------------------------------------------------- Comment By: Gert Driesen (drieseng) Date: 2005-04-19 20:35 Message: Logged In: YES user_id=707851 I'll fix this when I get back from my vacation (in about 2 weeks). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1186176&group_id=31650 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ nant-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-developers
