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

dsoumis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit a0b68a6cb4aa6e542c6b7226fe7c5699f6dc55c9
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 4f993d580d..d5ad123bb9 100644
--- a/build.xml
+++ b/build.xml
@@ -2660,6 +2660,7 @@
       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

Reply via email to