RE: [Nant-users] Problem with resgen inside a task

2004-11-17 Thread Gert Driesen
Brad, This issue should be fixed in the next nightly build. Thanks for the report ! Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Brad Wilson > Sent: maandag 15 november 2004 21:08 > To: NAnt Users > Subject: [Nant-users] Problem with r

Re: [Nant-users] Problem with resgen inside a task

2004-11-15 Thread Brad Wilson
Okay, I found the problem. Basically, it boils down to the way CompilerBase is calculating the manifest resource name. If you look inside CompilerBase.GetManifestResourceName (the one with 4 parameters), in ComputerBase.cs, you'll see: if (resourceLinkage != null && resourceLinkage.IsValid)

Re: [Nant-users] Problem with resgen inside a task

2004-11-15 Thread Brad Wilson
No, that's okay. If it's not a known problem, I'll fix it today (I really need a fix today)... then presumably post a patch to the developers list, I guess. - Brad On Mon, 15 Nov 2004 21:38:29 +0100, Gert Driesen <[EMAIL PROTECTED]> wrote: > Hi Brad, > > Its definitely not a known issue. If you

RE: [Nant-users] Problem with resgen inside a task

2004-11-15 Thread Gert Driesen
Hi Brad, Its definitely not a known issue. If you can provide a small repro, I'd be happy to look into it. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Brad Wilson > Sent: maandag 15 november 2004 21:08 > To: NAnt Users > Subject: [Nant