Re: 4.16.0 Windows Install issues (was Re: [ANNOUNCE] Apache Flex 4.16.0 released)

2017-03-26 Thread Vincent Sotto
just add option to select mirror, rise and eu mirror did not work for me, but us did http://www-eu.apache.org/dist/flex/4.16.0/binaries/apache-flex-sdk-4.16.0-bin.zip http://mirror.rise.ph/apache/flex/4.16.0/binaries/apache-flex-sdk-4.16.0-bin.zip while this worked http://www-us.apache.org/dist/

Re: 4.16.0 Windows Install issues (was Re: [ANNOUNCE] Apache Flex 4.16.0 released)

2017-03-25 Thread Alex Harui
On 3/25/17, 9:19 AM, "piotrz" wrote: >I was referring to the idea where we stay with current installer as is and >popup with the message to the user if problems during download occurs. > >Message could contains link to the zip. I don't think the current installer knows how to pop up a message.

Re: 4.16.0 Windows Install issues (was Re: [ANNOUNCE] Apache Flex 4.16.0 released)

2017-03-25 Thread piotrz
I was referring to the idea where we stay with current installer as is and popup with the message to the user if problems during download occurs. Message could contains link to the zip. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-d

Re: 4.16.0 Windows Install issues (was Re: [ANNOUNCE] Apache Flex 4.16.0 released)

2017-03-25 Thread Alex Harui
On 3/25/17, 9:05 AM, "piotrz" wrote: >Alex, > >Can we exact specify if user face this problem ? Maybe we could do this >zip >file, and notify user by popup - Hey you have to download 64 bit >installer. > >In the other words zip file is best option for me. I'm not sure what kind of popup you ar

Re: 4.16.0 Windows Install issues (was Re: [ANNOUNCE] Apache Flex 4.16.0 released)

2017-03-25 Thread piotrz
Alex, Can we exact specify if user face this problem ? Maybe we could do this zip file, and notify user by popup - Hey you have to download 64 bit installer. In the other words zip file is best option for me. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in contex

Re: [ANNOUNCE] Apache Flex 4.16.0 released

2017-03-22 Thread Vincent Sotto
so its a mirror issue, tried to download 2 mirrors and it stops at 40mb, the 3rd mirror worked fine. righclick the apache installer and set my cache directory manually, put file apache-flex-sdk-4.16.0-bin.zip to folder flex\4.16.0\binaries in the specified cache folder, try to install again and it

Re: 4.16.0 Windows Install issues (was Re: [ANNOUNCE] Apache Flex 4.16.0 released)

2017-03-21 Thread Alex Harui
Can you explain in more detail what steps you would take? Thanks, -Alex On 3/20/17, 1:30 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >We could do a patch release that does not add any new feature for the 64 >bit installer binary. > >We would need to bump up the version so th

Re: 4.16.0 Windows Install issues (was Re: [ANNOUNCE] Apache Flex 4.16.0 released)

2017-03-20 Thread OmPrakash Muppirala
We could do a patch release that does not add any new feature for the 64 bit installer binary. We would need to bump up the version so that the auto update functionality would be triggered. In this we probably don't even need a source release as we will only be modifying the convenience binaries.

4.16.0 Windows Install issues (was Re: [ANNOUNCE] Apache Flex 4.16.0 released)

2017-03-20 Thread Alex Harui
Renaming thread. On next post I will drop the [ANNOUNCE] tag so we don't fill the inboxes of those using an Announce filter. So, I have heard back from my internal contacts. There is no plan to allow the packaging of a 64-bit app the way we package the 32-bit Installer. Essentially, that means

Re: [ANNOUNCE] Apache Flex 4.16.0 released

2017-03-20 Thread Alex Harui
Please try clearing your browser caches. I've seen that help on occasion. Also check your log and see if it is choosing a mirror that is reasonably close to you. If it picks a bad mirror the odds of a bad download is higher. You can try downloading the binary artifact [1], expanding it and usin

Re: [ANNOUNCE] Apache Flex 4.16.0 released

2017-03-20 Thread Vincent Sotto
tried at work and at home, same "The Apache Flex SDK MD5 Signature of the downloaded files does not match the reference value. The file is invalid, installation is aborted. Installation aborted" Im from asia/ph if that does matter. running win10 64bit, 10mpbs connection On Mon, Mar 20, 2017 at 1:

Re: [ANNOUNCE] Apache Flex 4.16.0 released

2017-03-19 Thread Alex Harui
An update: I was able to generate a 64-bit bundle, but not an installer EXE that installs a 64-bit app. It seems to generate a 32-bit app. Has anyone seen any info on creating an installer EXE for a 64-bit app? I'll ask internally at Adobe as well. Thanks, -Alex On 3/18/17, 9:33 PM, "Alex Haru

Re: [ANNOUNCE] Apache Flex 4.16.0 released

2017-03-19 Thread Justin Mclean
Hi, > Downloading Apache Flex SDK from: > http://mirror.rise.ph/apache/flex/4.16.0/binaries/apache-flex-sdk-4.16.0-bin.zip > Verifying Apache Flex SDK MD5 Signature > The Apache Flex SDK MD5 Signature of the downloaded files does not match > the reference value. The file is invalid, installation i

Re: [ANNOUNCE] Apache Flex 4.16.0 released

2017-03-19 Thread Vincent Sotto
could not install, says file does not match Installer version 3.2.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. SDK version Apache Flex SDK 4.16.0 AIR version 2.6 Flash Player version 10.2 Creating Apache Flex home Creating temporary directory Downloading Apache

Re: [ANNOUNCE] Apache Flex 4.16.0 released

2017-03-18 Thread Alex Harui
I haven't tried clear(). I'm trying to see if 64-bit will work because then I think we can just deploy a new binary instead of having to go through an entire release process. I spent some time this afternoon and could not get the AIR 25 SDK Beta with 64-bit support to actually generate a 64-bit e

Re: [ANNOUNCE] Apache Flex 4.16.0 released

2017-03-18 Thread Josh Tynjala
I wonder if it would help to call clear() on the URLLoader's ByteArray in the Get AntOnAIR task after we save it to a file. While it's supposed to be GCed eventually, clearing the memory immediately is probably a good idea with these large files. I've had succuss doing something similar in cases wh

Re: [ANNOUNCE] Apache Flex 4.16.0 released

2017-03-18 Thread Alex Harui
Do any of the Windows platforms we support not handle 64-bit apps? Windows Server 2008 for example? Otherwise, it seems like we should rebuild the Windows Installer on a 64-bit AIR version and replace the 32-bit one that we've deployed? Thoughts? -Alex On 3/17/17, 3:46 PM, "piotrz" wrote: >Hi

Re: [ANNOUNCE] Apache Flex 4.16.0 released

2017-03-17 Thread piotrz
Hi :), Can someone post also this information to our Facebook fan page ? Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/ANNOUNCE-Apache-Flex-4-16-0-released-tp60427p60557.html Sent from the Ap

Re: 4.16.0 Install issues (was Re: [ANNOUNCE] Apache Flex 4.16.0 released)

2017-03-16 Thread OmPrakash Muppirala
You can use FP/AIR 23 and older then use one of the upgrade scripts. +1 for this approach. I think we should add these steps to a wiki page and keep it handy for folks who want this. In fact, simply copying over a different AIR SDK should work as well. Thanks, Om

Re: 4.16.0 Install issues (was Re: [ANNOUNCE] Apache Flex 4.16.0 released)

2017-03-16 Thread Alex Harui
On 3/16/17, 12:25 PM, "Nicholas Kwiatkowski" wrote: >I think there is some reason to use very old versions of AIR ( < 4), but >between AIR 4 and 23 it should be ok. Do you know if it effects the old >ones (which still support some older OSs)? Probably. The issue is the installer script trie

Re: 4.16.0 Install issues (was Re: [ANNOUNCE] Apache Flex 4.16.0 released)

2017-03-16 Thread Nicholas Kwiatkowski
I think there is some reason to use very old versions of AIR ( < 4), but between AIR 4 and 23 it should be ok. Do you know if it effects the old ones (which still support some older OSs)? -Nick On Thu, Mar 16, 2017 at 2:54 PM, Alex Harui wrote: > Adding dev@... > > I just noticed that there i

4.16.0 Install issues (was Re: [ANNOUNCE] Apache Flex 4.16.0 released)

2017-03-16 Thread Alex Harui
Adding dev@... I just noticed that there is a bug in the installer.xml and the Installer will not install 4.16.0 on Mac with FP/AIR 23 and older. It will only work with FP/AIR 24 and newer. I haven't tried Windows, but it should be ok. I am hopeful very few people will want to install 4.16 with

Re: [ANNOUNCE] Apache Flex 4.16.0 released

2017-03-16 Thread bschleicher
Hi! I had problems with the subscribtion of the mailing list. Sorry if this message is now a cross-posting. Thanks for the release of the Flex SDK 4.16.0 On the same day of the Flex SDK release, Adobe has released AIR SDK 25.0. It would be nice if somone will update the installer to support the

Re: [ANNOUNCE] Apache Flex 4.16.0 released

2017-03-15 Thread Carlos Rovira
Hi, just tweeted some minutes ago in our official Twitter Account. Please retweet to help spread the word. Thanks for making this possible. Carlos 2017-03-15 4:41 GMT+01:00 Justin Mclean : > Hi, > > The Apache Flex community is pleased to announce the release of Apache > Flex SDK 4.16.0 > > T

[ANNOUNCE] Apache Flex 4.16.0 released

2017-03-14 Thread Justin Mclean
Hi, The Apache Flex community is pleased to announce the release of Apache Flex SDK 4.16.0 The Apache Flex SDK is a highly productive, open source application framework for building and maintaining expressive applications that deploy consistently on all major browsers, desktops and devices (inclu