Lines Matching refs:echo
93 if /i "%1"=="nosign" set "sign="&echo Note: vcbuild no longer signs by default. "nosign" is redundant.&goto arg-ok
129 if /i "%1"=="jslint" set lint_js=1&echo Please use lint-js instead of jslint&goto arg-ok
157 echo Error: invalid command line option `%1`.
216 if "%target%"=="Clean" echo deleting %~dp0deps\icu
221 echo deleting test/.tmp*
232 if errorlevel 1 echo Could not find NASM, install it or build with openssl-no-asm. See BUILDING.md.
259 echo Looking for Visual Studio 2022
268 echo Looking for WiX installation for Visual Studio 2022...
270 echo Failed to find WiX install for Visual Studio 2022
271 echo VS2022 support for WiX is only present starting at version 3.XX
275 echo Failed to find the WiX Toolset Visual Studio 2022 Extension
286 echo calling: %vcvars_call%
291 echo Found MSVS version %VisualStudioVersion%
299 echo Looking for Visual Studio 2019
308 echo Looking for WiX installation for Visual Studio 2019...
310 echo Failed to find WiX install for Visual Studio 2019
311 echo VS2019 support for WiX is only present starting at version 3.11
315 echo Failed to find the WiX Toolset Visual Studio 2019 Extension
326 echo calling: %vcvars_call%
331 echo Found MSVS version %VisualStudioVersion%
337 echo Failed to find a suitable Visual Studio installation.
338 echo Try to run in a "Developer Command Prompt" or consult
339 echo https://github.com/nodejs/node/blob/HEAD/BUILDING.md#windows
351 echo %configure_flags% > .tmp_gyp_configure_stamp
358 echo Reusing solution generated with %configure_flags%
365 echo configure %configure_flags%
366 echo %configure_flags%> .used_configure_flags
371 echo Project files generated.
372 echo %configure_flags% > .gyp_configure_stamp
398 if not defined project_generated echo Building Node with reused solution failed. To regenerate project files use "vcbuild projgen"
405 if errorlevel 1 echo "Old build output exists at 'out\%config%'. Please remove." & exit /B
408 if errorlevel 1 echo "Could not create junction to 'out\%config%'." & exit /B
415 if errorlevel 1 echo Failed to sign exe, got error code %errorlevel%&goto exit
425 echo Cross-compilation to ARM64 detected. We'll use the x64 Node executable for license2rtf.
427 echo Downloading x64 node.exe...
432 echo Could not find the Node executable at the given x64_node_exe path. Aborting.
441 if errorlevel 1 echo Failed to generate license.rtf, got error code %errorlevel%&goto exit
446 echo Creating package...
453 if errorlevel 1 echo Cannot copy node.exe && goto package_error
455 if errorlevel 1 echo Cannot copy LICENSE && goto package_error
457 if errorlevel 1 echo Cannot copy README.md && goto package_error
459 if errorlevel 1 echo Cannot copy CHANGELOG.md && goto package_error
463 if errorlevel 8 echo Cannot copy npm package && goto package_error
465 if errorlevel 1 echo Cannot copy npm && goto package_error
467 if errorlevel 1 echo Cannot copy npm.cmd && goto package_error
469 if errorlevel 1 echo Cannot copy npx && goto package_error
471 if errorlevel 1 echo Cannot copy npx.cmd && goto package_error
476 if errorlevel 8 echo Cannot copy corepack package && goto package_error
478 if errorlevel 1 echo Cannot copy corepack && goto package_error
480 if errorlevel 1 echo Cannot copy corepack.cmd && goto package_error
484 if errorlevel 1 echo Cannot copy nodevars.bat && goto package_error
486 if errorlevel 1 echo Cannot copy install_tools scripts && goto package_error
489 if errorlevel 1 echo Cannot copy node_etw_provider.man && goto package_error
493 if errorlevel 1 echo Cannot copy libnode.dll && goto package_error
497 if errorlevel 1 echo Cannot copy node.def && goto package_error
501 if errorlevel 1 echo Cannot install headers && goto package_error
509 echo Creating %TARGET_NAME%.7z
512 if errorlevel 1 echo Cannot create %TARGET_NAME%.7z && goto package_error
514 echo Creating %TARGET_NAME%.zip
517 if errorlevel 1 echo Cannot create %TARGET_NAME%.zip && goto package_error
519 echo Creating node_pdb.7z
523 echo Creating node_pdb.zip
528 echo Package created!
540 echo Building node-v%FULLVERSION%-%target_arch%.msi
548 if errorlevel 1 echo Failed to sign msi, got error code %errorlevel%&goto exit
555 echo SSHCONFIG is not set for upload
583 echo.%test_args% | findstr doctool 1>nul
594 @rem Clear errorlevel from echo.%test_args% | findstr doctool 1>nul
601 echo Failed to find node.exe
617 echo Failed to find node.exe
620 echo Building addons
638 echo Failed to find node.exe
641 echo Building js-native-api
657 echo Failed to find node.exe
660 echo Building node-api
691 echo %npm_test_cmd%
699 if defined no_cctest echo Skipping cctest because no-cctest was specified && goto run-test-py
700 if not exist "%config%\cctest.exe" echo cctest.exe not found. Run "vcbuild test" or "vcbuild cctest" to build it. && goto run-test-py
701 echo running 'cctest %cctest_args%'
705 echo running 'python tools\test.py %test_args%'
723 echo Could not find GNU Make, needed for linting C/C++
733 echo running lint-js
738 echo Linting is not available through the source tarball.
739 echo Use the git repo instead: $ git clone https://github.com/nodejs/node.git
744 echo "Deprecated no-op target 'lint_md_build'"
749 echo Running Markdown linter on docs...
763 echo Running Markdown formatter on docs...
776 echo Failed to create vc project files.
782 echo vcbuild.bat [debug/release] [msi] [doc] [test/test-all/test-addons/test-doc/test-js-native-api/test-node-api/test-benchmark/test-internet/test-pummel/test-simple/test-message/test-tick-processor/test-known-issues/test-node-inspect/test-check-deopts/test-npm/test-async-hooks/test-v8/test-v8-intl/test-v8-benchmarks/test-v8-all] [ignore-flaky] [static/dll] [noprojgen] [projgen] [small-icu/full-icu/without-intl] [nobuild] [nosnapshot] [nonpm] [nocorepack] [noetw] [ltcg] [licensetf] [sign] [ia32/x86/x64/arm64] [vs2019/vs2022] [download-all] [enable-vtune] [lint/lint-ci/lint-js/lint-md] [lint-md-build] [package] [build-release] [upload] [no-NODE-OPTIONS] [link-module path-to-module] [debug-http2] [debug-nghttp2] [clean] [cctest] [no-cctest] [openssl-no-asm]
783 echo Examples:
784 echo vcbuild.bat : builds release build
785 echo vcbuild.bat debug : builds debug build
786 echo vcbuild.bat release msi : builds release build and MSI installer package
787 echo vcbuild.bat test : builds debug build and runs tests
788 echo vcbuild.bat build-release : builds the release distribution as used by nodejs.org
789 echo vcbuild.bat enable-vtune : builds Node.js with Intel VTune profiling support to profile JavaScript
790 echo vcbuild.bat link-module my_module.js : bundles my_module as built-in module
791 echo vcbuild.bat lint : runs the C++, documentation and JavaScript linter
792 echo vcbuild.bat no-cctest : skip building cctest.exe
811 echo Cannot determine current version of Node.js
822 echo "CUSTOMTAG is not set for DISTTYPE=custom"
829 echo "DATESTRING is not set for nightly"
833 echo "COMMIT is not set for nightly"
838 echo "DISTTYPE is not release, custom, nightly or next-nightly"