-1
Two issues.
1.) We should mention what the minimum AIR SDK version to use is, I used
3.1 per discussion on a previous RC.
2.) It failed, not sure why exactly I'm trying to poke around with it a
bit. The console is below.
quintessa:apache-flex-sdk-installer-1.0.4-incubating-src grimlock$ cd
installer
quintessa:installer grimlock$ ant build
-DFLEX_HOME=/Users/grimlock/Downloads/apache-flex-sdk-4.8.0-incubating-bin
-DAIR_HOME=/Users/grimlock/Downloads/AdobeAIRSDK_3.1
Buildfile:
/Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.4-incubating-src/installer/build.xml
clean:
createDirs:
[echo]
[echo]
************************************************************************************
[echo] Execute the update-version target once, and only once,
when you modifiy this app.
[echo] This will increment the version number to allow the app
to be updated by the AIR installer.
[echo]
************************************************************************************
[echo]
[mkdir] Created dir:
/Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.4-incubating-src/installer/build
[mkdir] Created dir:
/Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.4-incubating-src/installer/release
update-version-in-xml-files:
[echo] version in InstallApacheFlex-app.xml will be 1.0.4
init:
certificate:
abortBuild:
generate-certificate:
check-as3commons.swc:
get-as3commons.swc:
[mkdir] Created dir:
/Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.4-incubating-src/installer/libs
[get] Getting:
http://projects.yoolab.org/maven/content/repositories/releases/org/as3commons/as3commons-zip/1.0.0-alpha.1/as3commons-zip-1.0.0-alpha.1.swc
[get] To:
/Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.4-incubating-src/installer/libs/as3commons-zip-1.0.0-alpha.1.swc
[get] ..........
[get] Getting:
http://projects.yoolab.org/maven/content/repositories/releases/org/as3commons/as3commons-zip/1.0.0-alpha.1/as3commons-zip-1.0.0-alpha.1.swc.md5
[get] To:
/Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.4-incubating-src/installer/libs/as3commons-zip-1.0.0-alpha.1.swc.md5
[get] .
[delete] Deleting:
/Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.4-incubating-src/installer/libs/as3commons-zip-1.0.0-alpha.1.swc.md5
compile:
[mxmlc] Loading configuration file
/Users/grimlock/Downloads/apache-flex-sdk-4.8.0-incubating-bin/frameworks/air-config.xml
[mxmlc] _InstallApacheFlex_mx_managers_SystemManager.as(27): col: 36
Error: Interface ISWFContext was not found.
[mxmlc]
[mxmlc] implements IFlexModuleFactory, ISWFContext
[mxmlc] ^
[mxmlc]
BUILD FAILED
/Users/grimlock/Downloads/apache-flex-sdk-installer-1.0.4-incubating-src/installer/build.xml:254:
mxmlc task failed.
Total time: 14 seconds
quintessa:installer grimlock$