Lines Matching full:log

66 @set log_path=%log_folder%\%timestamp%.log
73 call :log 4 "Removing old log file %log_folder%\%%f"
92 @call :log 0 "Failed to build the %project% project"
98 @call :log 5
99 @call :log 0 "The built files are available in %install_path%"
114 @call :log 6
115 @call :log 2 "Welcome to the %project% build script"
116 @call :log 6 "------------------------------------"
117 @call :log 6
118 @call :log 2 "This script builds the project using CMake"
119 @call :log 6
120 @call :log 2 "Generating %generator%..."
121 @call :log 6
127 call :log 3 "Excuting the '%%m' method"
128 call :log 8
131 call :log 0 "Failed to complete the '%%~m' dependency routine"
132 call :log 0 "View the log at %log_path%"
136 @call :log 6 "------------------------------------"
137 @call :log 2 "Build complete"
138 @call :log 6
164 call :log 0 "Failed to enable extensions"
167 @call :log 5
168 @call :log 0 "Installing dependencies for %generator%"
172 @call :log 5
173 @call :log 0 "Failed to find MinGW"
179 @call :log 5
180 @call :log 0 "Failed to find gcc.exe"
191 call :log 0 "Failed to enable extensions"
194 @call :log 5
195 @call :log 0 "Generating CMake files for %generator%"
198 @call :log 5
199 @call :log 0 "Need CMake to create the build files"
209 @set output=%temp%\cmake-%iso8601%.log
218 @call :log 5
219 @call :log 0 "Failed to generate build files with CMake"
231 call :log 0 "Failed to enable extensions"
234 @call :log 5
235 @call :log 0 "Building %project% with %generator%"
239 @call :log 5
240 @call :log 0 "Failed to find mingw32-make"
248 @call :log 5
249 @call :log 0 "Failed to find MSBuild"
255 @call :log 5
256 @call :log 0 "No build command for %generator%"
261 @set output=%temp%\build-%iso8601%.log
262 @call :log 7
263 @call :log 2 "Build command: %build_command:"=%"
267 @call :log 5
268 @call :log 0 "Failed to complete the build"
278 @call :log 5
279 @call :log 0 "Installing built files"
282 @call :log 5
283 @call :log 0 "Need CMake to install the built files"
287 @set output=%temp%\install-%iso8601%.log
294 @call :log 5
295 @call :log 0 "Failed to install the files"
307 call :log 0 "Failed to enable extensions"
310 @call :log 3 "Attempting to detect the script source"
324 @call :log 4 "cmd = %cmd%"
325 @call :log 4 "arg1 = %arg1%"
326 @call :log 4 "arg2 = %arg2%"
327 @call :log 4 "rest = %rest%"
328 @call :log 4 "src = %~f0"
338 @call :log 3 "The script was invoked from %script_source%"
345 @call :log 3 "Determining the processor architecture"
350 @call :log 4 "arch = %arch%"
365 call :log 6
366 call :log 0 "Failed to get MD5 hash for %file_path%"
378 @call :log 3 "Retrieving the Windows version"
384 @call :log 4 "win_ver = %win_ver%"
397 @call :log 3 "Searching PATH for %file%"
405 @call :log 2 "Checking for administrator priviledges"
418 @call :log 3 "Appending to log: %file_path%"
420 @set "temp_log=%temp%\append-%iso8601%.log"
421 @call :log 4 "Using temp file %temp_log%"
482 :log - Logs a message, depending on verbosity label
521 @call :log 4 "Opening default browser: %url%"
531 @call :log 6
532 @call :log 6 "Finding CMake"
533 @call :log 6 "--------------"
551 @call :log 5
552 @call :log 0 "Failed to find cmake"
563 @call :log 6
564 @call :log 6 "Checking for CMake"
565 @call :log 6 "------------------"
572 call :log 5
573 call :log 0 "Failed to install cmake"
578 @call :log 5
579 @call :log 0 "Failed to check for cmake"
589 @call :log 5
590 @call :log 0 "Failed to enable extensions"
595 @call :log 6
596 @call :log 6 "Checking for MinGW"
597 @call :log 6 "------------------"
603 @call :log 7
604 @call :log 2 "Downloading MinGW"
616 @call :log 5
617 @call :log 0 "Failed to download MinGW"
621 @call :log 5
622 @call :log 0 "Found MinGW: %compiler_path%gcc.exe"
647 @call :log 5
648 @call :log 0 "Failed to check for MSBuild"
673 @call :log 1 "Downloading %url%"
676 @call :log 3 "Using temp file %temp_path%"
679 call :log 0 "Failed to download %url%"
683 @call :log 4 "Checking %checksum% against %temp_path%"
686 call :log 0 "Failed to match checksum: %temp_path%"
687 call :log 0 "Hash : !hash!"
688 call :log 0 "Checksum: %checksum%"
691 call :log 3 "Checksum matched: %temp_path%"
692 call :log 3 "Hash : !hash!"
693 call :log 3 "Checksum: %checksum%"
696 @call :log 4 "Renaming %temp_path% to %file_path%"
717 call :log 0 "Failed to find the Microsoft package installer (msiexec.exe)"
718 call :log 6
719 call :log 0 "Please install it from the Microsoft Download center"
720 call :log 6
726 @call :log 6
727 @call :log 1 "Installing the '%name%' dependency"
728 @call :log 6 "-------------------------------------"
731 call :log 0 "You must run %~nx0 in elevated mode to install '%name%'"
732 call :log 5 "Right-Click and select 'Run as Administrator'
733 call :log 0 "Install the dependency manually by running %file_path%"
740 call :log 0 "Failed to download the %name% dependency"
745 call :log 2 "Copying MSI %file_path% to %msi_path%"
746 call :log 7
750 call :log 0 "Failed to copy the Microsoft Installer"
755 @call :log 1 "Running the %msi%"
756 @call :log 6
757 @set msi_log=%temp%\msiexec-%timestamp%.log
758 @call :log 3 "Logging to: %msi_log%"
759 @msiexec /i "%msi_path%" /passive /log "%msi_log%" ALLUSERS=1
767 @call :log 0 "Microsoft Installer failed: %msi_errorlevel%"
768 @call :log 0 "Install the dependency manually by running %msi_path%"
771 @call :log 0 "The installation requires a reboot to continue"
772 @call :log 5
776 @call :log 3 "The installation requires a reboot to be fully functional"
779 @call :log 2 "Successfully installed %name%"
780 @call :log 7
798 @call :log 6
799 @call :log 1 "Installing the '%name%' dependency"
800 @call :log 6 "-------------------------------------"
803 call :log 0 "You must run %~nx0 in elevated mode to install '%name%'"
804 call :log 5 "Right-Click and select 'Run as Administrator'
805 call :log 0 "Install the dependency manually by running %file_path%"
812 call :log 0 "Failed to download the %name% dependency"
817 call :log 2 "Copying installer %file_path% to %exe_path%"
818 call :log 7
822 call :log 0 "Failed to copy the Nullsoft Installer"
827 @call :log 1 "Running the %exe%"
828 @call :log 6
836 @call :log 0 "Nullsoft Installer failed: %nsis_errorlevel%"
837 @call :log 0 "Install the dependency manually by running %exe_path%"
840 @call :log 0 "The installation requires a reboot to continue"
841 @call :log 5
845 @call :log 3 "The installation requires a reboot to be fully functional"
848 @call :log 2 "Successfully installed %name%"
849 @call :log 7
855 @call :log 6 "-------------------------------------------"
858 @call :log 6
862 @call :log 0 "You will need to reboot to complete the %method%"
863 @call :log 5