Re: [Discuss] Release Apache Flex SDK Installer 3.3 - RC1*

2017-11-07 Thread OmPrakash Muppirala
Testing on Windows 10. I am seeing this error: Installer version 3.3.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 23.0 Flash Player version 23.0 Creating Apache Flex home Creating temporary directory Downloading

Re: [LAST CALL] Apache Flex SDK 4.16.1

2017-11-07 Thread Alex Harui
Sounds like you are having trouble with Exec on Windows. Wasn't the signing executable also hanging for the installer signing? What version of Ant are you using? Run some simple ant scripts that launch other apps. I saw on Apache Ant forums that some version of Ant did have hanging issues.

Re: [VOTE] Release Apache Flex SDK Installer 3.3 - RC1

2017-11-07 Thread Alex Harui
+1 Package https://dist.apache.org/repos/dist/dev/flex/installer/3.3/rc1/apache-flex-s dk-installer-3.3.0-src.tar.gz Java 1.8 OS: Mac OS X x86_64 10.12.5 Source kit signatures match: y Source kit builds: y README is ok: y RELEASE_NOTES is ok: y NOTICE is ok: y LICENSE is ok: y No unapproved

Re: [LAST CALL] Apache Flex SDK 4.16.1

2017-11-07 Thread Piotr Zarzycki
I was started to prepare RC1 for SDK. I run build ant -f build.xml release on Windows 10 and it's stuck completely on target PackageMXP.[1] Anyone experience something like that ? Target look like that [2]. I was waiting about 40 min and nothing happened. [1] https://paste.apache.org/nhxl [2]

Re: [Discuss] Release Apache Flex SDK Installer 3.3 - RC1*

2017-11-07 Thread Alex Harui
AFAICT, the releasecandidate.xml is not signing the binaries, it is calling build.xml to build and sign the binaries, tag the repo, etc. It is just scripting the steps an RM would otherwise do manually. -Alex On 11/7/17, 8:40 AM, "Piotr Zarzycki" wrote: >Hi Alex, >

Re: [Discuss] Release Apache Flex SDK Installer 3.3 - RC1*

2017-11-07 Thread Piotr Zarzycki
Never mind I figure out why there is sign in releasecandidate.xml. Thanks, Piotr 2017-11-07 17:40 GMT+01:00 Piotr Zarzycki : > Hi Alex, > > Just move our discussion here. I was started to think more about that - > since our build.xml script is signing our binary

Re: [Discuss] Release Apache Flex SDK Installer 3.3 - RC1*

2017-11-07 Thread Piotr Zarzycki
Hi Alex, Just move our discussion here. I was started to think more about that - since our build.xml script is signing our binary artifacts, why we are doing this once again in releasecandidate.xml script ? What actually is the purpose ? Thanks, Piotr 2017-11-06 20:49 GMT+01:00 Piotr Zarzycki