Re: [NAnt-users] 0.86 Beta 1 - NETCF-2.0 broken?

2008-11-25 Thread Gert Driesen
Can, To produce assemblies targeting .NET CF 2.0, NAnt currently requires the .NET Framework SDK 2.0. Since you don't have VS 2005 installed, I assume you're actually creating a .NET CF 3.5 app. Right? Gert -Original Message- From: Can Özmen [mailto:[EMAIL PROTECTED] Sent: dinsdag 25 n

Re: [NAnt-users] psexec and NAnt

2008-11-25 Thread Bob Archer
You can set any environmental variables you need in the exec task rather then needing to call that bat file. From: Eric Fetzer [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2008 12:47 PM To: Melissa; Nant Users Subject: Re: [NAnt-users] psexec and NAnt

Re: [NAnt-users] psexec and NAnt

2008-11-25 Thread Eric Fetzer
I don't believe I can do that in PSExec.  Each call is a session, and thus, the call to vcvars32 would be a session, and then the call to nant would be a session.  The only thing I can think of is to put the two calls into a batch file, put that on the machine, and then call the batch file.

Re: [NAnt-users] 0.86 Beta 1 - NETCF-2.0 broken?

2008-11-25 Thread Can Özmen
Hi Gert, I have Visual Studio 2003 and 2008 installed, but I don't remember installing the standalone SDK. Should I do that? Can. On Mon, Nov 24, 2008 at 21:39, Gert Driesen <[EMAIL PROTECTED]> wrote: > Hey Can, > > Do you have the .NET Framework SDK 2.0 installed? > > Gert > > -Original Me

Re: [NAnt-users] psexec and NAnt

2008-11-25 Thread Melissa
The environment that vcvars32.bat sets up goes away as soon as the exec call is completred. It isn't available in the next call. Run vcvars32.bat betore you call nant. -Original Message- From: Eric Fetzer [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 2:27 PM To: Nant Users