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 Cowan > Sent: donderdag 27 oktober 2005 16:27 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Resx files > > Hi all, > > I have the following target: > >target="l

[Nant-users] Resx files

2005-10-27 Thread Paul Cowan
Hi all, I have the following target:

[Nant-users] resx files /resources question

2004-06-02 Thread Michael Rudge
I am using a modified vsconvert.xsl to produce my build files. I previously used slingshot. When creating the build files for code-behinds, slingshot produced a resgen task for the .resx files that converted them to resource, and created arg properties for the compile (csc). The .xsl file only crea

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

2004-02-10 Thread Jaroslaw Kowalski
/or run NAnt in debug mode. Hope it helps. Jarek - Original Message - From: "Craig Williams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 10, 2004 9:27 PM Subject: [Nant-users] resx files and form resources What is the recommended method

[Nant-users] resx files and form resources

2004-02-10 Thread Craig Williams
What is the recommended method for handling resources using NAnt ?   If I have a VS built form with a resx file, it gets ignored and the resources don't get compiled into the assembly.   or did I miss something ;)?   thanks   Craig

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

2003-01-27 Thread Nick Robinson
Title: RE: [Nant-users] Resx files not getting embedded   -Original Message-From: Nick Robinson [mailto:[EMAIL PROTECTED]]Sent: 27 January 2003 17:04To: Lorphelin, YvesSubject: RE: [Nant-users] Resx files not getting embedded Hi,   I have another problem now.  Here is my target for

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

[Nant-users] Resx files not getting embedded

2003-01-09 Thread Nicholas Robinson
Hi, I am trying to embed a resx resource during compilation, but when I try to access the resource I cannot find it (usnig the Resource Manager).  If I build the same project within DevStudio it works.  My NANT script section is below: