GitHub user joshtynjala opened a pull request: https://github.com/apache/flex-utilities/pull/4
AntOnAIR: specifies swf-version 23 when building SWC and test SWF This matches the 4.0 AIR descriptor used in the tests. When using an SDK newer than 4.0, AIR would quit with 'error while loading initial content' when running the tests because the newer SDK would build with a higher swf-version than 23 by default, so it wouldn't be compatible with the 4.0 AIR descriptor. You can merge this pull request into a Git repository by running: $ git pull https://github.com/joshtynjala/flex-utilities ant-swf-version Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flex-utilities/pull/4.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4 ---- commit 1e870fd61ad5015782798f30fc72f264a72e2845 Author: Josh Tynjala <joshtynj...@gmail.com> Date: 2015-04-24T18:59:57Z AntOnAIR: specifies swf-version 23 when building SWC and test SWF to match the 4.0 AIR descriptor in the tests. When using an SDK newer than 4.0, AIR would quit with 'error while loading initial content' when running the tests because the newer SDK would build with a higher swf-version than 23 by default, so it wouldn't be compatible with the 4.0 AIR descriptor. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---