<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

Reply via email to