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

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: 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: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to