Title: Getting console output from devenv.exe with <exec> task

I use <exec program="devenv" commandline="MySolution.sln /build Debug" verbose="true" /> to build a .sln file.

When running nant.exe console output from devenv.exe isn't being displayed at all. NAnt seem to swallow all output from devenv.exe process when it is executed using <exec> task.

Curiously, <exec program="perl" ... /> does display perl's error messages on the console.

Is this a bug or by-design?

Thanks,

Alexis

weblog: http://radio.weblogs.com/0112946



Reply via email to