In the installer directory I ran ant -DFLEX_HOME=/Users/cframpto/dev/4.8.0/
and got . . . compile: [mxmlc] Loading configuration file /Users/cframpto/dev/4.8.0/frameworks/air-config.xml [mxmlc] /Users/cframpto/dev/flex/utilities/trunk/installer/build/InstallApacheFlex. swf (1498699 bytes) abortBuild: packageair: [java] could not load keystore file (password may be incorrect) [java] usage: [java] adt -checkstore SIGNING_OPTIONS [java] adt -certificate -cn <name> ( -ou <org-unit> )? ( -o <org-name> )? ( -c <country> )? ( -validityPeriod <years> )? ( 1024-RSA | 2048-RSA ) <pfx-file> <password> [java] adt -help [java] adt -migrate SIGNING_OPTIONS ( <air-file-in> | <airn-file-in> ) <output-file> [java] adt -package SIGNING_OPTIONS ( -target air )? <output-package> ( <app-desc> FILE_OPTIONS | <input-package> ) [java] adt -package SIGNING_OPTIONS -target airn <output-package> ( <app-desc> FILE-AND-PATH-OPTIONS | <input-package> ) [java] adt -package -target ( apk | apk-debug | apk-emulator | apk-captive-runtime ) ( CONNECT_OPTIONS? | -listen <port>? ) ( -airDownloadURL <url> )? SIGNING_OPTIONS <output-package> ( <app-desc> PLATFORM-SDK-OPTION? FILE-AND-PATH-OPTIONS | <input-package> PLATFORM-SDK-OPTION? ) [java] adt -package -target ( ipa-test | ipa-debug | ipa-app-store | ipa-ad-hoc | ipa-test-interpreter | ipa-debug-interpreter ) CONNECT_OPTIONS? SIGNING_OPTIONS <output-package> ( <app-desc> PLATFORM-SDK-OPTION? FILE-AND-PATH-OPTIONS | <input-package> PLATFORM-SDK-OPTION? ) [java] adt -package SIGNING_OPTIONS? -target native SIGNING_OPTIONS? <output-package> ( <app-desc> FILE-AND-PATH-OPTIONS | <input-package> ) [java] adt -package SIGNING_OPTIONS? -target bundle SIGNING_OPTIONS? <output-package> ( <app-desc> FILE-AND-PATH-OPTIONS | <input-package> ) [java] adt -package SIGNING_OPTIONS? -target ane <output-package> <ext-desc> ANE_OPTIONS [java] adt -prepare <airi-file> <app-desc> FILE_AND_PATH_OPTIONS [java] adt -sign SIGNING_OPTIONS ( -target ( air | airn | ane ) )? ( <airi-file> | <unsigned-ane-file> ) <output-file> [java] adt -installRuntime PLATFORM-OPTION PLATFORM-SDK-OPTION? ( -device <deviceID> )? ( -package <apk-file> )? [java] adt -installApp PLATFORM-OPTION PLATFORM-SDK-OPTION? ( -device <deviceID> )? -package <apk-file> [java] adt -uninstallRuntime PLATFORM-OPTION PLATFORM-SDK-OPTION? ( -device <deviceID> )? [java] adt -uninstallApp PLATFORM-OPTION PLATFORM-SDK-OPTION? ( -device <deviceID> )? -appid <app-id> [java] adt -launchApp { PLATFORM-OPTION PLATFORM-SDK-OPTION? ( -device <deviceID> )? ( -debuggerPort port )? -appid <app-id> } [java] adt -runtimeVersion PLATFORM-OPTION PLATFORM-SDK-OPTION? ( -device <deviceID> )? [java] adt -appVersion PLATFORM-OPTION PLATFORM-SDK-OPTION? ( -device <deviceID> )? -appid <app-id> [java] adt -version [java] [java] SIGNING_OPTIONS : -storetype <type> ( -keystore <store> )? ( -storepass <pass> )? ( -alias <aliasName> )? ( -keypass <pass> )? ( -providerName <name> )? ( -tsa <url> )? ( -provisioning-profile <profile> )? [java] FILE_OPTIONS : <fileOrDir>* ( ( -C <dir> <fileOrDir>+ ) | ( -e <file> <path> ) )* [java] CONNECT_OPTIONS : -connect <host> [java] ANE_OPTIONS : -swc <swc> ( -platform <name> (-platformoptions <file>)? <fileOrDir>* ( -C <dir> <fileOrDir>+ )* )* [java] FILE-AND-PATH-OPTIONS: ( PATH-OPTION | FILE-OPTIONS ) FILE-AND-PATH-OPTIONS? [java] PATH-OPTION : -extdir <dir> [java] PLATFORM-OPTION : -platform android [java] PLATFORM-SDK-OPTION : -platformsdk <platform-sdk-home-dir> BUILD FAILED /Users/cframpto/dev/flex/utilities/trunk/installer/build.xml:253: Java returned: 7 On 9/1/12 4 :29AM, "Om" <bigosma...@gmail.com> wrote: >Omar, > >Before I cut the next Release Candidate, can you please check out the >projects from SVN here: > >https://svn.apache.org/repos/asf/incubator/flex/utilities/trunk/common >https://svn.apache.org/repos/asf/incubator/flex/utilities/trunk/installer > >and run 'ant build' in the installer directory and see if the binary file >is generated in the 'release' directory? > >Thanks, >Om > >On Fri, Aug 31, 2012 at 6:12 PM, Om <bigosma...@gmail.com> wrote: > >> I discovered a bug in the ant script where the fixcrlf task was messing >>up >> the font and png files. I have fixed it by exluding these file types >>while >> running that task. >> >> Omar, I am pretty sure that this would fix your issues. >> >> I am calling this vote off now. I will be putting up a new set of >> artifacts that should hopefully fix all the issues raised in this >>thread. >> >> Thanks, >> Om >> >> >> On Fri, Aug 31, 2012 at 12:16 PM, Omar Gonzalez >><omarg.develo...@gmail.com >> > wrote: >> >>> On Fri, Aug 31, 2012 at 11:52 AM, Om <bigosma...@gmail.com> wrote: >>> >>> > Have you gotten any other Flex project to work with Apache 4.8 before >>> this >>> > one? From what I hear, it is a problem with the Apache Flex 4.8/AIR >>>sdk >>> > setup more than a problem with InstallApacheFlex project or its build >>> > scripts. >>> > >>> > Thanks, >>> > Om >>> > >>> >>> No, I haven't built anything else with 4.8 yet. I'll try setting up >>> AIR_HOME as an env var and see if that clears the issue, if it doesn't >>> then >>> I'll try the ant flags Carol posted. >>> >>> -omar >>> >> >>