Bugs item #948243, was opened at 2004-05-05 08:27
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=948243&group_id=31650

Category: Tasks
Group: 0.85
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jo (jo-tmbamf)
>Assigned to: Gert Driesen (drieseng)
Summary: Satellite resource assemblies reference bug

Initial Comment:
I am having a problem with the following scenario:
 
I have one class library with a resource file contained in 
it: translations.en-us.resx. When I compile it (using 
vs.net)
I get 2 dll files:
 - Translations.dll
 - en-US/Translations.resources.dll (notice that this dll is 
in a subfolder)
 
I also have a web project, which has a reference to 
Translations.dll. When I compile the web project (using 
vs.net again) I get in my bin folder both the 
Translations.dll and en-US/Translations.resources.dll.
 
However, when I compile the webproject with nant 
(using the solution task) I do not get "en-
US/Translations.resources.dll" in my bin folder. I do not 
get any warnings or errors from the compiler either.

-Jo

ps. the attached repro uses a windows app instead of a 
web app, the bug remains the same of course.

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

>Comment By: Gert Driesen (drieseng)
Date: 2004-08-20 16:45

Message:
Logged In: YES 
user_id=707851

This issue is now completely fixed in cvs.

Thanks for the report !

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

Comment By: Jo (jo-tmbamf)
Date: 2004-05-24 08:43

Message:
Logged In: YES 
user_id=1035504

Thx!

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

Comment By: Gert Driesen (drieseng)
Date: 2004-05-15 10:01

Message:
Logged In: YES 
user_id=707851

I fixed the second part of the bug report, meaning NAnt does 
not pick up a change in a resource file.

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

Comment By: Jo (jo-tmbamf)
Date: 2004-05-10 15:18

Message:
Logged In: YES 
user_id=1035504

Related to this bug:
1. Run nant --> both projects are compiled
2. Edit the resource file (for example, change a key/value pair)
3. Run nant again --> nothing is recompiled, nant did not pick 
up the change in the resource file.

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

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


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to