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

2003-12-13 Thread Breen, Patrick
PM To: [EMAIL PROTECTED] Subject: [Nant-users] Output from exec command lost 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 results from

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

[Nant-users] Output from exec command lost

2003-12-12 Thread Bill Dagg
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 results from individual projects in the solution file) that you get when devenv is executed outside