You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/07/08 14:49:54 UTC

[2/9] git commit: [flex-utilities] [refs/heads/develop] - try forcing swf-version 23 to match AIR 4.0 app descriptor to get stack traces in errors

try forcing swf-version 23 to match AIR 4.0 app descriptor to get stack traces in errors


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/5fef188e
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/5fef188e
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/5fef188e

Branch: refs/heads/develop
Commit: 5fef188e3d27eb5235cd31e3b389368cc7857da2
Parents: dcd3cc7
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jul 7 14:58:12 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jul 8 05:49:27 2015 -0700

----------------------------------------------------------------------
 flex-installer/build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5fef188e/flex-installer/build.xml
----------------------------------------------------------------------
diff --git a/flex-installer/build.xml b/flex-installer/build.xml
index 39818d2..d29b7fd 100644
--- a/flex-installer/build.xml
+++ b/flex-installer/build.xml
@@ -314,6 +314,7 @@
         description="Compiles the AIR application to a SWF file and places SWF in a temp directory to be packaged.">
         <mxmlc file="${SOURCE_DIR}/${APP_NAME}.${APP_EXTENSION}"
             output="${BUILD_DIR}/${APP_NAME}.swf"
+            swf-version="23"
             static-rsls="true"
             accessible="true"
             configname="air"