You missed /sdk in the flex sdk path. But that would still cause the installer to look under dist release, not dist dev.
The installer is not configured to look at RCs of the flex sdk. It always expects a relative path and looks at the mirror url to fetch the sdk. You might want to modify the installer code to make it work with absolute urls. The installer location does look at the absolute url if the path has a "http" at the beginning. You can use the same logic for the sdk location as well. Thanks, Om On Tue, Feb 12, 2013 at 5:00 PM, Justin Mclean <jus...@classsoftware.com>wrote: > Hi, > > I just updated the installer to grab the 4.9.1 RC but it doesn't seem to > be working? > > In the config file I changed the following: > > <file name="SDKInstallerApp" path=" > https://dist.apache.org/repos/dist/dev/flex/installer/2.0/rc1/binaries/" > file="apache-flex-sdk-installer-2.0.3-bin" /> > > <file name="ApacheFlexSDK" path="repos/dist/dev/flex/4.9.1/rc1/binaries/" > file="apache-flex-sdk-4.9.1-bin" /> > > What did I miss? > > Thanks, > Justin > >