Bugs item #1145852, was opened at 2005-02-22 00:37
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1145852&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: Tom Guinther (tguinther)
>Assigned to: Gert Driesen (drieseng)
Summary: ResGenTask Optimization causes failure

Initial Comment:
The ResGenTask attempts to optimize by not copying 
assembly references if it detects that the references are 
not required. Unfourtunately the algorithm for doing so is 
a bit weak in that it only looks for direct references to 
external assemblies. 

1 case that is forgotten is when a resource is in 'blob' 
form and the serialization info contains references to 
external assemblies. I found the simplest thing to do is 
to remove the code that attempts to use the 
optimization (ResGenTask.cs in Nant.DotNetTasks)

Tom

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

>Comment By: Gert Driesen (drieseng)
Date: 2005-05-21 14:45

Message:
Logged In: YES 
user_id=707851

This is now fixed in cvs.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1145852&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to