This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit ca2a03627ae60cd2ff1d7a2902f92d61db1ec862 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Mar 4 17:03:44 2025 +0000 Better name --- build.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 4dd0f3f4ce..81a8db1df6 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-set-properties-1"> + <target name="-installer-set-properties"> <property environment="env"/> <condition property="wine.ok"> <or> @@ -2645,7 +2645,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. </target> <target name="-installer-check-available" - depends="-installer-set-properties-1" + depends="-installer-set-properties" unless="${installer.ok}"> <fail message="The executable ${nsis.tool} was not found on the current path. Either wine or makensis are required to build the Windows installer on a non-Windows platform. @@ -2654,7 +2654,7 @@ To skip building the Windows installer, set the skip.installer property in build </target> <target name="-installer-check-version" - depends="-installer-set-properties-1" + depends="-installer-set-properties" unless="${nsis.executable.unix.version.ok}"> <fail message="An executable makensis was found at: ${nsis.executable.unix} with version [${nsis.executable.unix.version}] but version [v${nsis.version}] is required --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org