Re: [Nant-users] Resx files

2005-10-28 Thread Gert Driesen
Paul, The satellite assembly should be built automatically. Send me a small repro if you see different results. Gert - Original Message - From: "Paul Cowan" <[EMAIL PROTECTED]> To: Sent: Friday, October 28, 2005 10:31 AM Subject: RE: [Nant-users] Resx files But this

RE: [Nant-users] Resx files

2005-10-28 Thread Paul Cowan
But this does not specify the building of the satellite assembly. Do I need to use al.exe?? -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: 27 October 2005 19:35 To: Paul Cowan; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Resx files Paul, Have a

RE: [Nant-users] Resx files

2005-10-27 Thread Gert Driesen
Paul, Have a look at the doc page for the task (more specifically the note and example 1): http://nant.sourceforge.net/nightly/latest/help/tasks/csc.html Hope this helps, Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Paul Cowan > Sen

Re: [Nant-users] resx files and form resources

2004-02-10 Thread Jaroslaw Kowalski
This works for me: *.resx resources are handled without problems here. Please check your paths and/

Re: [Nant-users] Resx files not getting embedded

2003-01-23 Thread Ian MacLean
using VS.NET proj. Thanks, Kishore -Original Message- *From:* Lorphelin, Yves [mailto:[EMAIL PROTECTED]] *Sent:* Thursday, January 09, 2003 7:15 AM *To:* [EMAIL PROTECTED] *Subject:* RE: [Nant-users] Resx files not getting embedded hi Nicholas , The

RE: [Nant-users] Resx files not getting embedded

2003-01-23 Thread Kishore Chaliparambil
Title: RE: [Nant-users] Resx files not getting embedded Is it possible to have multiple resources element... meaning      I have multiple folders that include the resources.. Its possible to embed like this using VS.NET proj.   Thanks, Kishore -Original Message-From

RE: [Nant-users] Resx files not getting embedded

2003-01-09 Thread Lorphelin, Yves
Title: RE: [Nant-users] Resx files not getting embedded hi Nicholas , The ... fileset  takes care of the conversion between .resx & .resources fle You should write it like this       If there is no associated class testResources.cs , you should write it like this   W