RE: [Nant-users] Output from exec command lost

2003-12-13 Thread Breen, Patrick
Invoke devenv.com instead of devenv.exe (both should be in the same directory). It will pipe output to the stdout which will then be captured by Nant. Patrick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Dagg Sent: Friday, December 12, 2003 6:47

Re: [Nant-users] Output from exec command lost

2003-12-12 Thread Ian MacLean
Hi Bill, try instead. You should see the output from devenv in that case. Ian Bill Dagg wrote: I have a script with the following task: Whenever I execute this script with Nant, however, the only results displayed to the console are success or failure. All of the devenv output (e.g. build r