This is an automated email from the ASF dual-hosted git repository.

rjung pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 927f4ea6ae Correct fix for skip.installer=true build.
927f4ea6ae is described below

commit 927f4ea6ae88167ad89786dfa0fb53229c74a395
Author: Rainer Jung <rainer.j...@kippdata.de>
AuthorDate: Sun Mar 2 10:13:06 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 a4fa6591d9..72b1e96017 100644
--- a/build.xml
+++ b/build.xml
@@ -2594,7 +2594,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>
@@ -2617,6 +2617,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

Reply via email to