If you can live with missing the graphical UI, you can use the mavenizer (https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+SDK+Mavenizer):
Simply download the Jar: https://repository.apache.org/content/groups/snapshots/org/apache/flex/utilities/converter/cli/1.0.0-SNAPSHOT/cli-1.0.0-20160404.222049-142.jar And run the tool: java -jar cli-1.0.0-20160404.222049-142.jar -fdkDir <FDK target dir> -flexVersion 4.14.1 -flashVersions 17.0,16.0 \ -airVersion 17.0 -platform WINDOWS,MAC -fontkit download This example would download Flex 1.14.1 with Flash 17.0, 16.0 Air 17.0 and the Fontkit libs fro windows and mac ... feel free to adjust. Due the the way Flex SDKs are built up, you can only select a single Air version, but multiple Flash versions. Feel Free to give it a try :-) Chris ________________________________________ Von: Alex Harui <[email protected]> Gesendet: Dienstag, 5. April 2016 17:56 An: [email protected]; [email protected] Betreff: Re: Apache Flex SDK installer problem You can try using any to install. Get the binary package, expand it into a folder, run Ant -f installer.xml Or you can help us by getting the installer sources and debugging the installer. Sent from my LG G3, an AT&T 4G LTE smartphone ------ Original message------ From: santanu4ver Date: Tue, Apr 5, 2016 2:03 AM To: [email protected]; Subject:Re: Apache Flex SDK installer problem I am the administrator my system and I confirm I have permission to write there. I also tried changing to different location in past to download, but failed. I cleared browser cache but it still failing in step 4. This is getting very problematic as I need to get newer Apache SDK with latest AIR and I can't able to download them by this automated installer. Thank you. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Apache-Flex-SDK-installer-problem-tp12405p12415.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
