Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-31 Thread Alex Harui
Hi Piotr, Congratulations on fixing the Installer! Have you seen it work on both Mac and Win? Before you go to the trouble of creating release candidates, it is better for others to review the source package and binaries. Is apacheflexbuild creating packages? If so, we should have folks look t

[LAST CALL] Apache Flex SDK 4.16.1

2017-10-31 Thread Piotr Zarzycki
Hi All, It looks like we are ready to start process of release Apache Flex SDK 4.16.1 with quite important bug fix which helps downloading Adobe Air greater than 23.0. [1][2]. If there is anything you would like to add to this release please post it in that thread and we will see what can be done

Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-31 Thread Piotr Zarzycki
I was able to update manually MD5 for Flash Player 27.0, Adobe Air 27.0. Installer 3.3 is able to download it nicely with Nightly build of SDK. Now I would like to make an RC1 for installer. I see instruction [1]. "You need to obtain the installapacheflex_self.p12 file and its password from the pr

Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-31 Thread Alex Harui
The cache value comes from. Http header. It is easier to put in fake value then run the app Get Outlook for Android From: Piotr Zarzycki Sent: Tuesday, October 31, 2017 2:55:09 PM To: dev@flex.apache.org Subject: Re: [Discuss] Release A

Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-31 Thread Piotr Zarzycki
How can I manually check those values ? cacheID="1a12cc0c-5576793ff665c" cacheID2="d16a2ff-5304155c7d928". If I could manually check everything in somehow I could proceed with release and fix MD5Checker later. 1) I'm downloading Adobe Air 2) Compute MD5 myself yes ? Later what am I doing with the

Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-31 Thread Piotr Zarzycki
Alex, It look like MD5Checker experiencing similar issue as installer. The difference is that installer had out of memory in case of unzipping and MD5Checker has that problem in case of loading url request. When "redownload" is launched MD5Checker is being blown up! In order to fix that maybe I w

Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-31 Thread Alex Harui
You put in the md5 for that AIR SDK. What I do is make sure I can run MD5Checker locally. Then I stick in some other md5, publish sdk-installer-config-4.0.xml and run MD5Checker locally. It will tell you how to fix up the md5 as well as the cacheID value. I've published some notes here: https:/

Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-31 Thread Piotr Zarzycki
Alex, I'm asking what should I put in that tags a0a0ae42410c90315e895e1bcabfe896 of sdk-installer-config-4.0.xml file ? Piotr 2017-10-31 18:57 GMT+01:00 Alex Harui : > Hi Piotr, > > I'm not quite sure what you are asking. To add newer AIR SDKs to the list > of choices, add new entries in sdk

Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-31 Thread Alex Harui
Hi Piotr, I'm not quite sure what you are asking. To add newer AIR SDKs to the list of choices, add new entries in sdk-installer-config-4.0.xml on our website. To get the Installer to offer a particular AIR SDK version as he default, you also change a setting in sdk-installer-config-4.0.xml. To

Re: [Discuss] Release Apache Flex and Apache Flex Installer

2017-10-31 Thread Piotr Zarzycki
Update version in the SDK and installer is done. I'm wondering now how can I update installer to have the newest Adobe Air SDK version ? I see there for Windows and Mac version md5, are we generate those ourselves ? Thanks, Piotr 2017-10-30 21:41 GMT+01:00 Carlos Rovira : > Hi Piotr, > > I think

[GitHub] flex-sdk issue #46: Fix issue with Spark Grid scrolling/alignment when using...

2017-10-31 Thread pzahra
Github user pzahra commented on the issue: https://github.com/apache/flex-sdk/pull/46 Sure, I deleted that particular sandbox a while ago but I can describe it. Start with the old s:DataGrid, give it a dataset large enough to give it a nice long pair of scrollbars. Now set a couple of

[LAST CALL] Apache Flex SDK Installer 3.3

2017-10-31 Thread Piotr Zarzycki
Hi Folks, This is the official last call for any and all features, fixes and other changes that need to be made to the installer to get it ready to release. The last successful build can be found here [1]. There is only one fix for the installer [2]. You can test it by trying to download Nightly

[GitHub] flex-sdk issue #46: Fix issue with Spark Grid scrolling/alignment when using...

2017-10-31 Thread Harbs
Github user Harbs commented on the issue: https://github.com/apache/flex-sdk/pull/46 Thanks for this. Do you have a small test case that demonstrates the improved behavior? ---