Hi Frank, hi Amy, I've checked the code for the SWF11 runtime into the flex4.6 branch. Here are the issues: http://jira.openlaszlo.org/jira/browse/LPP-9903 http://jira.openlaszlo.org/jira/browse/LPP-10205
The addition of the SDK required the removal of any old Flex SDK and Adobe AIR SDK (Henry had added an AIR SDK for testing) files, leading to a broken dependency with the JUnit jar. In the initial changeset for LPP-9903 - which Frank reviewed - the JUnit jar file was included, but I decided to create a separate JIRA issue to better document the reason why the JAR was added to WEB-INF/lib. All the Flex SDK JARs are in WEB-INF/flexsdk/$VERSION/lib folders, therefore they will not interfer which each other (the requirement to have two separate SDKs for swf10 and swf11 prohibited putting all JARs into the WEB-INF/lib folder). I'll update the document describing the upgrade process with all the technical details, which can be found here: https://docs.google.com/document/d/1wdN3w9C2RQIfcw0u5R3LVs6WMiBBBPQcOo7mDqxtbJs/edit# There are still things left to do, like updating the documentation regarding runtime support, and modifying the links on the demo page to launch the swf11 version of applications. I've successfully built the flex4.6 with the latest revision, and tested some of the demo apps. I'll do a run of the megatest URL: http://svn.openlaszlo.org/openlaszlo/branches/flex4.6 Repository Root: http://svn.openlaszlo.org Repository UUID: fa20e4f9-1d0a-0410-b5f3-dc9c16b8b17c Revision: 19690 Node Kind: directory Schedule: normal Last Changed Author: raju Last Changed Rev: 19690 Last Changed Date: 2012-07-18 13:10:05 +0200 (Wed, 18 Jul 2012) I'm just running the megatest, which should be running through without any problems. - Raju