I have updated the Installer to support Flex 4.9. I tested it with your RC3 and the downloads/installs work fine. Flash Builder 4.6 recognizes the SDK fine (I like it that the name of the SDK appears as "Apache Flex 4.9.0 FP11.1 en_US" - Nice touch!)
My smoke test AIR project compiled and ran fine. My smoke test Flex project compiled fine, but the app did not show up in the browser (tried on IE8, Firefox 17.0.1) This is the browser error message: (From Firebug) ReferenceError: swfobject is not defined file:///C:/p/flex_os/workspace/SmokeTestWebProject/bin-debug/SmokeTest.html Line 69 The source code for the new version of the Installer is available here [1] Oh btw, I re-enabled the locale choosing functionality that we disabled for v1 release. If folks can start testing the various locales and fixing any related issues, that would be great. Thanks, Om [1] https://svn.apache.org/repos/asf/incubator/flex/utilities/trunk/installer On Sat, Dec 15, 2012 at 9:49 PM, Justin Mclean <justinmcl...@gmail.com>wrote: > Hi, > > The release candidate can be found here; > > http://people.apache.org/~jmclean/Apache%20Flex%204.9.0%20Release%20Candidate%203/ > > Fixed in this release candidate: > - Can compile on OSX with Java 1.7 > - Make ide scripts now use AIR 3.4 rather than AIR 3.1 > - Fix for TLF text truncation > > I've done some informal testing with this releases with several existing > projects and found no obvious major issues. > > Two minor issues I've found: > Looks like there some incompatibility with the make IDE build script and > Flash Builder 4.7 (Flash Builder 4.6 is fine). De we have a exact list of > FB 4.7 expects and where? > With flex build number, the flex description file is correctly set with > the SVN change number but isn't copied across to the source package flex > description file. > > Justin