This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/flex-sdk.git
The following commit(s) were added to refs/heads/develop by this push:
new dd08a1c12f ApproveSDK.xml: don't fail if env.ANT_HOME is not defined
dd08a1c12f is described below
commit dd08a1c12f81a11263d9d0b58177dd5878078bbc
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Apr 23 11:02:01 2026 -0700
ApproveSDK.xml: don't fail if env.ANT_HOME is not defined
---
ApproveSDK.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/ApproveSDK.xml b/ApproveSDK.xml
index 0926cb59e2..3431ea15b4 100644
--- a/ApproveSDK.xml
+++ b/ApproveSDK.xml
@@ -71,9 +71,6 @@
<condition property="do.copy.downloads" >
<isset property="download.cache.dir" />
</condition>
-
- <fail message="The ANT_HOME environment variable is not set."
- unless="env.ANT_HOME"/>
<available file="${env.AIR_HOME}"
type="dir"