Doc Build.cmd script does not show buildlog.txt in text editor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user