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

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


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

commit 2e194d0e259b761aaf2e9e3dcc342c36af1094e5
Author: Rainer Jung <rainer.j...@kippdata.de>
AuthorDate: Sun Mar 2 10:09:49 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 183445696c..eb96b1f632 100644
--- a/build.xml
+++ b/build.xml
@@ -2566,7 +2566,7 @@
     </copy>
   </target>
 
-  <target name="-installer-pre-init" unless="skip.installer">
+  <target name="-installer-pre-init">
     <property environment="env" />
     <condition property="wine.ok">
       <or>
@@ -2589,6 +2589,7 @@
         <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