Bugs item #830233, was opened at 2003-10-25 22:44
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=830233&group_id=31650

Category: Tasks
>Group: 0.85
Status: Open
>Resolution: Fixed
Priority: 5
Submitted By: Damir Simunic (dsimunic)
Assigned to: Nobody/Anonymous (nobody)
Summary: <solution> Task does not Identify Satellite Assemblies

Initial Comment:
<solution> tasks incorrectly includes localized resources 
intended for satellite assemblies into the main assembly, 
and does not build satellite assemblies.

More Information
====================

Resources in the format "name.<culture-id>.resx", 
or "name.<culture-id>.<any_extension>" embedded in 
Visual Studio projects should be compiled into separate 
satellite assemblies and put into subfolders of the output 
folder corresponding to the culture-id of the file. 

Non-resx files, such as image or binary files marked 
as "Embedded Resource" in Visual Studio project and 
named with the above scheme should also be linked into 
culture-specific satellite assemblies, but with culture 
identifier stripped from the resource name.

Files corresponding to the above scheme, but with 
<culture-id> part with invalid culture Id should be 
embedded in the main assembly.

Example
=========

The project named "I18App" contains the following 
resources:

strings.resx
strings.xx.resx
strings.de.resx
strings.fr-CH.resx
bitmap.bmp
bitmap.de.bmp
bitmap.fr-CH.bmp

Running the <solution> for the above project with the 
default output folder should create the following output:

I18App.dll (contains I18App.strings.resources, 
I18App.strings.xx.resources, I18App.bitmap.bmp)
de\I18App.resources.dll (with 
I18App.strings.de.resources, I18App.bitmap.bmp)
fr-CH\I18App.resources.dll (with I18App.fr-CH.resources, 
I18App.bitmap.bmp)

Note that the bitmap resource in the satellite assembly 
has the culture ID stripped from the name.

More information can be found at: 
<http://msdn.microsoft.com/library/en-
us/cpguide/html/cpconpackagingdeployingresources.asp>

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

>Comment By: Gert Driesen (drieseng)
Date: 2004-02-22 18:21

Message:
Logged In: YES 
user_id=707851

This is now implemented is cvs and should be available in the 
next nightly build.

Can you give it a try and report any issues ?

Thanks !

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

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


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to