This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit f7d2ada9d187715149f8db757294fbf5ff6dc47d Author: Dimitris Soumis <jimsou...@gmail.com> AuthorDate: Wed Mar 5 14:46:50 2025 +0200 Add skip.installer check in -installer-set-properties-3 Fixes the following case: It doesn't take into cosnideration if the `skip.installer` parameter has been provided leading to a BUILD FAILED --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 1c40910fcf..4fc2fac229 100644 --- a/build.xml +++ b/build.xml @@ -2641,6 +2641,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. depends="-installer-set-properties-2"> <condition property="nsis.executable.unix.version.ok"> <or> + <istrue value="${skip.installer}"/> <os family="windows"/> <isset property="wine.ok"/> <equals arg1="v${nsis.version}" arg2="${nsis.executable.unix.version}"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org