Re: [Nant-users] Issue with compiling resource files

2005-03-28 Thread jeetu mahtani
[EMAIL PROTECTED] On Behalf Of > > jeetu mahtani > > Sent: zaterdag 26 maart 2005 1:42 > > To: Gert Driesen > > Cc: nant-users@lists.sourceforge.net > > Subject: Re: [Nant-users] Issue with compiling resource files > > > > Thanks Gert. > > > >

RE: [Nant-users] Issue with compiling resource files

2005-03-25 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > jeetu mahtani > Sent: zaterdag 26 maart 2005 1:42 > To: Gert Driesen > Cc: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] Issue with compiling resourc

Re: [Nant-users] Issue with compiling resource files

2005-03-25 Thread jeetu mahtani
yToken=null On Fri, 25 Mar 2005 06:46:03 +0100, Gert Driesen <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > jeetu mahtani > > Sent: vrijdag 25 maart 2005 1:53 > &g

RE: [Nant-users] Issue with compiling resource files

2005-03-24 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > jeetu mahtani > Sent: vrijdag 25 maart 2005 1:53 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Issue with compiling resource files > > I have a res

[Nant-users] Issue with compiling resource files

2005-03-24 Thread jeetu mahtani
I have a resource files wsresource.resx that I created in VS.NET 2003. To my understanding, VS.NET automatically compiles resx files to .resource and then links it to the assembly. I am trying to achieve the same through a Nant auto build. Right now my build file contains the following (snippet) (m