Justin - Completed, ran well. One minor issue that setFlashPlayerVersion is missing a sed command to update flex-sdk-description.xml.
On Apr 18, 2013, at 9:49 PM, Justin Mclean wrote: Hi, > They were asked to download 4.7, which doesn't contain the Worker class by > default, but is a combination IDE/SDK. That was added in Flash Player 11.4 so that's the minimum version required. > The script sounds helpful, we are on macs. Could be scary as it would involve using the command line, but here you go and it may help someone else. checkAllPlayerGlobals.sh https://git-wip-us.apache.org/repos/asf?p=flex-sdk.git;a=blob_plain;f=ide/checkAllPlayerGlobals.sh;hb=develop This will download and check all Flash Player playerglobal.swc versions addAIRtoSDK.sh https://git-wip-us.apache.org/repos/asf?p=flex-sdk.git;a=blob_plain;f=ide/addAIRtoSDK.sh;hb=develop This will download and add AIR to an Apache Flex SDK addAIRtoSDK.sh <AIR version> <path to SDK> setFlashPlayerVersion.sh https://git-wip-us.apache.org/repos/asf?p=flex-sdk.git;a=blob_plain;f=ide/setFlashPlayerVersion.sh;hb=develop This will set the minimum version of the Flash Player for an SDK setFlashPlayerVersion.sh <path to SDK> <FP version> If you run it like so with no parameters it will ask some questions to determine the needed version setFlashPlayerVersion.sh <path to SDK> Thanks, Justin
