Title: Message
I seem to have forgotten a small word : NOT :-) pfffff ... (does it show that I need vacation ?)
 
So, it should be : Right now, this is NOT implemented in the <solution> task.
 
Gert
 
----- Original Message -----
Sent: Tuesday, May 04, 2004 5:21 PM
Subject: RE: [Nant-users] resource compilation problem

Ik heb net ff de build van 3 mei geprobeerd met hetzelfde resultaat.
Ik zal proberen morgen een repro ineen te steken.
 
-Jo
-----Original Message-----
From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: dinsdag 4 mei 2004 16:55
To: Jo De Greef; [EMAIL PROTECTED]
Subject: Re: [Nant-users] resource compilation problem

Jo,
 
Right now, this is implemented in the <solution> task.
 
Can you file a bug report (containing a repro) for this issue ?
 
Thanks,
 
Gert
----- Original Message -----
Sent: Tuesday, May 04, 2004 3:41 PM
Subject: [Nant-users] resource compilation problem

Hi all,
 
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 file 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.
 
Could someone please shed some light on this?
 
Best regards,
-Jo
 
ps: I am using the nightly build from 2004/03/17.
 

Reply via email to