Moving to dev@f.a.o. In the loadXML() function, replace the line:
request = new URLRequest(Constants.APACHE_FLEX_URL + Constants.CONFIG_XML_NAME); with request = new URLRequest(Constants.CONFIG_XML_NAME); This will let you load the config file from the local disk. Thanks, Om On Jul 4, 2013 11:02 AM, "Tom Chiverton" <t...@rachaelandtom.info> wrote: > On Saturday 22 June 2013 17:58:42 Tom Chiverton wrote: > > the log file button doesn't > > seem to do anything. > > This is caused by : > > ReferenceError: Error #1056: Cannot create property renderMode on > flash.display.NativeWindowInitOptions. > at spark.components::Window/setupWindowInitOptions() > > [/Users/justinmclean/Documents/ApacheFlexSDK/frameworks/projects/airspark/src/spark/components/Window.as:1777] > at spark.components::Window/commitProperties() > > [/Users/justinmclean/Documents/ApacheFlexSDK/frameworks/projects/airspark/src/spark/components/Window.as:1795] > at spark.components::Window/open() > > [/Users/justinmclean/Documents/ApacheFlexSDK/frameworks/projects/airspark/src/spark/components/Window.as:2238] > at InstallApacheFlex/showConsole()[/home/falken/workspace/flex- > utilities/installer/src/InstallApacheFlex.mxml:1677] > at > InstallApacheFlex/__installLogBtn_click()[/home/falken/workspace/flex- > utilities/installer/src/InstallApacheFlex.mxml:2083] > > (latest version of the develop branch). > > Which makes it tough to figure out why all the drop downs are empty. > I added a trace() to log() - might be an idea to do that in the main build > ? > > With that, I can see : > > Unable to load > http://flex.apache.org/installer/sdk-installer-config-3.0.xml > Error while trying to load XML configuration file: 2032 > Unable to clean up temporary installation directories > > which is obviously because the file aint there yet. I see there is support > for > an override value - anyone care to suggest one ? > > -- > Tom > Natural laws have no pity. > >