On Thursday 29 Jan 2015 18:52:59 Alex Harui wrote: > Thanks for working on it. I saw one commit email for the change to > sdk-installer-config-4.0.xml. I think you also need to add an entry for > 4.13 that matches the pattern for 4.12 so that all legacy versions are > still offered by the Installer.
All I did was copy the existing 4.13 and update it to 4.14. It's true that 4.13 is different from 4.12 though I don't know the significance. The staging site currently has: <versionE id="4.12.1" version="4.12.1" path="http://archive.apache.org/dist/flex/4.12.1/binaries/" file="apache-flex-sdk-4.12.1-bin" legacy="true"/> <versionF id="4.13.0" version="4.13.0" path="flex/4.13.0/binaries/" file="apache-flex-sdk-4.13.0-bin" default="true"/> <versionF id="4.14.0" version="4.14.0" path="flex/4.14.0/binaries/" file="apache-flex-sdk-4.14.0-bin" default="true"/> which seems sensible to me. Maybe someone who knows the installer can chip in ? -- Tom