Bugs item #1145852, was opened at 2005-02-21 18:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1145852&group_id=31650

Category: Core
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Tom Guinther (tguinther)
Assigned to: Nobody/Anonymous (nobody)
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

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to