Installer license agreements list empty

2020-05-19 Thread Jeff Gomes
I just tried to install a new copy of the SDK so I could overlay the latest Harman release.  When I get to the License Agreements step, the left pane is completely empty.  I'm guessing Adobe must have moved something.  Is this fixable? ~ Jeff

Re: Installer license agreements list empty

2020-05-25 Thread leokan23
I have the same issue as well. I keep an archive of Flex 4.16.1 with AIR 32 as a clean install to copy for new versions. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Installer license agreements list empty

2020-05-25 Thread Jeff Gomes
Thanks for the tip.  I finally figured out that I still have a version like that, so for now I do the same thing.  Not a confidence builder, though! On 5/25/20 05:10, leokan23 wrote: I have the same issue as well. I keep an archive of Flex 4.16.1 with AIR 32 as a clean install to copy for new

Re: Installer license agreements list empty

2020-05-25 Thread Alex Harui
I debugged into it. Apache moved downloads to a new domain (downloads.a.o instead of a.o/dist) We use URLLoader to fetch the license data. We get a 302 redirect back. I thought URLLoader would follow the redirect. Ideas for a workaround are welcome. -Alex On 5/25/20, 9:59 AM, "Jeff Gomes"

Re: Installer license agreements list empty

2020-05-25 Thread Jeff Gomes
Following redirects is supposed to be the default behavior for the URLRequest class.  So I don't know why it would fail unless that property was deliberately set to false. On 5/25/20 15:33, Alex Harui wrote: I debugged into it. Apache moved downloads to a new domain (downloads.a.o instead of

Re: Installer license agreements list empty

2020-05-25 Thread Alex Harui
I misread the code. We are using the custom loader which apparently doesn't handle the redirect. We'd have to cut a new release to get this to work again. You should be able to use the Ant-based installer as an alternative. -Alex On 5/25/20, 5:32 PM, "Jeff Gomes" wrote: Following redi

Re: Installer license agreements list empty

2020-05-26 Thread Jeff Gomes
Thanks for letting us know. ~ Jeff On 5/25/20 21:48, Alex Harui wrote: I misread the code. We are using the custom loader which apparently doesn't handle the redirect. We'd have to cut a new release to get this to work again. You should be able to use the Ant-based installer as an alternat

Re: Installer license agreements list empty

2020-05-30 Thread albertolo
Hi, is there a way that you could share your archive of flex 4.16.1 I am helping a client with an old app, but I have no backup of the archive. thanks Alberto -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Installer license agreements list empty

2020-05-30 Thread Angelo Lazzari
Hi, did you try with this https://blogs.apache.org/flex/entry/apache-flex-4-16-1 ? From there you can reach the flex version archive you need. Angelo Verify the correspondence

Re: Installer license agreements list empty

2020-05-30 Thread Alex Harui
Hi. For various reasons, Apache Flex provides packages that are different than what Adobe Flex provided. Adobe Flex could just be unzipped and pointed to from an IDE. With Apache Flex there is an additional step: the Adobe dependencies (playerglobal.swc and Adobe AIR SDK) have to be download

Re: Installer license agreements list empty

2020-06-01 Thread albertolo
I' have followed the instructions on that document without luck. I have change some variables value and made it to compile but when I try to prepare it to use it in the IDE i get the following error: This is the ant command I executed: ant -f installer.xml -Dflash.sdk.version=32.0 -Dair.sdk.ver

Re: Installer license agreements list empty

2020-06-03 Thread Alex Harui
It worked for me on my Mac. I will try Windows tomorrow. Add the -v option so we can see more details. ant -v -f installer.xml -Dflash.sdk.version=32.0 -Dair.sdk.version=32.0 Thanks, -Alex On 6/1/20, 3:48 PM, "albertolo" wrote: I' have followed the instructions on that document wi

Re: Installer license agreements list empty

2020-06-03 Thread Alex Harui
I tried it on Windows too and it worked for me. Could it be that you expanded the binary zip into an existing folder that had some other files in it? If you want to debug it, try adding the -v option and post a link to the output ant -v -f installer.xml -Dflash.sdk.version=32.0 -Dair.sdk.

Re: Installer license agreements list empty

2020-06-11 Thread albertolo
Thanks for your help. It worked. I already installed on Flash Builder, I generate my ipa, but it does not install, Is there any other steps that I have to do when installing the SDK. My ipad is IOS 12, and I used Adobe Air 32 Thanks Alberto -- Sent from: http://apache-flex-users.24

Re: Installer license agreements list empty

2020-06-11 Thread Alex Harui
I don't know about the IPA stuff. I recommend that you ask on this list with a different subject line. Thanks, -Alex On 6/11/20, 5:47 PM, "albertolo" wrote: Thanks for your help. It worked. I already installed on Flash Builder, I generate my ipa, but it does not install, I