This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit b7035995c4a1fc34370ccbc17ad0be88928a1d34 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 4e98f11497..b14215defd 100644 --- a/build.xml +++ b/build.xml @@ -2638,6 +2638,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