Re: [NAnt-users] Strict execution of managed applications

2007-11-16 Thread Erich Eichinger
hi Gert, yes, it was me. I was eagerly awaiting this feature ;-) -Erich From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Fri 2007-11-16 16:59 To: Erich Eichinger; nant-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: RE: [NAnt-users] Strict execution

Re: [NAnt-users] Strict execution of managed applications

2007-11-16 Thread Erich Eichinger
Hi, Cool! Thanks a lot - I'll give it a shot on our Spring.NET codebase asap. keep up the great work! cheers, Erich From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Friday, November 16, 2007 2:16 PM

[NAnt-users] Strict execution of managed applications

2007-11-16 Thread Gert Driesen
Hi, Today, I've finally introduced support for running a Managed application on a specific version of a CLR. We've been supporting running an application on a given CLR for quite a while now, but we did not provide direct support for forcing an application to run on a specific CLR version. Me

Re: [NAnt-users] Strict execution of managed applications

2007-11-16 Thread Gert Driesen
Erich, I haven't yet released a nightly build containing this features, but will do so later today. If you're building from CVS then you already have access to the goodies ... Was I you that I discussed this feature with once ? Gert _ From: Erich Eichinger [mailto:[EMAIL PROTECTED

[NAnt-users] Moonlight / Silverlight support

2007-11-16 Thread Gert Driesen
Hi, I've been working on support for targeting Moonlight and Silverlight in NAnt. I wonder what framework identifiers we should use. For now I used: * moonlight-1.1 * silverlight-1.1 Are these too long ? Any alternatives? Gert --