<exec
program="..\nant\bin\nant.exe"
commandline="-buildfile:MiddleTier\MTM.MiddleTier.build build >
..\..\..\Log\MTM.MiddleTier.build.log" />
This will never work. ">" sign
is shell (cmd.exe) special handling, its not common to process running. NAnt's
<exec> task have special attribute for file-redirection. See
http://nant.sourceforge.net/nightly/latest/help/tasks/exec.html expecially output and append
attributes.
Martin
|
- [nant-dev] writing the NAnt output to a log file ?? Pradeep Chellu
- RE: [nant-dev] writing the NAnt output to a log file ?... Martin Aliger
- RE: [nant-dev] writing the NAnt output to a log file ?... Martin Aliger