You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Ulrich Andreas <An...@formware.de> on 2018/06/08 06:12:55 UTC

AW: Flex SDK Installer - is it broken?

Internal: for project use only

Luky you - for me the installer is still broken. It just hangs after the first screen and does not come back...
Trying the second way with the ant command also fails with the massage that switching vom http to https is not allowed...

Any help appreciated

Regards
Andi



Formware GmbH
Stangenreiterstraße 2
83131 Nußdorf am Inn
www.formware.de

Geschäftsführer: Björn Röttger, Peter Schindecker, Thomas Stampf
Sitz der Gesellschaft: 83131 Nußdorf am Inn
Registergericht und Reg.Nr.: AG Traunstein HRB 5359


*** Bitte vormerken: Formware OPEN HOUSE am 20.& 21.09.2018
Infos und Anmeldung unter www.formware.de/open-house/

*** Support-Hotline:
+49 8034 9038-7799 | Mo.-Fr. von 8.00-17.00 Uhr


Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen.
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben,
informieren Sie bitte sofort den Absender und vernichten diese Mail.
Die unerlaubte Weiterverarbeitung, insbesondere durch unerlaubtes Kopieren,
sowie die unbefugte Weitergabe dieser Mail sind nicht gestattet.
Informationen gemäß Artt. 13,14 und 21 DSGVO finden Sie unter https://www.formware.de/datenschutz/

Bitte denken Sie an die Umwelt, bevor Sie diese Mail drucken.

-----Ursprüngliche Nachricht-----
Von: 1600061@gmail.com [mailto:1600061@gmail.com] Im Auftrag von Douglas McCarroll
Gesendet: Sonntag, 27. Mai 2018 17:03
An: Flex-Users (Apache) <us...@flex.apache.org>
Betreff: Re: Flex SDK Installer - is it broken?

Strange. I just tried it again and it worked.

First I did some experimentation, but in the end I successfully created an SDK running both thirdparty-downloads and the installer. I have no idea why this didn't work previously, but worked this time. In any case, now I have an SDK, and Life Is Good.  :)

As requested by Piotr, I'll hold off on posting the SDK for now.

Thanks for your help!



On Sun, May 27, 2018 at 5:24 AM, Alex Harui <ah...@adobe.com.invalid>
wrote:

> That list looked reasonable.  I just downloaded the tar.gz and
> extracted the files and before running any scripts there were SWCs in
> frameworks/libs.  If you haven't run any scripts yet, see what is in
> your frameworks/libs.
>
> I think you should run either "ant thirdparty-downloads" or "ant -f
> installer.xml" but maybe not both.
>
> HTH,
> -Alex
>
> On 5/26/18, 10:46 PM, "1600061@gmail.com on behalf of Douglas McCarroll"
> <1600061@gmail.com on behalf of list.apache-flex.001@brightworks.com>
> wrote:
>
>     Alex wrote:
>
>     > extract the binary package and before running any scripts post
> the list
>     of files at the top level.
>
>     Here's the list:
>
>     Douglass-MacBook-Pro:apache-flex-sdk-4.16.1-bin douglasmccarroll$
> ls
>
>     CONTRIBUTING asdoc installer.properties
>
>     CONTRIBUTORS bin installer.xml
>
>     LICENSE build.properties lib
>
>     NOTICE build.xml licenseParts
>
>     README env-template.properties samples
>
>     RELEASE_NOTES flex-sdk-description.xml templates
>
>     ant frameworks
>
>     apache-flex-sdk-installer-config.xml ide
>
>
>
>
>     On Sun, May 27, 2018 at 12:03 AM, Alex Harui
> <aharui@adobe.com.invalid
> >
>     wrote:
>
>     > Delete the folder of extracted files. Then extract the binary
> package and
>     > before running any scripts post the list of files at the top level.
>     >
>     > Get Outlook for Android<https://na01.safelinks.protection.outlook.
> com/?url=https%3A%2F%2Faka.ms%2Fghei36&data=02%7C01%7Caharui%40adobe.c
> om% 7C154c5fcea4314892211a08d5c3953c03%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636629968110222550&sdata=2684lfrALyuyzpePuVZiVyWi%
> 2Fz98e4MTBg19Xx9b0vk%3D&reserved=0>
>     >
>     > ________________________________
>     > From: 1600061@gmail.com <16...@gmail.com> on behalf of Douglas
>     > McCarroll <li...@brightworks.com>
>     > Sent: Thursday, May 24, 2018 7:39:49 AM
>     > To: Flex-Users (Apache)
>     > Subject: Re: Flex SDK Installer - is it broken?
>     >
>     > Hi Piotr & All,
>     >
>     > I've downloaded and extracted the
> apache-flex-sdk-4.16.1-bin.tar.gz file
>     > from the page you specified.
>     >
>     > As the page suggests, I've run "ant thirdparty-downloads" in the
> frameworks
>     > subfolder to install optional dependencies. This runs successfully.
>     >
>     > When I run "ant -f installer.xml -Dair.sdk.version=29.0
>     > -Dflash.sdk.version=29.0" in the main folder, I get a message
> that says
>     > that the folder "is not an Flex binary package".
>     >
>     > When I look in installer.xml I find this in the 'install' target:
>     >
>     >     <target name="check-binary" description="Make sure this is a
> binary
>     > package">
>     >         <fail message="${basedir} is not an Flex binary package">
>     >             <condition>
>     >                 <not>
>     >                     <available
>     > file="${basedir}/frameworks/libs/framework.swc" />
>     >                 </not>
>     >             </condition>
>     >         </fail>
>     >
>     > Obviously, it is looking for /frameworks/libs/framework.swc and
> not finding
>     > it.
>     >
>     > When I look in the libs folder the only file I see there is osmf.swc.
>     >
>     > Can you tell me what I am doing wrong?
>     >
>     > Thanks,
>     >
>     > Douglas
>     >
>     >
>     > On Wed, May 23, 2018 at 2:01 AM, Piotr Zarzycki <
> piotrzarzycki21@gmail.com
>     > >
>     > wrote:
>     >
>     > > Hi Guys,
>     > >
>     > > I have my hands full with other tasks, so not sure when I will
> find the
>     > > time to look into that. If you would like to download SDK you
> have also
>     > > other option by using ant.
>     > >
>     > > 1) Download SDK binaries from here [1]
>     > > 2) Run in downloaded folder:
>     > >
>     > > "ant -f installer.xml -Dair.sdk.version=29.0
> -Dflash.sdk.version=29.0"
>     > >
>     > > [1] https://na01.safelinks.protection.outlook.com/?url=
>     > https%3A%2F%2Fflex.apache.org%2Fdownload-binaries.html&data=
>     > 02%7C01%7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e83dd6%
>     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636629225118231214&sdata=
>     > CZ2vfsQrAtwj5AaG3VT9cEArODajyAAIElVANnCRbMA%3D&reserved=0
>     > >
>     > > Thanks,
>     > >
>     > > 2018-05-23 1:21 GMT+02:00 lixusnet <ja...@gmail.com>:
>     > >
>     > > > I am having the same problem. I used install Flex SDK using the
>     > installer
>     > > > without any problems. But now it fails. Sometimes I get
> connection
>     > > timeout.
>     > > > Please helo
>     > > >
>     > > >
>     > > >
>     > > > --
>     > > > Sent from: https://na01.safelinks.protection.outlook.com/?url=
>     > http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%
>     >
> 2F&data=02%7C01%7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e8
> 3dd6%
>     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636629225118231214&sdata=
>     > e6LPD05%2B9vNyNBYr4A%2FvII99Kbpq97Bx1E9C2Vyydns%3D&reserved=0
>     > > >
>     > >
>     > >
>     > >
>     > > --
>     > >
>     > > Piotr Zarzycki
>     > >
>     > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=
>     > https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%
>     > 7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e83dd6%
>     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636629225118231214&sdata=
>     > 1nVP0JK2G3sl2QIUBH%2FqYQPYY4syZYRsGi1hRSnzyW0%3D&reserved=0
>     > > <https://na01.safelinks.protection.outlook.com/?url=
>     > https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%
>     > 7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e83dd6%
>     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636629225118231214&sdata=
>     > 1nVP0JK2G3sl2QIUBH%2FqYQPYY4syZYRsGi1hRSnzyW0%3D&reserved=0>*
>     > >
>     >
>
>
>

Re: Flex SDK Installer - is it broken?

Posted by pol2095 <po...@free.fr>.
Thanks for updated Air 30, Ant work now.



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: Flex SDK Installer - is it broken?

Posted by pol2095 <po...@free.fr>.
the link 
http://fpdownload.macromedia.com/get/flashplayer/updaters/29/playerglobal29_0.swc
<http://fpdownload.macromedia.com/get/flashplayer/updaters/29/playerglobal29_0.swc>  
is broken in Adobe website, ant doesn't work too.



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: Flex SDK Installer - is it broken?

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi,

On Dev mailing list there is ongoing discussion about the issue which
installer is experiencing. Once we resolve the issue I will add Air 30. [1]
Please follow the discussion.

[1]
http://apache-flex-development.2333347.n4.nabble.com/Installer-is-Timing-Out-td65293.html

Thanks,
Piotr

wt., 12 cze 2018 o 14:09 pol2095 <po...@free.fr> napisał(a):

> If the installer doesn't work, please add Air 30 in the SDK Binary for
> Apache
> Ant, thanks.
>
>
>
> --
> Sent from: http://apache-flex-users.2333346.n4.nabble.com/
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Flex SDK Installer - is it broken?

Posted by pol2095 <po...@free.fr>.
If the installer doesn't work, please add Air 30 in the SDK Binary for Apache
Ant, thanks.



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: Flex SDK Installer - is it broken?

Posted by pol2095 <po...@free.fr>.
I have this message error using ant when I choose Air 30



Thanks




--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: Flex SDK Installer - is it broken?

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Erik,

Wish I could have more time for that! :) I will add AIR 30 once installer
start working again properly. I hope we will sort it out soon!

Thanks for your kind words!
Piotr

wt., 12 cze 2018 o 00:06 Erik J. Thomas <er...@linqto.com> napisał(a):

> >> "Please add Air 30 in the installer, thanks."
>
> +1
>
> Hey Piotr:
>
> To date the Apache Flex SDK installer has been invaluable to me and my
> small team as our primary means of installing Flex and AIR SDK updates.
>
> I agree with your earlier comment that the time spent on updating the
> installer should easily pay for itself in reduced support emails on
> installations.
>
> However, I also understand it's tough to keep up with releases and it
> seems Adobe has been breaking stuff lately that probably makes it harder
> for your team as well.
>
> But I (and I'm sure the entire Flex/AIR developer community) appreciate
> your efforts! Thanks for all you do!
>
> Erik
>
> On Jun 11, 2018, at 1:06 PM, pol2095 <po...@free.fr> wrote:
>
> Please add Air 30 in the installer, thanks.
>
>
>
> --
> Sent from: http://apache-flex-users.2333346.n4.nabble.com/
>
>
>

-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Flex SDK Installer - is it broken?

Posted by Alex Harui <ah...@adobe.com.INVALID>.
The Flex community is always looking for new volunteers to help maintain the installer and its data files.

Here's a wiki article that attempts to describe the data files.  If you can propose changes to the data files for AIR 30, it will be easier for a Flex committer to push the changes.  And if you get good at it, we'll probably make you a committer so you can push the changes directly.

Thanks,
-Alex

On 6/11/18, 3:06 PM, "Erik J. Thomas" <er...@linqto.com> wrote:

    >> "Please add Air 30 in the installer, thanks."
    
    +1
    
    Hey Piotr: 
    
    To date the Apache Flex SDK installer has been invaluable to me and my small team as our primary means of installing Flex and AIR SDK updates. 
    
    I agree with your earlier comment that the time spent on updating the installer should easily pay for itself in reduced support emails on installations. 
    
    However, I also understand it's tough to keep up with releases and it seems Adobe has been breaking stuff lately that probably makes it harder for your team as well. 
    
    But I (and I'm sure the entire Flex/AIR developer community) appreciate your efforts! Thanks for all you do!
    
    Erik
    
    On Jun 11, 2018, at 1:06 PM, pol2095 <po...@free.fr> wrote:
    
    Please add Air 30 in the installer, thanks.
    
    
    
    --
    Sent from: https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7C858e0bd7c9b0489476cb08d5cfe78c82%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C636643515759611512&sdata=Jqxz%2BLvqGG%2B144CZA26iqQ8jgrDLBWGjnr2rghnlboM%3D&reserved=0
    
    
    


Re: Flex SDK Installer - is it broken?

Posted by "Erik J. Thomas" <er...@linqto.com>.
>> "Please add Air 30 in the installer, thanks."

+1

Hey Piotr: 

To date the Apache Flex SDK installer has been invaluable to me and my small team as our primary means of installing Flex and AIR SDK updates. 

I agree with your earlier comment that the time spent on updating the installer should easily pay for itself in reduced support emails on installations. 

However, I also understand it's tough to keep up with releases and it seems Adobe has been breaking stuff lately that probably makes it harder for your team as well. 

But I (and I'm sure the entire Flex/AIR developer community) appreciate your efforts! Thanks for all you do!

Erik

On Jun 11, 2018, at 1:06 PM, pol2095 <po...@free.fr> wrote:

Please add Air 30 in the installer, thanks.



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/



Re: Flex SDK Installer - is it broken?

Posted by pol2095 <po...@free.fr>.
Please add Air 30 in the installer, thanks.



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: Flex SDK Installer - is it broken?

Posted by pol2095 <po...@free.fr>.
I have the same message error when I click on the first "Next"
/
Installer version 3.3.1 (windows)
Using Locale: fr_FR
L'URL de téléchargement du SDK à été récupérée à partir du CGI.
Timeout
Installation interrompue:
http://flex.apache.org/track-installer.html?failure=true&label=Apache Flex
SDK 4.16.1&version=4.16.1&os=windows&installerversion=3.3.1&info=Timeout/



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Re: Flex SDK Installer - is it broken?

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Can you post the Ant output where it is getting messed up by the HTTPS switch?

Thanks,
-Alex

On 6/8/18, 3:59 AM, "Ulrich Andreas" <An...@formware.de> wrote:

    Hi Piotr,
    
    sorry - but as I wrote in the first mail: choosing 4.16.1 does not work at all. Installer hangs immediately and than runs into a timeout.
    
    Installer version 3.3.1 (windows)
    Using Locale: de_DE
    Ermitteln von mirror URL über CGI-Skript erfolgreich.
    Timeout
    Installation abgebrochen: https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fflex.apache.org%2Ftrack-installer.html%3Ffailure%3Dtrue%26label%3DApache&data=02%7C01%7Caharui%40adobe.com%7Cecd3f2750b104333f58f08d5cd2edfe6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C636640523598737594&sdata=%2FvAI5mAQEC8Wrq2x1yJxfgRz8kHt%2Fj431OKqV%2FivpbM%3D&reserved=0 Flex SDK 4.16.1&version=4.16.1&os=windows&installerversion=3.3.1&info=Timeout
    
    Thanks for your effort!
    
    Andi
    
    
    
    Formware GmbH
    Stangenreiterstraße 2
    83131 Nußdorf am Inn
    https://na01.safelinks.protection.outlook.com/?url=www.formware.de&data=02%7C01%7Caharui%40adobe.com%7Cecd3f2750b104333f58f08d5cd2edfe6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C636640523598737594&sdata=i7bD47g4JFCMspaKdh%2Bep%2FcST8niDoRI7vQq9%2F0t8hw%3D&reserved=0
    
    Geschäftsführer: Björn Röttger, Peter Schindecker, Thomas Stampf
    Sitz der Gesellschaft: 83131 Nußdorf am Inn
    Registergericht und Reg.Nr.: AG Traunstein HRB 5359
    
    
    *** Bitte vormerken: Formware OPEN HOUSE am 20.& 21.09.2018
    Infos und Anmeldung unter https://na01.safelinks.protection.outlook.com/?url=www.formware.de%2Fopen-house%2F&data=02%7C01%7Caharui%40adobe.com%7Cecd3f2750b104333f58f08d5cd2edfe6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C636640523598737594&sdata=rsIwLSz35yxm4XSw%2B7DNP%2BGqFKBW3f9cjVoo4awXUc4%3D&reserved=0
    
    *** Support-Hotline:
    +49 8034 9038-7799 | Mo.-Fr. von 8.00-17.00 Uhr
    
    
    Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen.
    Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben,
    informieren Sie bitte sofort den Absender und vernichten diese Mail.
    Die unerlaubte Weiterverarbeitung, insbesondere durch unerlaubtes Kopieren,
    sowie die unbefugte Weitergabe dieser Mail sind nicht gestattet.
    Informationen gemäß Artt. 13,14 und 21 DSGVO finden Sie unter https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.formware.de%2Fdatenschutz%2F&data=02%7C01%7Caharui%40adobe.com%7Cecd3f2750b104333f58f08d5cd2edfe6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C636640523598737594&sdata=xZsPhwxWO56sCyNh4rLL%2F%2BkN7JHVsSW9ymPFmgBt8yQ%3D&reserved=0
    
    Bitte denken Sie an die Umwelt, bevor Sie diese Mail drucken.
    
    -----Ursprüngliche Nachricht-----
    Von: Piotr Zarzycki [mailto:piotrzarzycki21@gmail.com]
    Gesendet: Freitag, 8. Juni 2018 09:21
    An: users@flex.apache.org
    Betreff: Re: Flex SDK Installer - is it broken?
    
    Hi Urlich,
    
    That is known issue. You need to try install Apache Flex SDK 4.16.1.
    
    Thanks,
    Piotr
    
    On Fri, Jun 8, 2018, 8:44 AM Ulrich Andreas <An...@formware.de>
    wrote:
    
    > Internal: for project use only
    >
    > I have to correct myself a bit - the installer continues if I choose
    > framework 4.16.0 but crashes during installation with:
    >
    > Installer version 3.3.1 (windows)
    > Using Locale: de_DE
    > Ermitteln von mirror URL über CGI-Skript erfolgreich.
    > SDK version Apache Flex SDK 4.16.0
    > AIR version 28.0
    > Flash Player version 28.0
    > Erstelle Apache Flex home
    > Erstelle Temp Verzeichnis
    > Lade Apache Flex SDK von:
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Farchive.apache.org%2Fdist%2Fflex%2F4.16.0%2Fbinaries%2Fapache-flex-sdk-4&data=02%7C01%7Caharui%40adobe.com%7Cecd3f2750b104333f58f08d5cd2edfe6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C636640523598747604&sdata=sQF%2BjiwFtJRTjC98MTDR25QZsfCQkzQYeAsfYQwKbAQ%3D&reserved=0.
    > 16.0-bin.zip Verifiziere Apache Flex SDK MD5 Signature Die Signatur
    > der heruntergeladenen Dateien stimmt mit der Apache Flex SDK
    > MD5 Signatur überein. Die Datei ist gültig.
    > Entpacke:
    > C:\dev\apache\flex\4.16.0\temp\apache-flex-sdk-4.16.0-bin.zip
    > entpacken abgeschlossen:
    > C:\dev\apache\flex\4.16.0\temp\apache-flex-sdk-4.16.0-bin.zip
    > Lade Adobe AIR Runtime Kit für Windows von:
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fairdownload.adobe.com%2Fair%2Fwin%2Fdownload%2F28.0%2F%2FAdobeAIRSDK.zip&data=02%7C01%7Caharui%40adobe.com%7Cecd3f2750b104333f58f08d5cd2edfe6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C636640523598747604&sdata=rXsPxuPYteCWIH5tAygCBr2nov3IQ8nvvMbwO2ioLV0%3D&reserved=0
    > Error #1000
    > Error: Error #1000
    >         at flash.net::URLLoader/onComplete() Installation abgebrochen:
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fflex.apache.org%2Ftrack-installer.html%3Ffailure%3Dtrue%26label%3DApache&data=02%7C01%7Caharui%40adobe.com%7Cecd3f2750b104333f58f08d5cd2edfe6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C636640523598747604&sdata=gwuUZgjcJmF7cioes3DNcNwfhu3vMAv%2B6f3E9mUJn1k%3D&reserved=0
    > Flex SDK
    > 4.16.0&version=4.16.0&os=windows&installerversion=3.3.1&info=Error
    > #1000
    > Error: Error #1000
    >         at flash.net::URLLoader/onComplete()
    >
    >
    >
    > -----Ursprüngliche Nachricht-----
    > Von: Ulrich Andreas [mailto:Andreas.Ulrich@formware.de]
    > Gesendet: Freitag, 8. Juni 2018 08:13
    > An: users@flex.apache.org
    > Betreff: AW: Flex SDK Installer - is it broken?
    >
    > Internal: for project use only
    >
    > Luky you - for me the installer is still broken. It just hangs after
    > the first screen and does not come back...
    > Trying the second way with the ant command also fails with the massage
    > that switching vom http to https is not allowed...
    >
    > Any help appreciated
    >
    > Regards
    > Andi
    >
    >
    >
    > Formware GmbH
    > Stangenreiterstraße 2
    > 83131 Nußdorf am Inn
    > https://na01.safelinks.protection.outlook.com/?url=www.formware.de&data=02%7C01%7Caharui%40adobe.com%7Cecd3f2750b104333f58f08d5cd2edfe6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C636640523598747604&sdata=vM%2BRbWOacu9rjRdkTExujV7zmf5pot1AqyyP93NQ0sw%3D&reserved=0
    >
    > Geschäftsführer: Björn Röttger, Peter Schindecker, Thomas Stampf Sitz
    > der
    > Gesellschaft: 83131 Nußdorf am Inn Registergericht und Reg.Nr.: AG
    > Traunstein HRB 5359
    >
    >
    > *** Bitte vormerken: Formware OPEN HOUSE am 20.& 21.09.2018 Infos und
    > Anmeldung unter https://na01.safelinks.protection.outlook.com/?url=www.formware.de%2Fopen-house%2F&data=02%7C01%7Caharui%40adobe.com%7Cecd3f2750b104333f58f08d5cd2edfe6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C636640523598747604&sdata=qRlhCnN0xHlEKkLZfCbSESiSiLcyRPLHJW%2FeQquHxBo%3D&reserved=0
    >
    > *** Support-Hotline:
    > +49 8034 9038-7799 | Mo.-Fr. von 8.00-17.00 Uhr
    >
    >
    > Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
    > Informationen.
    > Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich
    > erhalten haben, informieren Sie bitte sofort den Absender und
    > vernichten diese Mail.
    > Die unerlaubte Weiterverarbeitung, insbesondere durch unerlaubtes
    > Kopieren, sowie die unbefugte Weitergabe dieser Mail sind nicht gestattet.
    > Informationen gemäß Artt. 13,14 und 21 DSGVO finden Sie unter
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.formware.de%2Fdatenschutz%2F&data=02%7C01%7Caharui%40adobe.com%7Cecd3f2750b104333f58f08d5cd2edfe6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C636640523598747604&sdata=phlP2KoCHIhC4zU9p7I1HC4%2BoQLbotqWnxaxwk%2Bd3oM%3D&reserved=0
    >
    > Bitte denken Sie an die Umwelt, bevor Sie diese Mail drucken.
    >
    > -----Ursprüngliche Nachricht-----
    > Von: 1600061@gmail.com [mailto:1600061@gmail.com] Im Auftrag von
    > Douglas McCarroll
    > Gesendet: Sonntag, 27. Mai 2018 17:03
    > An: Flex-Users (Apache) <us...@flex.apache.org>
    > Betreff: Re: Flex SDK Installer - is it broken?
    >
    > Strange. I just tried it again and it worked.
    >
    > First I did some experimentation, but in the end I successfully
    > created an SDK running both thirdparty-downloads and the installer. I
    > have no idea why this didn't work previously, but worked this time. In
    > any case, now I have an SDK, and Life Is Good.  :)
    >
    > As requested by Piotr, I'll hold off on posting the SDK for now.
    >
    > Thanks for your help!
    >
    >
    >
    > On Sun, May 27, 2018 at 5:24 AM, Alex Harui <ah...@adobe.com.invalid>
    > wrote:
    >
    > > That list looked reasonable.  I just downloaded the tar.gz and
    > > extracted the files and before running any scripts there were SWCs
    > > in frameworks/libs.  If you haven't run any scripts yet, see what is
    > > in your frameworks/libs.
    > >
    > > I think you should run either "ant thirdparty-downloads" or "ant -f
    > > installer.xml" but maybe not both.
    > >
    > > HTH,
    > > -Alex
    > >
    > > On 5/26/18, 10:46 PM, "1600061@gmail.com on behalf of Douglas
    > McCarroll"
    > > <1600061@gmail.com on behalf of
    > > list.apache-flex.001@brightworks.com>
    > > wrote:
    > >
    > >     Alex wrote:
    > >
    > >     > extract the binary package and before running any scripts post
    > > the list
    > >     of files at the top level.
    > >
    > >     Here's the list:
    > >
    > >     Douglass-MacBook-Pro:apache-flex-sdk-4.16.1-bin
    > > douglasmccarroll$ ls
    > >
    > >     CONTRIBUTING asdoc installer.properties
    > >
    > >     CONTRIBUTORS bin installer.xml
    > >
    > >     LICENSE build.properties lib
    > >
    > >     NOTICE build.xml licenseParts
    > >
    > >     README env-template.properties samples
    > >
    > >     RELEASE_NOTES flex-sdk-description.xml templates
    > >
    > >     ant frameworks
    > >
    > >     apache-flex-sdk-installer-config.xml ide
    > >
    > >
    > >
    > >
    > >     On Sun, May 27, 2018 at 12:03 AM, Alex Harui
    > > <aharui@adobe.com.invalid
    > > >
    > >     wrote:
    > >
    > >     > Delete the folder of extracted files. Then extract the binary
    > > package and
    > >     > before running any scripts post the list of files at the top level.
    > >     >
    > >     > Get Outlook for Android<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01.safelinks.protection.outlook&data=02%7C01%7Caharui%40adobe.com%7Cecd3f2750b104333f58f08d5cd2edfe6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C636640523598747604&sdata=IN4PKVBMcMSveqGI5mmdMrqapEn8teMPk3YsA%2FkmT2A%3D&reserved=0.
    > > com/?url=https%3A%2F%2Faka.ms%2Fghei36&data=02%7C01%7Caharui%40adobe
    > > .c om%
    > > 7C154c5fcea4314892211a08d5c3953c03%7Cfa7b1b5a7b34438794aed2c178de
    > > cee1%7C0%7C0%7C636629968110222550&sdata=2684lfrALyuyzpePuVZiVyWi%
    > > 2Fz98e4MTBg19Xx9b0vk%3D&reserved=0>
    > >     >
    > >     > ________________________________
    > >     > From: 1600061@gmail.com <16...@gmail.com> on behalf of Douglas
    > >     > McCarroll <li...@brightworks.com>
    > >     > Sent: Thursday, May 24, 2018 7:39:49 AM
    > >     > To: Flex-Users (Apache)
    > >     > Subject: Re: Flex SDK Installer - is it broken?
    > >     >
    > >     > Hi Piotr & All,
    > >     >
    > >     > I've downloaded and extracted the
    > > apache-flex-sdk-4.16.1-bin.tar.gz file
    > >     > from the page you specified.
    > >     >
    > >     > As the page suggests, I've run "ant thirdparty-downloads" in
    > > the frameworks
    > >     > subfolder to install optional dependencies. This runs successfully.
    > >     >
    > >     > When I run "ant -f installer.xml -Dair.sdk.version=29.0
    > >     > -Dflash.sdk.version=29.0" in the main folder, I get a message
    > > that says
    > >     > that the folder "is not an Flex binary package".
    > >     >
    > >     > When I look in installer.xml I find this in the 'install' target:
    > >     >
    > >     >     <target name="check-binary" description="Make sure this is a
    > > binary
    > >     > package">
    > >     >         <fail message="${basedir} is not an Flex binary package">
    > >     >             <condition>
    > >     >                 <not>
    > >     >                     <available
    > >     > file="${basedir}/frameworks/libs/framework.swc" />
    > >     >                 </not>
    > >     >             </condition>
    > >     >         </fail>
    > >     >
    > >     > Obviously, it is looking for /frameworks/libs/framework.swc
    > > and not finding
    > >     > it.
    > >     >
    > >     > When I look in the libs folder the only file I see there is
    > osmf.swc.
    > >     >
    > >     > Can you tell me what I am doing wrong?
    > >     >
    > >     > Thanks,
    > >     >
    > >     > Douglas
    > >     >
    > >     >
    > >     > On Wed, May 23, 2018 at 2:01 AM, Piotr Zarzycki <
    > > piotrzarzycki21@gmail.com
    > >     > >
    > >     > wrote:
    > >     >
    > >     > > Hi Guys,
    > >     > >
    > >     > > I have my hands full with other tasks, so not sure when I
    > > will find the
    > >     > > time to look into that. If you would like to download SDK
    > > you have also
    > >     > > other option by using ant.
    > >     > >
    > >     > > 1) Download SDK binaries from here [1]
    > >     > > 2) Run in downloaded folder:
    > >     > >
    > >     > > "ant -f installer.xml -Dair.sdk.version=29.0
    > > -Dflash.sdk.version=29.0"
    > >     > >
    > >     > > [1] https://na01.safelinks.protection.outlook.com/?url=
    > >     > https%3A%2F%2Fflex.apache.org%2Fdownload-binaries.html&data=
    > >     > 02%7C01%7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e83dd6%
    > >     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
    > > 7C636629225118231214&sdata=
    > >     > CZ2vfsQrAtwj5AaG3VT9cEArODajyAAIElVANnCRbMA%3D&reserved=0
    > >     > >
    > >     > > Thanks,
    > >     > >
    > >     > > 2018-05-23 1:21 GMT+02:00 lixusnet <ja...@gmail.com>:
    > >     > >
    > >     > > > I am having the same problem. I used install Flex SDK using the
    > >     > installer
    > >     > > > without any problems. But now it fails. Sometimes I get
    > > connection
    > >     > > timeout.
    > >     > > > Please helo
    > >     > > >
    > >     > > >
    > >     > > >
    > >     > > > --
    > >     > > > Sent from: https://na01.safelinks.protection.outlook.com/?url=
    > >     > http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%
    > >     >
    > > 2F&data=02%7C01%7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e8
    > > 3dd6%
    > >     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
    > > 7C636629225118231214&sdata=
    > >     > e6LPD05%2B9vNyNBYr4A%2FvII99Kbpq97Bx1E9C2Vyydns%3D&reserved=0
    > >     > > >
    > >     > >
    > >     > >
    > >     > >
    > >     > > --
    > >     > >
    > >     > > Piotr Zarzycki
    > >     > >
    > >     > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=
    > >     > https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%
    > >     > 7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e83dd6%
    > >     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
    > > 7C636629225118231214&sdata=
    > >     > 1nVP0JK2G3sl2QIUBH%2FqYQPYY4syZYRsGi1hRSnzyW0%3D&reserved=0
    > >     > > <https://na01.safelinks.protection.outlook.com/?url=
    > >     > https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%
    > >     > 7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e83dd6%
    > >     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
    > > 7C636629225118231214&sdata=
    > >     > 1nVP0JK2G3sl2QIUBH%2FqYQPYY4syZYRsGi1hRSnzyW0%3D&reserved=0>*
    > >     > >
    > >     >
    > >
    > >
    > >
    >
    


AW: Flex SDK Installer - is it broken?

Posted by Ulrich Andreas <An...@formware.de>.
Hi Piotr,

sorry - but as I wrote in the first mail: choosing 4.16.1 does not work at all. Installer hangs immediately and than runs into a timeout.

Installer version 3.3.1 (windows)
Using Locale: de_DE
Ermitteln von mirror URL über CGI-Skript erfolgreich.
Timeout
Installation abgebrochen: http://flex.apache.org/track-installer.html?failure=true&label=Apache Flex SDK 4.16.1&version=4.16.1&os=windows&installerversion=3.3.1&info=Timeout

Thanks for your effort!

Andi



Formware GmbH
Stangenreiterstraße 2
83131 Nußdorf am Inn
www.formware.de

Geschäftsführer: Björn Röttger, Peter Schindecker, Thomas Stampf
Sitz der Gesellschaft: 83131 Nußdorf am Inn
Registergericht und Reg.Nr.: AG Traunstein HRB 5359


*** Bitte vormerken: Formware OPEN HOUSE am 20.& 21.09.2018
Infos und Anmeldung unter www.formware.de/open-house/

*** Support-Hotline:
+49 8034 9038-7799 | Mo.-Fr. von 8.00-17.00 Uhr


Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen.
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben,
informieren Sie bitte sofort den Absender und vernichten diese Mail.
Die unerlaubte Weiterverarbeitung, insbesondere durch unerlaubtes Kopieren,
sowie die unbefugte Weitergabe dieser Mail sind nicht gestattet.
Informationen gemäß Artt. 13,14 und 21 DSGVO finden Sie unter https://www.formware.de/datenschutz/

Bitte denken Sie an die Umwelt, bevor Sie diese Mail drucken.

-----Ursprüngliche Nachricht-----
Von: Piotr Zarzycki [mailto:piotrzarzycki21@gmail.com]
Gesendet: Freitag, 8. Juni 2018 09:21
An: users@flex.apache.org
Betreff: Re: Flex SDK Installer - is it broken?

Hi Urlich,

That is known issue. You need to try install Apache Flex SDK 4.16.1.

Thanks,
Piotr

On Fri, Jun 8, 2018, 8:44 AM Ulrich Andreas <An...@formware.de>
wrote:

> Internal: for project use only
>
> I have to correct myself a bit - the installer continues if I choose
> framework 4.16.0 but crashes during installation with:
>
> Installer version 3.3.1 (windows)
> Using Locale: de_DE
> Ermitteln von mirror URL über CGI-Skript erfolgreich.
> SDK version Apache Flex SDK 4.16.0
> AIR version 28.0
> Flash Player version 28.0
> Erstelle Apache Flex home
> Erstelle Temp Verzeichnis
> Lade Apache Flex SDK von:
> http://archive.apache.org/dist/flex/4.16.0/binaries/apache-flex-sdk-4.
> 16.0-bin.zip Verifiziere Apache Flex SDK MD5 Signature Die Signatur
> der heruntergeladenen Dateien stimmt mit der Apache Flex SDK
> MD5 Signatur überein. Die Datei ist gültig.
> Entpacke:
> C:\dev\apache\flex\4.16.0\temp\apache-flex-sdk-4.16.0-bin.zip
> entpacken abgeschlossen:
> C:\dev\apache\flex\4.16.0\temp\apache-flex-sdk-4.16.0-bin.zip
> Lade Adobe AIR Runtime Kit für Windows von:
> https://airdownload.adobe.com/air/win/download/28.0//AdobeAIRSDK.zip
> Error #1000
> Error: Error #1000
>         at flash.net::URLLoader/onComplete() Installation abgebrochen:
> http://flex.apache.org/track-installer.html?failure=true&label=Apache
> Flex SDK
> 4.16.0&version=4.16.0&os=windows&installerversion=3.3.1&info=Error
> #1000
> Error: Error #1000
>         at flash.net::URLLoader/onComplete()
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: Ulrich Andreas [mailto:Andreas.Ulrich@formware.de]
> Gesendet: Freitag, 8. Juni 2018 08:13
> An: users@flex.apache.org
> Betreff: AW: Flex SDK Installer - is it broken?
>
> Internal: for project use only
>
> Luky you - for me the installer is still broken. It just hangs after
> the first screen and does not come back...
> Trying the second way with the ant command also fails with the massage
> that switching vom http to https is not allowed...
>
> Any help appreciated
>
> Regards
> Andi
>
>
>
> Formware GmbH
> Stangenreiterstraße 2
> 83131 Nußdorf am Inn
> www.formware.de
>
> Geschäftsführer: Björn Röttger, Peter Schindecker, Thomas Stampf Sitz
> der
> Gesellschaft: 83131 Nußdorf am Inn Registergericht und Reg.Nr.: AG
> Traunstein HRB 5359
>
>
> *** Bitte vormerken: Formware OPEN HOUSE am 20.& 21.09.2018 Infos und
> Anmeldung unter www.formware.de/open-house/
>
> *** Support-Hotline:
> +49 8034 9038-7799 | Mo.-Fr. von 8.00-17.00 Uhr
>
>
> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
> Informationen.
> Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich
> erhalten haben, informieren Sie bitte sofort den Absender und
> vernichten diese Mail.
> Die unerlaubte Weiterverarbeitung, insbesondere durch unerlaubtes
> Kopieren, sowie die unbefugte Weitergabe dieser Mail sind nicht gestattet.
> Informationen gemäß Artt. 13,14 und 21 DSGVO finden Sie unter
> https://www.formware.de/datenschutz/
>
> Bitte denken Sie an die Umwelt, bevor Sie diese Mail drucken.
>
> -----Ursprüngliche Nachricht-----
> Von: 1600061@gmail.com [mailto:1600061@gmail.com] Im Auftrag von
> Douglas McCarroll
> Gesendet: Sonntag, 27. Mai 2018 17:03
> An: Flex-Users (Apache) <us...@flex.apache.org>
> Betreff: Re: Flex SDK Installer - is it broken?
>
> Strange. I just tried it again and it worked.
>
> First I did some experimentation, but in the end I successfully
> created an SDK running both thirdparty-downloads and the installer. I
> have no idea why this didn't work previously, but worked this time. In
> any case, now I have an SDK, and Life Is Good.  :)
>
> As requested by Piotr, I'll hold off on posting the SDK for now.
>
> Thanks for your help!
>
>
>
> On Sun, May 27, 2018 at 5:24 AM, Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
> > That list looked reasonable.  I just downloaded the tar.gz and
> > extracted the files and before running any scripts there were SWCs
> > in frameworks/libs.  If you haven't run any scripts yet, see what is
> > in your frameworks/libs.
> >
> > I think you should run either "ant thirdparty-downloads" or "ant -f
> > installer.xml" but maybe not both.
> >
> > HTH,
> > -Alex
> >
> > On 5/26/18, 10:46 PM, "1600061@gmail.com on behalf of Douglas
> McCarroll"
> > <1600061@gmail.com on behalf of
> > list.apache-flex.001@brightworks.com>
> > wrote:
> >
> >     Alex wrote:
> >
> >     > extract the binary package and before running any scripts post
> > the list
> >     of files at the top level.
> >
> >     Here's the list:
> >
> >     Douglass-MacBook-Pro:apache-flex-sdk-4.16.1-bin
> > douglasmccarroll$ ls
> >
> >     CONTRIBUTING asdoc installer.properties
> >
> >     CONTRIBUTORS bin installer.xml
> >
> >     LICENSE build.properties lib
> >
> >     NOTICE build.xml licenseParts
> >
> >     README env-template.properties samples
> >
> >     RELEASE_NOTES flex-sdk-description.xml templates
> >
> >     ant frameworks
> >
> >     apache-flex-sdk-installer-config.xml ide
> >
> >
> >
> >
> >     On Sun, May 27, 2018 at 12:03 AM, Alex Harui
> > <aharui@adobe.com.invalid
> > >
> >     wrote:
> >
> >     > Delete the folder of extracted files. Then extract the binary
> > package and
> >     > before running any scripts post the list of files at the top level.
> >     >
> >     > Get Outlook for Android<https://na01.safelinks.protection.outlook.
> > com/?url=https%3A%2F%2Faka.ms%2Fghei36&data=02%7C01%7Caharui%40adobe
> > .c om%
> > 7C154c5fcea4314892211a08d5c3953c03%7Cfa7b1b5a7b34438794aed2c178de
> > cee1%7C0%7C0%7C636629968110222550&sdata=2684lfrALyuyzpePuVZiVyWi%
> > 2Fz98e4MTBg19Xx9b0vk%3D&reserved=0>
> >     >
> >     > ________________________________
> >     > From: 1600061@gmail.com <16...@gmail.com> on behalf of Douglas
> >     > McCarroll <li...@brightworks.com>
> >     > Sent: Thursday, May 24, 2018 7:39:49 AM
> >     > To: Flex-Users (Apache)
> >     > Subject: Re: Flex SDK Installer - is it broken?
> >     >
> >     > Hi Piotr & All,
> >     >
> >     > I've downloaded and extracted the
> > apache-flex-sdk-4.16.1-bin.tar.gz file
> >     > from the page you specified.
> >     >
> >     > As the page suggests, I've run "ant thirdparty-downloads" in
> > the frameworks
> >     > subfolder to install optional dependencies. This runs successfully.
> >     >
> >     > When I run "ant -f installer.xml -Dair.sdk.version=29.0
> >     > -Dflash.sdk.version=29.0" in the main folder, I get a message
> > that says
> >     > that the folder "is not an Flex binary package".
> >     >
> >     > When I look in installer.xml I find this in the 'install' target:
> >     >
> >     >     <target name="check-binary" description="Make sure this is a
> > binary
> >     > package">
> >     >         <fail message="${basedir} is not an Flex binary package">
> >     >             <condition>
> >     >                 <not>
> >     >                     <available
> >     > file="${basedir}/frameworks/libs/framework.swc" />
> >     >                 </not>
> >     >             </condition>
> >     >         </fail>
> >     >
> >     > Obviously, it is looking for /frameworks/libs/framework.swc
> > and not finding
> >     > it.
> >     >
> >     > When I look in the libs folder the only file I see there is
> osmf.swc.
> >     >
> >     > Can you tell me what I am doing wrong?
> >     >
> >     > Thanks,
> >     >
> >     > Douglas
> >     >
> >     >
> >     > On Wed, May 23, 2018 at 2:01 AM, Piotr Zarzycki <
> > piotrzarzycki21@gmail.com
> >     > >
> >     > wrote:
> >     >
> >     > > Hi Guys,
> >     > >
> >     > > I have my hands full with other tasks, so not sure when I
> > will find the
> >     > > time to look into that. If you would like to download SDK
> > you have also
> >     > > other option by using ant.
> >     > >
> >     > > 1) Download SDK binaries from here [1]
> >     > > 2) Run in downloaded folder:
> >     > >
> >     > > "ant -f installer.xml -Dair.sdk.version=29.0
> > -Dflash.sdk.version=29.0"
> >     > >
> >     > > [1] https://na01.safelinks.protection.outlook.com/?url=
> >     > https%3A%2F%2Fflex.apache.org%2Fdownload-binaries.html&data=
> >     > 02%7C01%7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e83dd6%
> >     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> > 7C636629225118231214&sdata=
> >     > CZ2vfsQrAtwj5AaG3VT9cEArODajyAAIElVANnCRbMA%3D&reserved=0
> >     > >
> >     > > Thanks,
> >     > >
> >     > > 2018-05-23 1:21 GMT+02:00 lixusnet <ja...@gmail.com>:
> >     > >
> >     > > > I am having the same problem. I used install Flex SDK using the
> >     > installer
> >     > > > without any problems. But now it fails. Sometimes I get
> > connection
> >     > > timeout.
> >     > > > Please helo
> >     > > >
> >     > > >
> >     > > >
> >     > > > --
> >     > > > Sent from: https://na01.safelinks.protection.outlook.com/?url=
> >     > http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%
> >     >
> > 2F&data=02%7C01%7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e8
> > 3dd6%
> >     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> > 7C636629225118231214&sdata=
> >     > e6LPD05%2B9vNyNBYr4A%2FvII99Kbpq97Bx1E9C2Vyydns%3D&reserved=0
> >     > > >
> >     > >
> >     > >
> >     > >
> >     > > --
> >     > >
> >     > > Piotr Zarzycki
> >     > >
> >     > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=
> >     > https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%
> >     > 7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e83dd6%
> >     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> > 7C636629225118231214&sdata=
> >     > 1nVP0JK2G3sl2QIUBH%2FqYQPYY4syZYRsGi1hRSnzyW0%3D&reserved=0
> >     > > <https://na01.safelinks.protection.outlook.com/?url=
> >     > https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%
> >     > 7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e83dd6%
> >     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> > 7C636629225118231214&sdata=
> >     > 1nVP0JK2G3sl2QIUBH%2FqYQPYY4syZYRsGi1hRSnzyW0%3D&reserved=0>*
> >     > >
> >     >
> >
> >
> >
>

Re: Flex SDK Installer - is it broken?

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Urlich,

That is known issue. You need to try install Apache Flex SDK 4.16.1.

Thanks,
Piotr

On Fri, Jun 8, 2018, 8:44 AM Ulrich Andreas <An...@formware.de>
wrote:

> Internal: for project use only
>
> I have to correct myself a bit - the installer continues if I choose
> framework 4.16.0 but crashes during installation with:
>
> Installer version 3.3.1 (windows)
> Using Locale: de_DE
> Ermitteln von mirror URL über CGI-Skript erfolgreich.
> SDK version Apache Flex SDK 4.16.0
> AIR version 28.0
> Flash Player version 28.0
> Erstelle Apache Flex home
> Erstelle Temp Verzeichnis
> Lade Apache Flex SDK von:
> http://archive.apache.org/dist/flex/4.16.0/binaries/apache-flex-sdk-4.16.0-bin.zip
> Verifiziere Apache Flex SDK MD5 Signature
> Die Signatur der heruntergeladenen Dateien stimmt mit der Apache Flex SDK
> MD5 Signatur überein. Die Datei ist gültig.
> Entpacke: C:\dev\apache\flex\4.16.0\temp\apache-flex-sdk-4.16.0-bin.zip
> entpacken abgeschlossen:
> C:\dev\apache\flex\4.16.0\temp\apache-flex-sdk-4.16.0-bin.zip
> Lade Adobe AIR Runtime Kit für Windows von:
> https://airdownload.adobe.com/air/win/download/28.0//AdobeAIRSDK.zip
> Error #1000
> Error: Error #1000
>         at flash.net::URLLoader/onComplete()
> Installation abgebrochen:
> http://flex.apache.org/track-installer.html?failure=true&label=Apache
> Flex SDK 4.16.0&version=4.16.0&os=windows&installerversion=3.3.1&info=Error
> #1000
> Error: Error #1000
>         at flash.net::URLLoader/onComplete()
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: Ulrich Andreas [mailto:Andreas.Ulrich@formware.de]
> Gesendet: Freitag, 8. Juni 2018 08:13
> An: users@flex.apache.org
> Betreff: AW: Flex SDK Installer - is it broken?
>
> Internal: for project use only
>
> Luky you - for me the installer is still broken. It just hangs after the
> first screen and does not come back...
> Trying the second way with the ant command also fails with the massage
> that switching vom http to https is not allowed...
>
> Any help appreciated
>
> Regards
> Andi
>
>
>
> Formware GmbH
> Stangenreiterstraße 2
> 83131 Nußdorf am Inn
> www.formware.de
>
> Geschäftsführer: Björn Röttger, Peter Schindecker, Thomas Stampf Sitz der
> Gesellschaft: 83131 Nußdorf am Inn Registergericht und Reg.Nr.: AG
> Traunstein HRB 5359
>
>
> *** Bitte vormerken: Formware OPEN HOUSE am 20.& 21.09.2018 Infos und
> Anmeldung unter www.formware.de/open-house/
>
> *** Support-Hotline:
> +49 8034 9038-7799 | Mo.-Fr. von 8.00-17.00 Uhr
>
>
> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
> Informationen.
> Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich
> erhalten haben, informieren Sie bitte sofort den Absender und vernichten
> diese Mail.
> Die unerlaubte Weiterverarbeitung, insbesondere durch unerlaubtes
> Kopieren, sowie die unbefugte Weitergabe dieser Mail sind nicht gestattet.
> Informationen gemäß Artt. 13,14 und 21 DSGVO finden Sie unter
> https://www.formware.de/datenschutz/
>
> Bitte denken Sie an die Umwelt, bevor Sie diese Mail drucken.
>
> -----Ursprüngliche Nachricht-----
> Von: 1600061@gmail.com [mailto:1600061@gmail.com] Im Auftrag von Douglas
> McCarroll
> Gesendet: Sonntag, 27. Mai 2018 17:03
> An: Flex-Users (Apache) <us...@flex.apache.org>
> Betreff: Re: Flex SDK Installer - is it broken?
>
> Strange. I just tried it again and it worked.
>
> First I did some experimentation, but in the end I successfully created an
> SDK running both thirdparty-downloads and the installer. I have no idea why
> this didn't work previously, but worked this time. In any case, now I have
> an SDK, and Life Is Good.  :)
>
> As requested by Piotr, I'll hold off on posting the SDK for now.
>
> Thanks for your help!
>
>
>
> On Sun, May 27, 2018 at 5:24 AM, Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
> > That list looked reasonable.  I just downloaded the tar.gz and
> > extracted the files and before running any scripts there were SWCs in
> > frameworks/libs.  If you haven't run any scripts yet, see what is in
> > your frameworks/libs.
> >
> > I think you should run either "ant thirdparty-downloads" or "ant -f
> > installer.xml" but maybe not both.
> >
> > HTH,
> > -Alex
> >
> > On 5/26/18, 10:46 PM, "1600061@gmail.com on behalf of Douglas
> McCarroll"
> > <1600061@gmail.com on behalf of list.apache-flex.001@brightworks.com>
> > wrote:
> >
> >     Alex wrote:
> >
> >     > extract the binary package and before running any scripts post
> > the list
> >     of files at the top level.
> >
> >     Here's the list:
> >
> >     Douglass-MacBook-Pro:apache-flex-sdk-4.16.1-bin douglasmccarroll$
> > ls
> >
> >     CONTRIBUTING asdoc installer.properties
> >
> >     CONTRIBUTORS bin installer.xml
> >
> >     LICENSE build.properties lib
> >
> >     NOTICE build.xml licenseParts
> >
> >     README env-template.properties samples
> >
> >     RELEASE_NOTES flex-sdk-description.xml templates
> >
> >     ant frameworks
> >
> >     apache-flex-sdk-installer-config.xml ide
> >
> >
> >
> >
> >     On Sun, May 27, 2018 at 12:03 AM, Alex Harui
> > <aharui@adobe.com.invalid
> > >
> >     wrote:
> >
> >     > Delete the folder of extracted files. Then extract the binary
> > package and
> >     > before running any scripts post the list of files at the top level.
> >     >
> >     > Get Outlook for Android<https://na01.safelinks.protection.outlook.
> > com/?url=https%3A%2F%2Faka.ms%2Fghei36&data=02%7C01%7Caharui%40adobe.c
> > om% 7C154c5fcea4314892211a08d5c3953c03%7Cfa7b1b5a7b34438794aed2c178de
> > cee1%7C0%7C0%7C636629968110222550&sdata=2684lfrALyuyzpePuVZiVyWi%
> > 2Fz98e4MTBg19Xx9b0vk%3D&reserved=0>
> >     >
> >     > ________________________________
> >     > From: 1600061@gmail.com <16...@gmail.com> on behalf of Douglas
> >     > McCarroll <li...@brightworks.com>
> >     > Sent: Thursday, May 24, 2018 7:39:49 AM
> >     > To: Flex-Users (Apache)
> >     > Subject: Re: Flex SDK Installer - is it broken?
> >     >
> >     > Hi Piotr & All,
> >     >
> >     > I've downloaded and extracted the
> > apache-flex-sdk-4.16.1-bin.tar.gz file
> >     > from the page you specified.
> >     >
> >     > As the page suggests, I've run "ant thirdparty-downloads" in the
> > frameworks
> >     > subfolder to install optional dependencies. This runs successfully.
> >     >
> >     > When I run "ant -f installer.xml -Dair.sdk.version=29.0
> >     > -Dflash.sdk.version=29.0" in the main folder, I get a message
> > that says
> >     > that the folder "is not an Flex binary package".
> >     >
> >     > When I look in installer.xml I find this in the 'install' target:
> >     >
> >     >     <target name="check-binary" description="Make sure this is a
> > binary
> >     > package">
> >     >         <fail message="${basedir} is not an Flex binary package">
> >     >             <condition>
> >     >                 <not>
> >     >                     <available
> >     > file="${basedir}/frameworks/libs/framework.swc" />
> >     >                 </not>
> >     >             </condition>
> >     >         </fail>
> >     >
> >     > Obviously, it is looking for /frameworks/libs/framework.swc and
> > not finding
> >     > it.
> >     >
> >     > When I look in the libs folder the only file I see there is
> osmf.swc.
> >     >
> >     > Can you tell me what I am doing wrong?
> >     >
> >     > Thanks,
> >     >
> >     > Douglas
> >     >
> >     >
> >     > On Wed, May 23, 2018 at 2:01 AM, Piotr Zarzycki <
> > piotrzarzycki21@gmail.com
> >     > >
> >     > wrote:
> >     >
> >     > > Hi Guys,
> >     > >
> >     > > I have my hands full with other tasks, so not sure when I will
> > find the
> >     > > time to look into that. If you would like to download SDK you
> > have also
> >     > > other option by using ant.
> >     > >
> >     > > 1) Download SDK binaries from here [1]
> >     > > 2) Run in downloaded folder:
> >     > >
> >     > > "ant -f installer.xml -Dair.sdk.version=29.0
> > -Dflash.sdk.version=29.0"
> >     > >
> >     > > [1] https://na01.safelinks.protection.outlook.com/?url=
> >     > https%3A%2F%2Fflex.apache.org%2Fdownload-binaries.html&data=
> >     > 02%7C01%7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e83dd6%
> >     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> > 7C636629225118231214&sdata=
> >     > CZ2vfsQrAtwj5AaG3VT9cEArODajyAAIElVANnCRbMA%3D&reserved=0
> >     > >
> >     > > Thanks,
> >     > >
> >     > > 2018-05-23 1:21 GMT+02:00 lixusnet <ja...@gmail.com>:
> >     > >
> >     > > > I am having the same problem. I used install Flex SDK using the
> >     > installer
> >     > > > without any problems. But now it fails. Sometimes I get
> > connection
> >     > > timeout.
> >     > > > Please helo
> >     > > >
> >     > > >
> >     > > >
> >     > > > --
> >     > > > Sent from: https://na01.safelinks.protection.outlook.com/?url=
> >     > http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%
> >     >
> > 2F&data=02%7C01%7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e8
> > 3dd6%
> >     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> > 7C636629225118231214&sdata=
> >     > e6LPD05%2B9vNyNBYr4A%2FvII99Kbpq97Bx1E9C2Vyydns%3D&reserved=0
> >     > > >
> >     > >
> >     > >
> >     > >
> >     > > --
> >     > >
> >     > > Piotr Zarzycki
> >     > >
> >     > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=
> >     > https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%
> >     > 7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e83dd6%
> >     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> > 7C636629225118231214&sdata=
> >     > 1nVP0JK2G3sl2QIUBH%2FqYQPYY4syZYRsGi1hRSnzyW0%3D&reserved=0
> >     > > <https://na01.safelinks.protection.outlook.com/?url=
> >     > https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%
> >     > 7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e83dd6%
> >     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> > 7C636629225118231214&sdata=
> >     > 1nVP0JK2G3sl2QIUBH%2FqYQPYY4syZYRsGi1hRSnzyW0%3D&reserved=0>*
> >     > >
> >     >
> >
> >
> >
>

AW: Flex SDK Installer - is it broken?

Posted by Ulrich Andreas <An...@formware.de>.
Internal: for project use only

I have to correct myself a bit - the installer continues if I choose framework 4.16.0 but crashes during installation with:

Installer version 3.3.1 (windows)
Using Locale: de_DE
Ermitteln von mirror URL über CGI-Skript erfolgreich.
SDK version Apache Flex SDK 4.16.0
AIR version 28.0
Flash Player version 28.0
Erstelle Apache Flex home
Erstelle Temp Verzeichnis
Lade Apache Flex SDK von: http://archive.apache.org/dist/flex/4.16.0/binaries/apache-flex-sdk-4.16.0-bin.zip
Verifiziere Apache Flex SDK MD5 Signature
Die Signatur der heruntergeladenen Dateien stimmt mit der Apache Flex SDK MD5 Signatur überein. Die Datei ist gültig.
Entpacke: C:\dev\apache\flex\4.16.0\temp\apache-flex-sdk-4.16.0-bin.zip
entpacken abgeschlossen: C:\dev\apache\flex\4.16.0\temp\apache-flex-sdk-4.16.0-bin.zip
Lade Adobe AIR Runtime Kit für Windows von: https://airdownload.adobe.com/air/win/download/28.0//AdobeAIRSDK.zip
Error #1000
Error: Error #1000
	at flash.net::URLLoader/onComplete()
Installation abgebrochen: http://flex.apache.org/track-installer.html?failure=true&label=Apache Flex SDK 4.16.0&version=4.16.0&os=windows&installerversion=3.3.1&info=Error #1000
Error: Error #1000
	at flash.net::URLLoader/onComplete()



-----Ursprüngliche Nachricht-----
Von: Ulrich Andreas [mailto:Andreas.Ulrich@formware.de] 
Gesendet: Freitag, 8. Juni 2018 08:13
An: users@flex.apache.org
Betreff: AW: Flex SDK Installer - is it broken?

Internal: for project use only

Luky you - for me the installer is still broken. It just hangs after the first screen and does not come back...
Trying the second way with the ant command also fails with the massage that switching vom http to https is not allowed...

Any help appreciated

Regards
Andi



Formware GmbH
Stangenreiterstraße 2
83131 Nußdorf am Inn
www.formware.de

Geschäftsführer: Björn Röttger, Peter Schindecker, Thomas Stampf Sitz der Gesellschaft: 83131 Nußdorf am Inn Registergericht und Reg.Nr.: AG Traunstein HRB 5359


*** Bitte vormerken: Formware OPEN HOUSE am 20.& 21.09.2018 Infos und Anmeldung unter www.formware.de/open-house/

*** Support-Hotline:
+49 8034 9038-7799 | Mo.-Fr. von 8.00-17.00 Uhr


Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen.
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten diese Mail.
Die unerlaubte Weiterverarbeitung, insbesondere durch unerlaubtes Kopieren, sowie die unbefugte Weitergabe dieser Mail sind nicht gestattet.
Informationen gemäß Artt. 13,14 und 21 DSGVO finden Sie unter https://www.formware.de/datenschutz/

Bitte denken Sie an die Umwelt, bevor Sie diese Mail drucken.

-----Ursprüngliche Nachricht-----
Von: 1600061@gmail.com [mailto:1600061@gmail.com] Im Auftrag von Douglas McCarroll
Gesendet: Sonntag, 27. Mai 2018 17:03
An: Flex-Users (Apache) <us...@flex.apache.org>
Betreff: Re: Flex SDK Installer - is it broken?

Strange. I just tried it again and it worked.

First I did some experimentation, but in the end I successfully created an SDK running both thirdparty-downloads and the installer. I have no idea why this didn't work previously, but worked this time. In any case, now I have an SDK, and Life Is Good.  :)

As requested by Piotr, I'll hold off on posting the SDK for now.

Thanks for your help!



On Sun, May 27, 2018 at 5:24 AM, Alex Harui <ah...@adobe.com.invalid>
wrote:

> That list looked reasonable.  I just downloaded the tar.gz and 
> extracted the files and before running any scripts there were SWCs in 
> frameworks/libs.  If you haven't run any scripts yet, see what is in 
> your frameworks/libs.
>
> I think you should run either "ant thirdparty-downloads" or "ant -f 
> installer.xml" but maybe not both.
>
> HTH,
> -Alex
>
> On 5/26/18, 10:46 PM, "1600061@gmail.com on behalf of Douglas McCarroll"
> <1600061@gmail.com on behalf of list.apache-flex.001@brightworks.com>
> wrote:
>
>     Alex wrote:
>
>     > extract the binary package and before running any scripts post 
> the list
>     of files at the top level.
>
>     Here's the list:
>
>     Douglass-MacBook-Pro:apache-flex-sdk-4.16.1-bin douglasmccarroll$ 
> ls
>
>     CONTRIBUTING asdoc installer.properties
>
>     CONTRIBUTORS bin installer.xml
>
>     LICENSE build.properties lib
>
>     NOTICE build.xml licenseParts
>
>     README env-template.properties samples
>
>     RELEASE_NOTES flex-sdk-description.xml templates
>
>     ant frameworks
>
>     apache-flex-sdk-installer-config.xml ide
>
>
>
>
>     On Sun, May 27, 2018 at 12:03 AM, Alex Harui 
> <aharui@adobe.com.invalid
> >
>     wrote:
>
>     > Delete the folder of extracted files. Then extract the binary 
> package and
>     > before running any scripts post the list of files at the top level.
>     >
>     > Get Outlook for Android<https://na01.safelinks.protection.outlook.
> com/?url=https%3A%2F%2Faka.ms%2Fghei36&data=02%7C01%7Caharui%40adobe.c
> om% 7C154c5fcea4314892211a08d5c3953c03%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636629968110222550&sdata=2684lfrALyuyzpePuVZiVyWi%
> 2Fz98e4MTBg19Xx9b0vk%3D&reserved=0>
>     >
>     > ________________________________
>     > From: 1600061@gmail.com <16...@gmail.com> on behalf of Douglas
>     > McCarroll <li...@brightworks.com>
>     > Sent: Thursday, May 24, 2018 7:39:49 AM
>     > To: Flex-Users (Apache)
>     > Subject: Re: Flex SDK Installer - is it broken?
>     >
>     > Hi Piotr & All,
>     >
>     > I've downloaded and extracted the 
> apache-flex-sdk-4.16.1-bin.tar.gz file
>     > from the page you specified.
>     >
>     > As the page suggests, I've run "ant thirdparty-downloads" in the 
> frameworks
>     > subfolder to install optional dependencies. This runs successfully.
>     >
>     > When I run "ant -f installer.xml -Dair.sdk.version=29.0
>     > -Dflash.sdk.version=29.0" in the main folder, I get a message 
> that says
>     > that the folder "is not an Flex binary package".
>     >
>     > When I look in installer.xml I find this in the 'install' target:
>     >
>     >     <target name="check-binary" description="Make sure this is a
> binary
>     > package">
>     >         <fail message="${basedir} is not an Flex binary package">
>     >             <condition>
>     >                 <not>
>     >                     <available
>     > file="${basedir}/frameworks/libs/framework.swc" />
>     >                 </not>
>     >             </condition>
>     >         </fail>
>     >
>     > Obviously, it is looking for /frameworks/libs/framework.swc and 
> not finding
>     > it.
>     >
>     > When I look in the libs folder the only file I see there is osmf.swc.
>     >
>     > Can you tell me what I am doing wrong?
>     >
>     > Thanks,
>     >
>     > Douglas
>     >
>     >
>     > On Wed, May 23, 2018 at 2:01 AM, Piotr Zarzycki < 
> piotrzarzycki21@gmail.com
>     > >
>     > wrote:
>     >
>     > > Hi Guys,
>     > >
>     > > I have my hands full with other tasks, so not sure when I will 
> find the
>     > > time to look into that. If you would like to download SDK you 
> have also
>     > > other option by using ant.
>     > >
>     > > 1) Download SDK binaries from here [1]
>     > > 2) Run in downloaded folder:
>     > >
>     > > "ant -f installer.xml -Dair.sdk.version=29.0 
> -Dflash.sdk.version=29.0"
>     > >
>     > > [1] https://na01.safelinks.protection.outlook.com/?url=
>     > https%3A%2F%2Fflex.apache.org%2Fdownload-binaries.html&data=
>     > 02%7C01%7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e83dd6%
>     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636629225118231214&sdata=
>     > CZ2vfsQrAtwj5AaG3VT9cEArODajyAAIElVANnCRbMA%3D&reserved=0
>     > >
>     > > Thanks,
>     > >
>     > > 2018-05-23 1:21 GMT+02:00 lixusnet <ja...@gmail.com>:
>     > >
>     > > > I am having the same problem. I used install Flex SDK using the
>     > installer
>     > > > without any problems. But now it fails. Sometimes I get 
> connection
>     > > timeout.
>     > > > Please helo
>     > > >
>     > > >
>     > > >
>     > > > --
>     > > > Sent from: https://na01.safelinks.protection.outlook.com/?url=
>     > http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%
>     >
> 2F&data=02%7C01%7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e8
> 3dd6%
>     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636629225118231214&sdata=
>     > e6LPD05%2B9vNyNBYr4A%2FvII99Kbpq97Bx1E9C2Vyydns%3D&reserved=0
>     > > >
>     > >
>     > >
>     > >
>     > > --
>     > >
>     > > Piotr Zarzycki
>     > >
>     > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=
>     > https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%
>     > 7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e83dd6%
>     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636629225118231214&sdata=
>     > 1nVP0JK2G3sl2QIUBH%2FqYQPYY4syZYRsGi1hRSnzyW0%3D&reserved=0
>     > > <https://na01.safelinks.protection.outlook.com/?url=
>     > https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%
>     > 7Caharui%40adobe.com%7Ca816db683efd473420ed08d5c2e83dd6%
>     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636629225118231214&sdata=
>     > 1nVP0JK2G3sl2QIUBH%2FqYQPYY4syZYRsGi1hRSnzyW0%3D&reserved=0>*
>     > >
>     >
>
>
>