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 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] Output from exec command lost


I have a script with the following task:

<exec program="devenv" commandline="my.sln /build release" />

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 of nant are lost.
Does anyone have any idea how to get said output to display on the
console?

I've tried setting the "verbose" property to true.  Didn't help.

Note: I'm using Nat 0.8.3 (2003-11-28).

Thanks.

____________________________________________

Bill Dagg
Senior Software Engineer, IT Department
Custom House Global Foreign Exchange
604.630.0968

[EMAIL PROTECTED]
http://www.customhouse.com



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to