This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 87a53a384c0ff1c1dabf70be32f71850b6daf83e Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Mar 4 18:30:41 2025 +0000 Better fix for Windows --- build.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 8ab93f57f3..428b5a4da9 100644 --- a/build.xml +++ b/build.xml @@ -2607,6 +2607,10 @@ <exec executable="${nsis.executable.unix}" outputproperty="nsis.executable.unix.version"> <arg value="-VERSION"/> </exec> + </target> + + <target name="-installer-set-properties-3" + depends="-installer-set-properties-2"> <condition property="nsis.executable.unix.version.ok"> <or> <os family="windows"/> @@ -2629,7 +2633,7 @@ To skip building the Windows installer, set the skip.installer property in build </target> <target name="-installer-check-version" - depends="-installer-set-properties-2" + depends="-installer-set-properties-3" unless="${nsis.executable.unix.version.ok}"> <fail message="An executable makensis was found at: ${nsis.executable.unix} with version [${nsis.executable.unix.version}] but version [v${nsis.version}] is required --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org