From 2087c4ac464f80e6815e8398737d3a4ebd2a2e4d Mon Sep 17 00:00:00 2001 From: Marijn van der Zee Date: Fri, 2 Dec 2011 13:30:34 +0100 Subject: [PATCH] Doc Build.cmd script does not show buildlog.txt in text editor --- doc/reference/Build.cmd | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/doc/reference/Build.cmd b/doc/reference/Build.cmd index aee9c212..491ce6a1 100644 --- a/doc/reference/Build.cmd +++ b/doc/reference/Build.cmd @@ -1,20 +1,11 @@ -@echo off -@echo . -@echo .. -@echo ... -@echo Running reference documentation Build Script, capturing output to buildlog.txt ... -@echo Start Time: %time% -..\..\build-support\tools\nant\bin\nant %1 %2 %3 %4 %5 %6 %7 %8 %9 > buildlog.txt -@echo . -@echo .. -@echo ... -@echo Launching text file viewer to display buildlog.txt contents... -start "ignored but required placeholder window title argument" buildlog.txt -@echo . -@echo .. -@echo ... -@echo ************************ -@echo Build Complete! -@echo ************************ -@echo End Time: %time% -@echo    +@echo off +@echo ... +@echo Running reference documentation Build Script, capturing output to buildlog.txt ... +@echo Start Time: %time% +..\..\build-support\tools\nant\bin\nant %1 %2 %3 %4 %5 %6 %7 %8 %9 > buildlog.txt +@echo ... +@echo ************************ +@echo Build Complete! +@echo ************************ +@echo End Time: %time% +@echo