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

Re: [NAnt-users] psexec and NAnt

2008-11-25 Thread Eric Fetzer
file. From: Melissa <[EMAIL PROTECTED]> To: Eric Fetzer <[EMAIL PROTECTED]>; Nant Users Sent: Tuesday, November 25, 2008 9:06:57 AM Subject: Re: [NAnt-users] psexec and NAnt The environment that vcvars32.bat sets up goes away as soon as the exec ca

Re: [NAnt-users] psexec and NAnt

2008-11-25 Thread Melissa
Nant Users Subject: [NAnt-users] psexec and NAnt OK, I've got some strangeness here. So I call NAnt from a different machine using PSExec to call it. On all but one of our apps that I build this way (close to 100 total), all's cool. This one, however, fails from psexec where it succeed

[NAnt-users] psexec and NAnt

2008-11-24 Thread Eric Fetzer
OK, I've got some strangeness here.  So I call NAnt from a different machine using PSExec to call it.  On all but one of our apps that I build this way (close to 100 total), all's cool.  This one, however, fails from psexec where it succeeds directly from the command line.  The difference betwee