This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 9e669f7496 Correct fix for skip.installer=true build. 9e669f7496 is described below commit 9e669f74966872ad92015576b12192f9bca43f92 Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Sun Mar 2 10:14:10 2025 +0100 Correct fix for skip.installer=true build. --- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index d2182dd600..0709b06829 100644 --- a/build.xml +++ b/build.xml @@ -2591,7 +2591,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. </copy> </target> - <target name="-installer-pre-init" unless="skip.installer"> + <target name="-installer-pre-init"> <property environment="env" /> <condition property="wine.ok"> <or> @@ -2614,6 +2614,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. <os family="windows" /> <isset property="wine.ok"/> <isset property="makensis.ok"/> + <istrue value="${skip.installer}"/> </or> </condition> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org