> > Just to be clear: if you run the installer and right click and configure > > the cache, that is the folder that shows up in that dialog? > > Yes.
Actually, to be precise, the "Cache Folder" text input is blank, it is the path shown when I click browse. Frédéric THOMAS > From: [email protected] > To: [email protected] > Subject: RE: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 ** > Date: Wed, 11 Jun 2014 18:18:53 +0100 > > > Just to be clear: if you run the installer and right click and configure > > the cache, that is the folder that shows up in that dialog? > > Yes. > > >That sounds > > like the folder where the installer config is stored > > Can't see *.xml inside but the content seems related to the sdk 4.12 I > installed previously (the cache I guess ?) > > Frédéric THOMAS > > > From: [email protected] > > To: [email protected] > > Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 ** > > Date: Wed, 11 Jun 2014 17:08:46 +0000 > > > > Just to be clear: if you run the installer and right click and configure > > the cache, that is the folder that shows up in that dialog? That sounds > > like the folder where the installer config is stored. > > > > Thanks, > > -Alex > > > > On 6/11/14 10:03 AM, "Frédéric THOMAS" <[email protected]> wrote: > > > > >The default one: > > >C:\Users\DoubleFx\AppData\Roaming\org.apache.flex.installapacheflex\Local > > >Store > > > > > >Frédéric THOMAS > > > > > >> From: [email protected] > > >> To: [email protected] > > >> Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 ** > > >> Date: Wed, 11 Jun 2014 16:58:22 +0000 > > >> > > >> Hi Fred, what is the folder you are using for the cache? > > >> > > >> Thanks, > > >> -Alex > > >> > > >> On 6/11/14 9:15 AM, "Frédéric THOMAS" <[email protected]> wrote: > > >> > > >> >I tried disabling the antivirus, same thing, I tried again without > > >>cache > > >> >and it worked, well there's still the same problem I mentioned a week > > >>ago > > >> >or so, the flex-sdk-description.xml contains invalid values "Apache > > >>Flex > > >> >4.13.0 FP11.7 AIR3.5 en_US" while I selected "Apache Flex 4.13.0 FP > > >>11.5 > > >> >AIR 3.5 fr_FR", same for air-config.xml and airmobile-config.xml, they > > >> >show: > > >> > > > >> > <!-- Specifies the minimum player version that will run the > > >>compiled > > >> >SWF. --> > > >> > <target-player>11.7</target-player> > > >> > > > >> > <!-- Specifies the version of the compiled SWF --> > > >> > <swf-version>20</swf-version> > > >> > > > >> >Also, in checkAllPlayerGlobals.bat and setFlashplayerVersion.sh, the > > >>last > > >> >FP version (14) doesn't seem to have been updated: > > >> > > > >> >if [[ "${FLASH_VERSION}" != "10.2" && "${FLASH_VERSION}" != "10.3" && > > >> >"${FLASH_VERSION}" != "11.0" > > >> > && "${FLASH_VERSION}" != "11.1" && "${FLASH_VERSION}" != "11.2" && > > >> >"${FLASH_VERSION}" != "11.3" > > >> > && "${FLASH_VERSION}" != "11.4" && "${FLASH_VERSION}" != "11.5" && > > >> >"${FLASH_VERSION}" != "11.6" > > >> > && "${FLASH_VERSION}" != "11.7" && "${FLASH_VERSION}" != "11.8" && > > >> >"${FLASH_VERSION}" != "11.9" > > >> > && "${FLASH_VERSION}" != "12.0" && "${FLASH_VERSION}" != "13.0" ]] > > >> >then > > >> > echo Unknown version ${FLASH_VERSION} of Flash Player. Versions > > >>10.2, > > >> >10.3, 11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 11.9, 12.0 > > >> >and 13.0 beta are supported. > > >> > exit 1; > > >> >fi > > >> > > > >> >And it seems there are missing versions for AIR (3.2 to 3.7) in > > >> >addAIRtoSDK.sh and setFlashplayerVersion.sh : > > >> > > > >> >if [[ $useMobile = "Y" || $useDesktop = "Y" ]] > > >> >then > > >> > echo Installing AIR > > >> > echo > > >> > > > >> > if [[ $FLASH_VERSION = "13.0" ]] > > >> > then > > >> > ./addAIRtoSDK.sh 4.0 "$IDE_SDK_DIR" > > >> > fi > > >> > > > >> > if [[ $FLASH_VERSION = "12.0" ]] > > >> > then > > >> > ./addAIRtoSDK.sh 4.0 "$IDE_SDK_DIR" > > >> > fi > > >> > > > >> > if [[ $FLASH_VERSION = "11.9" ]] > > >> > then > > >> > ./addAIRtoSDK.sh 3.9 "$IDE_SDK_DIR" > > >> > fi > > >> > > > >> > if [[ $FLASH_VERSION = "11.8" ]] > > >> > then > > >> > ./addAIRtoSDK.sh 3.8 "$IDE_SDK_DIR" > > >> > fi > > >> > > > >> > if [[ $FLASH_VERSION = "11.1" ]] > > >> > then > > >> > ./addAIRtoSDK.sh 3.1 "$IDE_SDK_DIR" > > >> > fi > > >> >fi > > >> > > > >> > > > >> >Frédéric THOMAS > > >> > > > >> >> From: [email protected] > > >> >> To: [email protected] > > >> >> Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 ** > > >> >> Date: Wed, 11 Jun 2014 15:36:00 +0000 > > >> >> > > >> >> Ignore the IOError for the properties files. > > >> >> > > >> >> I tried Windows with AIR 3.5 FP 11.5 and it worked for me. I even > > >>chose > > >> >> French locale. > > >> >> > > >> >> I added a checksum to the AIR 3.5 download to see if maybe you are > > >> >>getting > > >> >> a bad download, but it still should not have hung. Please try again. > > >> >> > > >> >> Also make sure you have disabled any antivirus write-access scanning. > > >> >> I've found that it can also cause hangs. > > >> >> > > >> >> Thanks, > > >> >> -Alex > > >> >> > > >> >> On 6/11/14 3:30 AM, "Frédéric THOMAS" <[email protected]> > > >>wrote: > > >> >> > > >> >> >Even after having cleaned up the destination folder and selected the > > >> >>same > > >> >> >param in the installer, I get the same IOError and same hang. > > >> >> > > > >> >> >Frédéric THOMAS > > >> >> > > > >> >> >> From: [email protected] > > >> >> >> To: [email protected] > > >> >> >> Subject: RE: [DISCUSS] Release Apache Flex SDK Installer 3.1 - > > >>RC2 ** > > >> >> >> Date: Wed, 11 Jun 2014 11:04:38 +0100 > > >> >> >> > > >> >> >> Hi, > > >> >> >> > > >> >> >> Was try to download the Apache Flex 4.13.0 FP 11.5 AIR 3.5 fr_FR > > >>but > > >> >> >>had an IOError, see [1] and that's now more than 20mn that the copy > > >> >>the > > >> >> >>AdobeAirSDK to the cache is hanging. > > >> >> >> > > >> >> >> Frédéric THOMAS > > >> >> >> > > >> >> >> [1] > > >> >> >> Version 3.1.0 (windows) > > >> >> >> Using Locale:fr_FR > > >> >> >> L'URL de téléchargement du SDK à été récupérée à partir du CGI. > > >> >> >> AIR version 3.5 > > >> >> >> Flash Player version 11.5 > > >> >> >> Creation du dossier racine d'Apache Flex > > >> >> >> Création du répertoire temporaire > > >> >> >> Téléchargement d'Apache Flex SDK à partir de: > > >> >> > > >> > > >>>>>>http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk-release/lastSuc > > >>>>>>ce > > >> >>>>ss > > >> >> >>fulBuild/artifact/out/apache-flex-sdk-4.13.0-bin.zip > > >> >> >> downloading > > >> >> > > >> > > >>>>>>http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk-release/lastSuc > > >>>>>>ce > > >> >>>>ss > > >> >> >>fulBuild/artifact/out/apache-flex-sdk-4.13.0-bin.zip > > >> >> >> using download cache > > >> >> >> not caching this download > > >> >> >> download complete preparing to cache > > >> >> >> http caching. url = > > >> >> > > >> > > >>>>>>job/flex-sdk-release/lastSuccessfulBuild/artifact/out/apache-flex-sdk > > >>>>>>-4 > > >> >>>>.1 > > >> >> >>3.0-bin.zip > > >> >> >> Vérification de la signature Apache Flex SDK MD5 > > >> >> >> La Signature MD5 des fichiers téléchargés pour le SDK Apache Flex > > >> >> >>correspond à la référence. Le fichier est valide. > > >> >> >> Décompression: F:\SDKsSources\flex\Apache Flex 4.13.0 FP 11.5 AIR > > >>3.5 > > >> >> >>fr_FR\temp\apache-flex-sdk-4.13.0-bin.zip > > >> >> >> Décompression terminée:F:\SDKsSources\flex\Apache Flex 4.13.0 FP > > >>11.5 > > >> >> >>AIR 3.5 fr_FR\temp\apache-flex-sdk-4.13.0-bin.zip > > >> >> >> [get] Getting: > > >> >> >>http://flex.apache.org/installer/properties/sdk/fr_FR.properties > > >> >> >> [get] To: F:\SDKsSources\flex\Apache Flex 4.13.0 FP 11.5 AIR > > >> >>3.5 > > >> >> >>fr_FR\fr_FR.properties > > >> >> >> [IOErrorEvent type="ioError" bubbles=false cancelable=false > > >> >> >>eventPhase=2 text="Error #2032" errorID=2032] > > >> >> >> > > >> >> >> get-data: > > >> >> >> [get] Getting: > > >> >> > > >> > > >>>>>>http://flex.apache.org/installer/sdk-installer-config-4.0.xml?ts=2014 > > >>>>>>06 > > >> >>>>11 > > >> >> >> [get] To: F:\SDKsSources\flex\Apache Flex 4.13.0 FP 11.5 AIR > > >> >>3.5 > > >> >> >>fr_FR\sdk-installer-config-4.0.xml > > >> >> >> > > >> >> >> get-air-md5-data: > > >> >> >> > > >> >> >> get-flash-md5-data: > > >> >> >> > > >> >> >> get-md5-data: > > >> >> >> > > >> >> >> get-md5-data: > > >> >> >> > > >> >> >> check-binary: > > >> >> >> > > >> >> >> ask-air: > > >> >> >> > > >> >> >> ask-flash: > > >> >> >> > > >> >> >> ask-swfobject: > > >> >> >> > > >> >> >> ask-adobe-osmf: > > >> >> >> > > >> >> >> ask-adobe-fontswf: > > >> >> >> > > >> >> >> ask-adobe-blazeds: > > >> >> >> > > >> >> >> ask-licenses: > > >> >> >> > > >> >> >> ask-licenses: > > >> >> >> > > >> >> >> air-check: > > >> >> >> > > >> >> >> air-download: > > >> >> >> [mkdir] Created dir: F:\SDKsSources\flex\Apache Flex 4.13.0 FP > > >> >>11.5 > > >> >> >>AIR 3.5 fr_FR\in > > >> >> >> > > >> >> >> air-get-check: > > >> >> >> > > >> >> >> air-get: > > >> >> >> Téléchargement d'Adobe AIR Runtime Kit pour Windows à partir de : > > >> >> >>http://airdownload.adobe.com/air/win/download/3.5//AdobeAIRSDK.zip > > >> >> >> > > >> >> >> download_air: > > >> >> >> > > >> >> >> check-cache: > > >> >> >> > > >> >> >> download_using_get: > > >> >> >> > > >> >> >> get-if-not-cached: > > >> >> >> > > >> >> >> check-params: > > >> >> >> > > >> >> >> get-with-no-params: > > >> >> >> [get] Getting: > > >> >> > > >> > > >>>>>>http://airdownload.adobe.com/air/win/download/3.5//AdobeAIRSDK.zip?ts > > >>>>>>=2 > > >> >>>>01 > > >> >> >>40611 > > >> >> >> [get] To: F:\SDKsSources\flex\Apache Flex 4.13.0 FP 11.5 AIR > > >> >>3.5 > > >> >> >>fr_FR\in\AdobeAIRSDK.zip > > >> >> >> > > >> >> >> check-params: > > >> >> >> > > >> >> >> get-with-params: > > >> >> >> > > >> >> >> check-params: > > >> >> >> > > >> >> >> get-local: > > >> >> >> > > >> >> >> check-sum: > > >> >> >> > > >> >> >> put-in-cache: > > >> >> >> [copy] Copying 1 file to > > >>\air\win\download\3.5\AdobeAIRSDK.zip > > >> >> >> > > >> >> >> > > >> >> >> > From: [email protected] > > >> >> >> > Date: Tue, 10 Jun 2014 23:54:57 -0700 > > >> >> >> > Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - > > >>RC2 > > >> >>** > > >> >> >> > To: [email protected] > > >> >> >> > > > >> >> >> > Changing the subject line of the thread so that gmail does not > > >> >>lump it > > >> >> >> > together with [VOTE] thread. > > >> >> >> > > > >> >> >> > Thanks, > > >> >> >> > Om > > >> >> >> > > > >> >> >> > > > >> >> >> > On Tue, Jun 10, 2014 at 11:38 PM, Alex Harui <[email protected]> > > >> >>wrote: > > >> >> >> > > > >> >> >> > > This is the discussion thread. > > >> >> >> > > > > >> >> >> > > In related news (because these are changes to the install > > >>scripts > > >> >> >>and not > > >> >> >> > > the installer): > > >> >> >> > > > > >> >> >> > > 1) The main SDK nightly build now uses github for swfobject so > > >> >> >>there is a > > >> >> >> > > chance that the SDK nightly can be installed in China. > > >> >> >> > > > > >> >> >> > > 2) The FlexJS nightly build also now uses github for > > >>swfobject, > > >> >>but > > >> >> >>the > > >> >> >> > > Google Closure downloads still come from a google-related > > >>domain. > > >> >> >>Not > > >> >> >> > > sure if they are blocked in China or not. > > >> >> >> > > > > >> >> >> > > Right-click and choose "Show Dev Builds" to add the nightly > > >> >>builds > > >> >> >>to the > > >> >> >> > > choices of release packages. > > >> >> >> > > > > >> >> >> > > 3) The nightly builds also will look on flex.a.o for a > > >>properties > > >> >> >>file so > > >> >> >> > > we can add translations after the releases ship (the script > > >> >> >>continues if > > >> >> >> > > the properties files are not found). > > >> >> >> > > > > >> >> >> > > -Alex > > >> >> >> > > > > >> >> >> > > > > >> >> >> > > >> >> > > > >> >> > > >> > > > >> > > > > > >
