Ian MacLean wrote:


Greco Giuseppe wrote:

Hi Ian,

I think it would be preferable to have a common
resource assembly (e.g. NAnt.Resources.dll).

you mean all resources for every assembly all in a single resources assembly ? - I don't much like that idea at all. Resources should be located together with the assembly that uses them in most cases. To be honest I'd rather store duplicate copies of strings in different satellite assemblies that merge all the satellites into a single monolithic one.


I've been doing some more reading about .net internationalization strategies and it looks like a common model is to have satellite dlls for each assembly containing resources specifc to that assembly only and to create a resource only assembly to put *all* shared resources into. Maybe this is what you meant with NAnt.Resources.dll above ?

Ian


------------------------------------------------------- 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