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
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
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