Re: [Announce] Apache Flex SDK Installer 3.3.1 Released

2018-05-08 Thread Bink
Thanks for all your work on this Piotr.

Unfortunately, installed 3.3.1 is failing for me at the point of "Flash SDK"
download (for AIR29).  I'm running this under Windows 10 and I've tried it
on two different systems.  Coming back to it a day later hasn't helped
either (I know sometimes hashes are out of sync).

This is the error it's outputting:

/Installer version 3.3.1 (windows)
Using Locale: en_AU
Fetched the SDK download mirror URL from the CGI.
SDK version Apache Flex SDK 4.16.1
AIR version 29.0
Flash Player version 29.0
Creating Apache Flex home
Creating temporary directory
Downloading Apache Flex SDK from:
http://mirror.intergrid.com.au/apache/flex/4.16.1/binaries/apache-flex-sdk-4.16.1-bin.zip
Verifying Apache Flex SDK MD5 Signature
The Apache Flex SDK MD5 Signature of the downloaded files matches the
reference. The file is valid.
Unzipping: C:\Flex-4.16.1_AIR29\temp\apache-flex-sdk-4.16.1-bin.zip
Finished unzipping: C:\Flex-4.16.1_AIR29\temp\apache-flex-sdk-4.16.1-bin.zip
Downloading Adobe AIR Runtime Kit for Windows from:
http://airdownload.adobe.com/air/win/download/29.0//AdobeAIRSDK.zip
Validating download: C:\Flex-4.16.1_AIR29/in/AdobeAIRSDK.zip
Finished unzipping: C:\Flex-4.16.1_AIR29/in/AdobeAIRSDK.zip
Installing Adobe Flash Player playerglobal.swc from:
http://fpdownload.macromedia.com/get/flashplayer/updaters/29//playerglobal29_0.swc
Validating download:
C:\Flex-4.16.1_AIR29/frameworks/libs/player/29.0/playerglobal.swc
Flash SDK download failed
Aborting Installation:
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=&info=Flash%20SDK%20download%20failed/




--
Sent from: http://apache-flex-development.247.n4.nabble.com/


Re: [Announce] Apache Flex SDK Installer 3.3.1 Released

2018-05-09 Thread Bink
Hi Piotr,

On one of my systems, it's almost bare bones.  No 3rd party anti-virus or
firewall.  Just an AIR dev environment for me to test network code against.

I'm not sure what you mean by the cache, but if it's the folder created by
the Flex installer here, I've tried closing the app, deleting the whole
folder it and trying again many times:
C:\Users\[username]\AppData\Roaming\org.apache.flex.installapacheflex


Thanks,
Bink



--
Sent from: http://apache-flex-development.247.n4.nabble.com/


Re: [Announce] Apache Flex SDK Installer 3.3.1 Released

2018-05-09 Thread Bink
Ha neat, I didn't even know there was a right click option 

Safe to say, I have *not* had cache enabled.  Should I, or is that one
potential problem?  

I've also now disabled the Windows firewall, but before these changes (and
still now) it had started throwing a new error when I hit Next on the first
screen (after a momentary wait).  I did get this particular a few times over
the past day and it would seem I just had to wait a while before trying
again.


/Installer version 3.3.1 (windows)
Using Locale: en_AU
Fetched the SDK download mirror URL from the CGI.
Timeout
Aborting Installation:
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-development.247.n4.nabble.com/


Re: [Announce] Apache Flex SDK Installer 3.3.1 Released

2018-05-09 Thread Bink
I managed to get to the next stage again.  Disabling the Windows firewall has
not helped.  I'm interested to know how you go.  You know, is it everyone,
or just me? 



--
Sent from: http://apache-flex-development.247.n4.nabble.com/


Re: [Announce] Apache Flex SDK Installer 3.3.1 Released

2018-05-09 Thread Bink
Thansk Alex.  I was eventually able to make it work using *ant* as you
suggested.

The install failed frequently, when a redirect from HTTP to HTTPS occurred
on a file *get*.  To get around this, I created the local.properties file in
the root directory of Flex.  Then for only the problem files, I would add
properties pointing to a local version of the file I'd downloaded using the
URL reported in the error, like below.  Note, the ones here were the ones I
specifically had issues with.


osmf.url.server=file:///C:/Development/_SDK/
osmf.url.folder=Build
osmf.url.file=OSMF2_0.swc

afe.url.server=file:///C:/Development/_SDK/
afe.url.folder=Build
afe.url.file=afe.jar

agl.url.server=file:///C:/Development/_SDK/
agl.url.folder=Build
agl.url.file=aglj40.jar

fontkit.url.server=file:///C:/Development/_SDK/
fontkit.url.folder=Build
fontkit.url.file=flex-fontkit.jar

rideau.url.server=file:///C:/Development/_SDK/
rideau.url.folder=Build
rideau.url.file=rideau.jar



--
Sent from: http://apache-flex-development.247.n4.nabble.com/