Enhance the build process so `msbuild.exe` can log to both console and file.

Issue #35 wontfix
Jeroen Wiert Pluimers created an issue

Currently you have to wait for each build permutation (Delphi version + Config) in order to see output (otherwise the console window for each that permutation is closed).

Enhance the build process to it can log to both the console and file.

This can be done: http://stackoverflow.com/questions/7367664/redirect-but-also-display-process-output-stream

  1. Decide on where to put the log file(s)
  2. Decide if all builds should go to one big log file, or e log file for each permutation
  3. Decide if logs should be appended or overwritten on each build

Comments (4)

  1. Log in to comment