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

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: Closed
>Resolution: Fixed
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-06-15 08:23

Message:
Logged In: YES 
user_id=707851

This is now fixed in cvs.

Thanks for the report !

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

Comment By: Gert Driesen (drieseng)
Date: 2005-06-13 22:07

Message:
Logged In: YES 
user_id=707851

I have this issue fixed locally. I'll commit it after I've tested it 
against my (local) <solution> task test suite.

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to