Re: Life after FlashPlayer, are you prepared?

2018-05-09 Thread James Peng
First of all, I would like to thank the Apache Royale (FlexJS) team for their
dedication.

We are software studios from Taiwan. We are committed to software
development and student training. Flex's design for web applications is
truly powerful and fast. The student team we trained received the
outstanding results of the National Information Technology Competition in
2017. The web interface is designed using Flex technology.

In the future, we will continue to develop more web services and have
already planned a schedule. We will also continue to open the services we
have developed for everyone to use free of charge.

We look forward to the future transformation of web pages through FlexJS.

Thanks again to the Apache Royale (FlexJS) team.



-
I am James Peng, come from Taiwan.
--
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/


Re: [Announce] Apache Flex SDK Installer 3.3.1 Released

2018-05-09 Thread Alex Harui
Some problems, like the ability to get the CGI script from Apache, affect 
everyone.  Usually that means that the server for the CGI script is having 
problems.

Other problems seem to affect people who are geographically far from the 
servers.  Often they have more success using Apache Ant to install than the 
installer.  But at least one person had to manually download all of the big 
downloads and cache them locally.

So, I think you should try Apache Ant next.  Get the binary artifact, expand 
it, and run "ant -f installer.xml".

HTH,
-Alex

On 5/9/18, 1:59 AM, "Bink"  wrote:

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: 
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-development.247.n4.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7C411604d768884e6cbe2108d5b58b25f6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636614531601183617&sdata=Gyxp7dkahXKHPJpAVTrLyTr%2BgULjsa2Af9iRQjICosg%3D&reserved=0




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 Piotr Zarzycki
I got exactly the same error. Maybe we should wait a bit. Not sure what is
happening now!

2018-05-09 10:42 GMT+02:00 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/
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


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 Piotr Zarzycki
What about system firewall ? I meant here cache when you right click on the
drop down list. Let me check if I can download right now SDK.

2018-05-09 10:26 GMT+02:00 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/
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


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 Piotr Zarzycki
Hi,

Make sure that any antivirus not blocking anything. Check if you are using
cache.

Thanks,
Piotr

2018-05-09 2:00 GMT+02:00 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/
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*