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

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

commit 73fed458d3466e59f119f0c8a7247832ccc7e5f1
Author: Dimitris Soumis <jimsou...@gmail.com>
AuthorDate: Wed Mar 5 14:39:58 2025 +0200

    Add wine check in -installer-set-properties-3
    
    Fixes the following case: If the `nsis.tool=wine` and `version.dev` is not 
set, all conditions are false and the `nsis.executable.unix.version.ok` 
property is left unset leading to a BUILD FAILED.
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index af590aebc7..4e98f11497 100644
--- a/build.xml
+++ b/build.xml
@@ -2639,6 +2639,7 @@ Apache Tomcat ${version} native binaries for Win64 
AMD64/EMT64 platform.
     <condition property="nsis.executable.unix.version.ok">
       <or>
         <os family="windows"/>
+        <isset property="wine.ok"/>
         <equals arg1="v${nsis.version}" 
arg2="${nsis.executable.unix.version}"/>
         <not>
           <!-- Zero length string for version.dev indicates a release build -->


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to