Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-10 Thread Erik J. Thomas
Hey Jeff:

Sorry, didn't mean to insult. My bad. Just that you led with...

"At my organization, we've used Flex for probably 10 years now and we have what 
I think may be one of the largest Flex codebases (over 200k lines of source)." 
If it quacks like a duck... LOL.

But I see your type of question come up over and over as so many people are 
trying to use antiquated tools when a day or two of investment will solve a 
multitude of problems for you. It's indeed hard to replace mainframe legacy 
systems, but it's a tiny business investment to fix this particular instance.

Best regards,

Erik

On Apr 10, 2018, at 10:19 AM, Jeff Dafoe <jeffda...@gmail.com> wrote:

Erik,

FWIW we're not a "serious software development company", we're a shipping 
company.  I suspect most here are dealing with Flex as a legacy solution.  I'm 
certain that using legacy tooling in order to support legacy software isn't 
rare.  I'm also certain that it's foolish to comment on the quality of a 
business decision without having the slightest insight into that particular 
business.  To say that we have solutions (and dev tools) spanning decades would 
be an understatement.  We have software that runs on mainframes and we have 
other software that runs on nearly all modern mobile devices.

-Jeff

From: Erik J. Thomas <e...@linqto.com>
Sent: Tuesday, April 10, 2018 11:35 AM
To: users@flex.apache.org
Subject: Re: Flex Installer - Air 29 - OSMF Fail (Windows)

I continue to be amazed that any serious software development company would 
choose to use a development IDE that was released in 2011 and has not been 
updated since 4.7 in 2012. It's a poor business decision, plain and simple, 
IMHO.

A few years ago, after extensive research and frustration with FlashBuilder, 
our team switched to IntelliJ IDEA. We have never looked back.

Sure it's not free, but neither was FlashBuilder, and saving $200/yr per person 
to work with crap tools just doesn't make any business sense.

Take the plunge, it will take your developers a few days, maybe a week to be up 
to full velocity again, but that cost will be recouped in a month or two as 
your overall development velocity will improve with so many modern tools packed 
into IntelliJ. Upgrading AIR/Flex SDKs is also a breeze in comparison.

I have no stake in JetBrains, and have no reason to endorse their product 
except that it rocks, as does their support. But if you choose to stay with 
FlashBuilder, be sure to never upgrade your iPhone 4 or Blackberry. LOL

Erik

On Apr 9, 2018, at 10:09 AM, Carlos Rovira <carlosrov...@apache.org> wrote:

Hi Jeff,

for IDEs, if a part from flex you have backend code (maybe Java?) my
recommendation is to switch to IntelliJ IDEA since the Java/Flex support is
very professional. We switched many years ago from Flash Builder since it
supports as well maven with flex. I think it was a great decision since we
have a huge  code base like you.

For Royale, you can go as well IntelliJ (but there's no official support,
just what Flex support gives you a long some hacks people do).
For Royale, better to go with Moonlight or VSCode + Extension (NextGenAS).

Best,

Carlos



2018-04-09 18:46 GMT+02:00 Jeff Dafoe <jeffda...@gmail.com>:

> Hi Piotr,
> 
> I didn't mean to direct any ire to the team, I do know it's volunteer-only
> and believe me, I appreciate your offer to look at the installer.  I'm also
> very thankful for the work that the open source community has done to help
> the Flex SDK stay alive.  I'm also watching the Royale project advances and
> it's impressive.  My mood was more directed at Adobe (who isn't even here,
> so that was pointless of me) concerning the deactivation of all Flash
> Builder 4.6 licenses.
> 
> I guess a more productive thing for me to ask is what development tooling
> is used aside from Flash Builder?  I understand you can edit the source
> with any text editor and build via command-line, is that what most people
> do these days?  We've always used FB and the integrated build and debug.
> I've seen a couple of IDEs here and there but I haven't really been able to
> tell if any tool or process has become standardized.  We're entirely on
> Windows (for dev) here.
> 
> Thank you,
> -Jeff
> 
> From: Piotr Zarzycki <piotrzarzyck...@gmail.com>
> Sent: Monday, April 9, 2018 11:53 AM
> To: users@flex.apache.org
> Subject: Re: Flex Installer - Air 29 - OSMF Fail (Windows)
> 
> Hi Jeff,
> 
> We are all volunteers, so fixing things does require some time. I'm working
> on that and hope to find out some solution. If not I will probably post
> some finding on Development list. Will see what happen after brainstorming.
> 
> Thanks for the input,
> Piotr
> 
> 2018-04-09 17:38 GMT+02:00 Jeff Dafoe <jeffda...@gmail.com>:
> 

Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-10 Thread Jeff Dafoe
Erik,

FWIW we're not a "serious software development company", we're a shipping 
company.  I suspect most here are dealing with Flex as a legacy solution.  I'm 
certain that using legacy tooling in order to support legacy software isn't 
rare.  I'm also certain that it's foolish to comment on the quality of a 
business decision without having the slightest insight into that particular 
business.  To say that we have solutions (and dev tools) spanning decades would 
be an understatement.  We have software that runs on mainframes and we have 
other software that runs on nearly all modern mobile devices.

-Jeff

From: Erik J. Thomas <e...@linqto.com>
Sent: Tuesday, April 10, 2018 11:35 AM
To: users@flex.apache.org
Subject: Re: Flex Installer - Air 29 - OSMF Fail (Windows)

I continue to be amazed that any serious software development company would 
choose to use a development IDE that was released in 2011 and has not been 
updated since 4.7 in 2012. It's a poor business decision, plain and simple, 
IMHO.

A few years ago, after extensive research and frustration with FlashBuilder, 
our team switched to IntelliJ IDEA. We have never looked back.

Sure it's not free, but neither was FlashBuilder, and saving $200/yr per person 
to work with crap tools just doesn't make any business sense.

Take the plunge, it will take your developers a few days, maybe a week to be up 
to full velocity again, but that cost will be recouped in a month or two as 
your overall development velocity will improve with so many modern tools packed 
into IntelliJ. Upgrading AIR/Flex SDKs is also a breeze in comparison.

I have no stake in JetBrains, and have no reason to endorse their product 
except that it rocks, as does their support. But if you choose to stay with 
FlashBuilder, be sure to never upgrade your iPhone 4 or Blackberry. LOL

Erik

On Apr 9, 2018, at 10:09 AM, Carlos Rovira <carlosrov...@apache.org> wrote:

Hi Jeff,

for IDEs, if a part from flex you have backend code (maybe Java?) my
recommendation is to switch to IntelliJ IDEA since the Java/Flex support is
very professional. We switched many years ago from Flash Builder since it
supports as well maven with flex. I think it was a great decision since we
have a huge  code base like you.

For Royale, you can go as well IntelliJ (but there's no official support,
just what Flex support gives you a long some hacks people do).
For Royale, better to go with Moonlight or VSCode + Extension (NextGenAS).

Best,

Carlos



2018-04-09 18:46 GMT+02:00 Jeff Dafoe <jeffda...@gmail.com>:

> Hi Piotr,
>
> I didn't mean to direct any ire to the team, I do know it's volunteer-only
> and believe me, I appreciate your offer to look at the installer.  I'm also
> very thankful for the work that the open source community has done to help
> the Flex SDK stay alive.  I'm also watching the Royale project advances and
> it's impressive.  My mood was more directed at Adobe (who isn't even here,
> so that was pointless of me) concerning the deactivation of all Flash
> Builder 4.6 licenses.
>
> I guess a more productive thing for me to ask is what development tooling
> is used aside from Flash Builder?  I understand you can edit the source
> with any text editor and build via command-line, is that what most people
> do these days?  We've always used FB and the integrated build and debug.
> I've seen a couple of IDEs here and there but I haven't really been able to
> tell if any tool or process has become standardized.  We're entirely on
> Windows (for dev) here.
>
> Thank you,
> -Jeff
> 
> From: Piotr Zarzycki <piotrzarzyck...@gmail.com>
> Sent: Monday, April 9, 2018 11:53 AM
> To: users@flex.apache.org
> Subject: Re: Flex Installer - Air 29 - OSMF Fail (Windows)
>
> Hi Jeff,
>
> We are all volunteers, so fixing things does require some time. I'm working
> on that and hope to find out some solution. If not I will probably post
> some finding on Development list. Will see what happen after brainstorming.
>
> Thanks for the input,
> Piotr
>
> 2018-04-09 17:38 GMT+02:00 Jeff Dafoe <jeffda...@gmail.com>:
>
>>
>> At my organization, we've used Flex for probably 10 years now and we have
>> what I think may be one of the largest Flex codebases (over 200k lines of
>> source).  We went to onboard a new developer last week and it was quite a
>> disappointment for me.  Flex Builder 4.6 will no longer install, Adobe
> has
>> turned off the license servers so you have to route them to 127.0.0.1 in
>> your hosts file (which our admins, also in charge of software licensing,
>> were not thrilled with).  This issue took us 3 days to troubleshoot
> before
>> we finally came across the thread in the Adobe forum (one of our
> sysadmins
>&

Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-10 Thread Erik J. Thomas
I continue to be amazed that any serious software development company would 
choose to use a development IDE that was released in 2011 and has not been 
updated since 4.7 in 2012. It's a poor business decision, plain and simple, 
IMHO.

A few years ago, after extensive research and frustration with FlashBuilder, 
our team switched to IntelliJ IDEA. We have never looked back. 

Sure it's not free, but neither was FlashBuilder, and saving $200/yr per person 
to work with crap tools just doesn't make any business sense.

Take the plunge, it will take your developers a few days, maybe a week to be up 
to full velocity again, but that cost will be recouped in a month or two as 
your overall development velocity will improve with so many modern tools packed 
into IntelliJ. Upgrading AIR/Flex SDKs is also a breeze in comparison. 

I have no stake in JetBrains, and have no reason to endorse their product 
except that it rocks, as does their support. But if you choose to stay with 
FlashBuilder, be sure to never upgrade your iPhone 4 or Blackberry. LOL

Erik

On Apr 9, 2018, at 10:09 AM, Carlos Rovira <carlosrov...@apache.org> wrote:

Hi Jeff,

for IDEs, if a part from flex you have backend code (maybe Java?) my
recommendation is to switch to IntelliJ IDEA since the Java/Flex support is
very professional. We switched many years ago from Flash Builder since it
supports as well maven with flex. I think it was a great decision since we
have a huge  code base like you.

For Royale, you can go as well IntelliJ (but there's no official support,
just what Flex support gives you a long some hacks people do).
For Royale, better to go with Moonlight or VSCode + Extension (NextGenAS).

Best,

Carlos



2018-04-09 18:46 GMT+02:00 Jeff Dafoe <jeffda...@gmail.com>:

> Hi Piotr,
> 
> I didn't mean to direct any ire to the team, I do know it's volunteer-only
> and believe me, I appreciate your offer to look at the installer.  I'm also
> very thankful for the work that the open source community has done to help
> the Flex SDK stay alive.  I'm also watching the Royale project advances and
> it's impressive.  My mood was more directed at Adobe (who isn't even here,
> so that was pointless of me) concerning the deactivation of all Flash
> Builder 4.6 licenses.
> 
> I guess a more productive thing for me to ask is what development tooling
> is used aside from Flash Builder?  I understand you can edit the source
> with any text editor and build via command-line, is that what most people
> do these days?  We've always used FB and the integrated build and debug.
> I've seen a couple of IDEs here and there but I haven't really been able to
> tell if any tool or process has become standardized.  We're entirely on
> Windows (for dev) here.
> 
> Thank you,
> -Jeff
> 
> From: Piotr Zarzycki <piotrzarzyck...@gmail.com>
> Sent: Monday, April 9, 2018 11:53 AM
> To: users@flex.apache.org
> Subject: Re: Flex Installer - Air 29 - OSMF Fail (Windows)
> 
> Hi Jeff,
> 
> We are all volunteers, so fixing things does require some time. I'm working
> on that and hope to find out some solution. If not I will probably post
> some finding on Development list. Will see what happen after brainstorming.
> 
> Thanks for the input,
> Piotr
> 
> 2018-04-09 17:38 GMT+02:00 Jeff Dafoe <jeffda...@gmail.com>:
> 
>> 
>> At my organization, we've used Flex for probably 10 years now and we have
>> what I think may be one of the largest Flex codebases (over 200k lines of
>> source).  We went to onboard a new developer last week and it was quite a
>> disappointment for me.  Flex Builder 4.6 will no longer install, Adobe
> has
>> turned off the license servers so you have to route them to 127.0.0.1 in
>> your hosts file (which our admins, also in charge of software licensing,
>> were not thrilled with).  This issue took us 3 days to troubleshoot
> before
>> we finally came across the thread in the Adobe forum (one of our
> sysadmins
>> is the guy who posted the hosts file solution, they were using the Win
>> firewall prior to that but that's not an option for us).  Then the SDK
>> installer fails on the OSMF installation.  It was very disheartening and
>> really didn't impress the new dev.
>> 
>> -Jeff
>> 
>> From: Lydecker <z...@zizunetwork.co.uk>
>> Sent: Wednesday, March 21, 2018 8:01 AM
>> To: users@flex.apache.org
>> Subject: Flex Installer - Air 29 - OSMF Fail (Windows)
>> 
>> Hi - I'm trying to use the latest SDK installer to install Flex/Air29 on
>> WINDOWS.
>> 
>> The installer downloads the Flex SDK and Air SDK and unpacks them, but
> then
>> fails when it gets to the OSMF download.
>> 

Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-09 Thread Carlos Rovira
Hi Jeff,

for IDEs, if a part from flex you have backend code (maybe Java?) my
recommendation is to switch to IntelliJ IDEA since the Java/Flex support is
very professional. We switched many years ago from Flash Builder since it
supports as well maven with flex. I think it was a great decision since we
have a huge  code base like you.

For Royale, you can go as well IntelliJ (but there's no official support,
just what Flex support gives you a long some hacks people do).
For Royale, better to go with Moonlight or VSCode + Extension (NextGenAS).

Best,

Carlos



2018-04-09 18:46 GMT+02:00 Jeff Dafoe <jeffda...@gmail.com>:

> Hi Piotr,
>
> I didn't mean to direct any ire to the team, I do know it's volunteer-only
> and believe me, I appreciate your offer to look at the installer.  I'm also
> very thankful for the work that the open source community has done to help
> the Flex SDK stay alive.  I'm also watching the Royale project advances and
> it's impressive.  My mood was more directed at Adobe (who isn't even here,
> so that was pointless of me) concerning the deactivation of all Flash
> Builder 4.6 licenses.
>
> I guess a more productive thing for me to ask is what development tooling
> is used aside from Flash Builder?  I understand you can edit the source
> with any text editor and build via command-line, is that what most people
> do these days?  We've always used FB and the integrated build and debug.
> I've seen a couple of IDEs here and there but I haven't really been able to
> tell if any tool or process has become standardized.  We're entirely on
> Windows (for dev) here.
>
> Thank you,
> -Jeff
> 
> From: Piotr Zarzycki <piotrzarzyck...@gmail.com>
> Sent: Monday, April 9, 2018 11:53 AM
> To: users@flex.apache.org
> Subject: Re: Flex Installer - Air 29 - OSMF Fail (Windows)
>
> Hi Jeff,
>
> We are all volunteers, so fixing things does require some time. I'm working
> on that and hope to find out some solution. If not I will probably post
> some finding on Development list. Will see what happen after brainstorming.
>
> Thanks for the input,
> Piotr
>
> 2018-04-09 17:38 GMT+02:00 Jeff Dafoe <jeffda...@gmail.com>:
>
> >
> > At my organization, we've used Flex for probably 10 years now and we have
> > what I think may be one of the largest Flex codebases (over 200k lines of
> > source).  We went to onboard a new developer last week and it was quite a
> > disappointment for me.  Flex Builder 4.6 will no longer install, Adobe
> has
> > turned off the license servers so you have to route them to 127.0.0.1 in
> > your hosts file (which our admins, also in charge of software licensing,
> > were not thrilled with).  This issue took us 3 days to troubleshoot
> before
> > we finally came across the thread in the Adobe forum (one of our
> sysadmins
> > is the guy who posted the hosts file solution, they were using the Win
> > firewall prior to that but that's not an option for us).  Then the SDK
> > installer fails on the OSMF installation.  It was very disheartening and
> > really didn't impress the new dev.
> >
> > -Jeff
> > 
> > From: Lydecker <z...@zizunetwork.co.uk>
> > Sent: Wednesday, March 21, 2018 8:01 AM
> > To: users@flex.apache.org
> > Subject: Flex Installer - Air 29 - OSMF Fail (Windows)
> >
> > Hi - I'm trying to use the latest SDK installer to install Flex/Air29 on
> > WINDOWS.
> >
> > The installer downloads the Flex SDK and Air SDK and unpacks them, but
> then
> > fails when it gets to the OSMF download.
> >
> > Any ideas?
> >
> > Log below:
> >
> >
> > Installer version 3.3.0 (windows)
> > Using Locale: en_GB
> > 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://apache.mirror.anlx.net/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:\Users\z\Desktop\f29\temp\apache-flex-sdk-4.16.1-bin.zip
> > Finished unzipping:
> > C:\Users\z\Desktop\f29\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:\Users\z\Desktop\f29/in/AdobeAIRSDK.zip
> > Finished unzipping: C:\Use

Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-09 Thread Piotr Zarzycki
Jeff,

There are two actively developed IDEs. Visual Studio Code + Plugin [1] and
Moonshine IDE [2]. Both worth to check. If you have any problems with them
- feel free raise an issue on GitHub.

[1] https://nextgenactionscript.com/
[2] http://moonshine-ide.com/

Thanks,
Piotr


2018-04-09 18:46 GMT+02:00 Jeff Dafoe <jeffda...@gmail.com>:

> Hi Piotr,
>
> I didn't mean to direct any ire to the team, I do know it's volunteer-only
> and believe me, I appreciate your offer to look at the installer.  I'm also
> very thankful for the work that the open source community has done to help
> the Flex SDK stay alive.  I'm also watching the Royale project advances and
> it's impressive.  My mood was more directed at Adobe (who isn't even here,
> so that was pointless of me) concerning the deactivation of all Flash
> Builder 4.6 licenses.
>
> I guess a more productive thing for me to ask is what development tooling
> is used aside from Flash Builder?  I understand you can edit the source
> with any text editor and build via command-line, is that what most people
> do these days?  We've always used FB and the integrated build and debug.
> I've seen a couple of IDEs here and there but I haven't really been able to
> tell if any tool or process has become standardized.  We're entirely on
> Windows (for dev) here.
>
> Thank you,
> -Jeff
> 
> From: Piotr Zarzycki <piotrzarzyck...@gmail.com>
> Sent: Monday, April 9, 2018 11:53 AM
> To: users@flex.apache.org
> Subject: Re: Flex Installer - Air 29 - OSMF Fail (Windows)
>
> Hi Jeff,
>
> We are all volunteers, so fixing things does require some time. I'm working
> on that and hope to find out some solution. If not I will probably post
> some finding on Development list. Will see what happen after brainstorming.
>
> Thanks for the input,
> Piotr
>
> 2018-04-09 17:38 GMT+02:00 Jeff Dafoe <jeffda...@gmail.com>:
>
> >
> > At my organization, we've used Flex for probably 10 years now and we have
> > what I think may be one of the largest Flex codebases (over 200k lines of
> > source).  We went to onboard a new developer last week and it was quite a
> > disappointment for me.  Flex Builder 4.6 will no longer install, Adobe
> has
> > turned off the license servers so you have to route them to 127.0.0.1 in
> > your hosts file (which our admins, also in charge of software licensing,
> > were not thrilled with).  This issue took us 3 days to troubleshoot
> before
> > we finally came across the thread in the Adobe forum (one of our
> sysadmins
> > is the guy who posted the hosts file solution, they were using the Win
> > firewall prior to that but that's not an option for us).  Then the SDK
> > installer fails on the OSMF installation.  It was very disheartening and
> > really didn't impress the new dev.
> >
> > -Jeff
> > 
> > From: Lydecker <z...@zizunetwork.co.uk>
> > Sent: Wednesday, March 21, 2018 8:01 AM
> > To: users@flex.apache.org
> > Subject: Flex Installer - Air 29 - OSMF Fail (Windows)
> >
> > Hi - I'm trying to use the latest SDK installer to install Flex/Air29 on
> > WINDOWS.
> >
> > The installer downloads the Flex SDK and Air SDK and unpacks them, but
> then
> > fails when it gets to the OSMF download.
> >
> > Any ideas?
> >
> > Log below:
> >
> >
> > Installer version 3.3.0 (windows)
> > Using Locale: en_GB
> > 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://apache.mirror.anlx.net/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:\Users\z\Desktop\f29\temp\apache-flex-sdk-4.16.1-bin.zip
> > Finished unzipping:
> > C:\Users\z\Desktop\f29\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:\Users\z\Desktop\f29/in/AdobeAIRSDK.zip
> > Finished unzipping: C:\Users\z\Desktop\f29/in/AdobeAIRSDK.zip
> > Installing Adobe Flash Player playerglobal.swc from:
> > http://fpdownload.macromedia.com/get/flashplayer/updaters/
> > 29//playerglobal29_0.swc
> > Validating download:
> > C:\Users\z\Desktop\f29/frameworks/libs/player/2

Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-09 Thread Jeff Dafoe
Hi Piotr,

I didn't mean to direct any ire to the team, I do know it's volunteer-only and 
believe me, I appreciate your offer to look at the installer.  I'm also very 
thankful for the work that the open source community has done to help the Flex 
SDK stay alive.  I'm also watching the Royale project advances and it's 
impressive.  My mood was more directed at Adobe (who isn't even here, so that 
was pointless of me) concerning the deactivation of all Flash Builder 4.6 
licenses.

I guess a more productive thing for me to ask is what development tooling is 
used aside from Flash Builder?  I understand you can edit the source with any 
text editor and build via command-line, is that what most people do these days? 
 We've always used FB and the integrated build and debug.  I've seen a couple 
of IDEs here and there but I haven't really been able to tell if any tool or 
process has become standardized.  We're entirely on Windows (for dev) here.

Thank you,
-Jeff

From: Piotr Zarzycki <piotrzarzyck...@gmail.com>
Sent: Monday, April 9, 2018 11:53 AM
To: users@flex.apache.org
Subject: Re: Flex Installer - Air 29 - OSMF Fail (Windows)

Hi Jeff,

We are all volunteers, so fixing things does require some time. I'm working
on that and hope to find out some solution. If not I will probably post
some finding on Development list. Will see what happen after brainstorming.

Thanks for the input,
Piotr

2018-04-09 17:38 GMT+02:00 Jeff Dafoe <jeffda...@gmail.com>:

>
> At my organization, we've used Flex for probably 10 years now and we have
> what I think may be one of the largest Flex codebases (over 200k lines of
> source).  We went to onboard a new developer last week and it was quite a
> disappointment for me.  Flex Builder 4.6 will no longer install, Adobe has
> turned off the license servers so you have to route them to 127.0.0.1 in
> your hosts file (which our admins, also in charge of software licensing,
> were not thrilled with).  This issue took us 3 days to troubleshoot before
> we finally came across the thread in the Adobe forum (one of our sysadmins
> is the guy who posted the hosts file solution, they were using the Win
> firewall prior to that but that's not an option for us).  Then the SDK
> installer fails on the OSMF installation.  It was very disheartening and
> really didn't impress the new dev.
>
> -Jeff
> 
> From: Lydecker <z...@zizunetwork.co.uk>
> Sent: Wednesday, March 21, 2018 8:01 AM
> To: users@flex.apache.org
> Subject: Flex Installer - Air 29 - OSMF Fail (Windows)
>
> Hi - I'm trying to use the latest SDK installer to install Flex/Air29 on
> WINDOWS.
>
> The installer downloads the Flex SDK and Air SDK and unpacks them, but then
> fails when it gets to the OSMF download.
>
> Any ideas?
>
> Log below:
>
>
> Installer version 3.3.0 (windows)
> Using Locale: en_GB
> 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://apache.mirror.anlx.net/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:\Users\z\Desktop\f29\temp\apache-flex-sdk-4.16.1-bin.zip
> Finished unzipping:
> C:\Users\z\Desktop\f29\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:\Users\z\Desktop\f29/in/AdobeAIRSDK.zip
> Finished unzipping: C:\Users\z\Desktop\f29/in/AdobeAIRSDK.zip
> Installing Adobe Flash Player playerglobal.swc from:
> http://fpdownload.macromedia.com/get/flashplayer/updaters/
> 29//playerglobal29_0.swc
> Validating download:
> C:\Users\z\Desktop\f29/frameworks/libs/player/29.0/playerglobal.swc
> Downloading 2.2.zip from: https://github.com/swfobject/swfobject/archive
> Validating download: C:\Users\z\Desktop\f29/in/swfobject_2_2.zip
> Download complete
> Downloading OSMF2_0.swc?format=raw from:
> http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs
> Validating download: C:\Users\z\Desktop\f29/frameworks/libs/osmf.swc
> OSMF download failed
> Aborting Installation:
> http://flex.apache.org/track-installer.html?failure=true=Apache Flex
> SDK
> 4.16.1=4.16.1=windows=3.3.
> 0==OSMF%20download%20failed
>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>



--

Piotr Zarzycki

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


Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-09 Thread Piotr Zarzycki
Hi Jeff,

We are all volunteers, so fixing things does require some time. I'm working
on that and hope to find out some solution. If not I will probably post
some finding on Development list. Will see what happen after brainstorming.

Thanks for the input,
Piotr

2018-04-09 17:38 GMT+02:00 Jeff Dafoe :

>
> At my organization, we've used Flex for probably 10 years now and we have
> what I think may be one of the largest Flex codebases (over 200k lines of
> source).  We went to onboard a new developer last week and it was quite a
> disappointment for me.  Flex Builder 4.6 will no longer install, Adobe has
> turned off the license servers so you have to route them to 127.0.0.1 in
> your hosts file (which our admins, also in charge of software licensing,
> were not thrilled with).  This issue took us 3 days to troubleshoot before
> we finally came across the thread in the Adobe forum (one of our sysadmins
> is the guy who posted the hosts file solution, they were using the Win
> firewall prior to that but that's not an option for us).  Then the SDK
> installer fails on the OSMF installation.  It was very disheartening and
> really didn't impress the new dev.
>
> -Jeff
> 
> From: Lydecker 
> Sent: Wednesday, March 21, 2018 8:01 AM
> To: users@flex.apache.org
> Subject: Flex Installer - Air 29 - OSMF Fail (Windows)
>
> Hi - I'm trying to use the latest SDK installer to install Flex/Air29 on
> WINDOWS.
>
> The installer downloads the Flex SDK and Air SDK and unpacks them, but then
> fails when it gets to the OSMF download.
>
> Any ideas?
>
> Log below:
>
>
> Installer version 3.3.0 (windows)
> Using Locale: en_GB
> 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://apache.mirror.anlx.net/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:\Users\z\Desktop\f29\temp\apache-flex-sdk-4.16.1-bin.zip
> Finished unzipping:
> C:\Users\z\Desktop\f29\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:\Users\z\Desktop\f29/in/AdobeAIRSDK.zip
> Finished unzipping: C:\Users\z\Desktop\f29/in/AdobeAIRSDK.zip
> Installing Adobe Flash Player playerglobal.swc from:
> http://fpdownload.macromedia.com/get/flashplayer/updaters/
> 29//playerglobal29_0.swc
> Validating download:
> C:\Users\z\Desktop\f29/frameworks/libs/player/29.0/playerglobal.swc
> Downloading 2.2.zip from: https://github.com/swfobject/swfobject/archive
> Validating download: C:\Users\z\Desktop\f29/in/swfobject_2_2.zip
> Download complete
> Downloading OSMF2_0.swc?format=raw from:
> http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs
> Validating download: C:\Users\z\Desktop\f29/frameworks/libs/osmf.swc
> OSMF download failed
> Aborting Installation:
> http://flex.apache.org/track-installer.html?failure=true=Apache Flex
> SDK
> 4.16.1=4.16.1=windows=3.3.
> 0==OSMF%20download%20failed
>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>



-- 

Piotr Zarzycki

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


Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-09 Thread Jeff Dafoe

At my organization, we've used Flex for probably 10 years now and we have what 
I think may be one of the largest Flex codebases (over 200k lines of source).  
We went to onboard a new developer last week and it was quite a disappointment 
for me.  Flex Builder 4.6 will no longer install, Adobe has turned off the 
license servers so you have to route them to 127.0.0.1 in your hosts file 
(which our admins, also in charge of software licensing, were not thrilled 
with).  This issue took us 3 days to troubleshoot before we finally came across 
the thread in the Adobe forum (one of our sysadmins is the guy who posted the 
hosts file solution, they were using the Win firewall prior to that but that's 
not an option for us).  Then the SDK installer fails on the OSMF installation.  
It was very disheartening and really didn't impress the new dev.

-Jeff

From: Lydecker 
Sent: Wednesday, March 21, 2018 8:01 AM
To: users@flex.apache.org
Subject: Flex Installer - Air 29 - OSMF Fail (Windows)

Hi - I'm trying to use the latest SDK installer to install Flex/Air29 on
WINDOWS.

The installer downloads the Flex SDK and Air SDK and unpacks them, but then
fails when it gets to the OSMF download.

Any ideas?

Log below:


Installer version 3.3.0 (windows)
Using Locale: en_GB
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://apache.mirror.anlx.net/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:\Users\z\Desktop\f29\temp\apache-flex-sdk-4.16.1-bin.zip
Finished unzipping:
C:\Users\z\Desktop\f29\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:\Users\z\Desktop\f29/in/AdobeAIRSDK.zip
Finished unzipping: C:\Users\z\Desktop\f29/in/AdobeAIRSDK.zip
Installing Adobe Flash Player playerglobal.swc from:
http://fpdownload.macromedia.com/get/flashplayer/updaters/29//playerglobal29_0.swc
Validating download:
C:\Users\z\Desktop\f29/frameworks/libs/player/29.0/playerglobal.swc
Downloading 2.2.zip from: https://github.com/swfobject/swfobject/archive
Validating download: C:\Users\z\Desktop\f29/in/swfobject_2_2.zip
Download complete
Downloading OSMF2_0.swc?format=raw from:
http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs
Validating download: C:\Users\z\Desktop\f29/frameworks/libs/osmf.swc
OSMF download failed
Aborting Installation:
http://flex.apache.org/track-installer.html?failure=true=Apache Flex
SDK
4.16.1=4.16.1=windows=3.3.0==OSMF%20download%20failed




--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-09 Thread Alex Harui
OSMF is used for the Video components.  We can make it optional, but IMO,
that wouldn't solve the problem.  When folks accept the option to install
OSMF it will likely fail the same way.

IIRC, we've fixed this at least once already.  SourceForge seems to change
the rules on who can fetch a download for security reasons and it breaks
the AntOnAIR code.  Apparently it does not break Apache Ant.

-Alex

On 4/8/18, 10:34 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala"
 wrote:

>Can we make the OSMF.swc file optional?  Do we really need this in the
>SDK?
>
>Thanks,
>Om
>
>On Sun, Apr 8, 2018 at 10:00 PM, Piotr Zarzycki
>
>wrote:
>
>> Alex,
>>
>> I will look into the installer and try to fix issue.
>>
>> Thanks,
>> Piotr
>>
>>
>> 2018-04-09 6:54 GMT+02:00 Alex Harui :
>>
>> > If we (the Flex PMC) decide we want to request Adobe to host the files
>> > somewhere else, I will look into it.  No guarantees though.
>> >
>> > -Alex
>> >
>> > On 4/8/18, 1:24 AM, "Piotr Zarzycki" 
>>wrote:
>> >
>> > >Hi Alex,
>> > >
>> > >How do you suggest aproach option #3? Do we need to write to someone
>>or
>> on
>> > >some forums?
>> > >
>> > >Thanks,
>> > >Piotr
>> > >
>> > >On Sun, Apr 8, 2018, 08:00 Alex Harui 
>>wrote:
>> > >
>> > >> IMO, there are several possible solutions:
>> > >>
>> > >> 1) Find a fix in the installer
>> > >> 2) Find out if SourceForge can fix it for us.
>> > >> 3) Try to get Adobe to host the OSMF files somewhere else
>> > >> 4) See if Adobe has any objections to someone else hosting the OSMF
>> > >>files
>> > >> somewhere else.
>> > >>
>> > >> I believe we can redirect where the install script looks for OSMF
>>for
>> > >>#2,
>> > >> #3, or #4 and not require a new release of the Installer or SDK so
>>it
>> > >> might be less work to explore one of those 3 options.
>> > >>
>> > >> -Alex
>> > >>
>> > >> On 4/7/18, 6:45 PM, "Piotr Zarzycki" 
>> wrote:
>> > >>
>> > >> >Exactly. In this thread you have alternate instruction how to
>> download
>> > >> >SDK.
>> > >> >
>> > >> >There is also a chance that I soon will be working in fixing that
>> > >>stuff in
>> > >> >installer - At least for Windows.
>> > >> >
>> > >> >I see that on Mac it almost doesn't occur. Am I right?
>> > >> >
>> > >> >Carlos can you try on your Mac download SDK 4.16.1 and Adobe Air
>>29
>> > >>using
>> > >> >installer?
>> > >> >
>> > >> >Thanks,
>> > >> >Piotr
>> > >> >
>> > >> >On Sat, Apr 7, 2018, 20:37 Carlos Rovira 
>> > >>wrote:
>> > >> >
>> > >> >> Hi search in the list since there's a problem with OSMF
>>downloads,
>> > >>and
>> > >> >> various threads.
>> > >> >> I think Piotr exposed and alternate way to download in some
>>thread
>> > >> >>
>> > >> >>
>> > >> >>
>> > >> >>
>> > >> >>
>> > >> >> 2018-04-07 19:00 GMT+02:00 Nisaba
>>:
>> > >> >>
>> > >> >> > Hi,
>> > >> >> >
>> > >> >> > I get the same error, whatever the flex sdk or air version I
>> > >>choose.
>> > >> >> > The problem occurs with 2 different PCs and 1 Mac.
>> > >> >> >
>> > >> >> > Please see Picture.
>> > >> >> > I'm not very fluent with Ant, so any help is welcome.
>> > >> >> >
>> > >> >> >
>> > >> >><
>> > >> https://na01.safelinks.protection.outlook.com/?url=
>> > http%3A%2F%2Fapache-f
>> > >> >>lex-users.246.n4.nabble.com
>> > >> %2Ffile%2Ft1173%2Fflex.jpg=02%7C01%7C
>> > >> >>aharui%40adobe.com
>> > >> %7C7a96f55c910345d1446108d59cf27a0a%7Cfa7b1b5a7b3443879
>> > >>
>> > 4aed2c178decee1%7C0%7C0%7C636587487660908235=
>> > 5Avxqaha9QGKrenyoWxb
>> > Ou
>> > >> >>aLrvymmBOsJevojuqugmw%3D=0>
>> > >> >> >
>> > >> >> >
>> > >> >> >
>> > >> >> >
>> > >> >> > --
>> > >> >> > Sent from:
>> > >> >>
>> > >>
>> > >>https://na01.safelinks.protection.outlook.com/?url=
>> > http%3A%2F%2Fapache-fl
>> > >> 
ex-users.246.n4.nabble.com%2F=02%7C01%7Caharui%40adobe.com
>> > >> %7C7a9
>> > >>
>> > 6f55c910345d1446108d59cf27a0a%7Cfa7b1b5a7b34438794aed2c178de
>> > cee1%7C0%7C
>> > 0%
>> > >>
>> > 7C636587487660908235=QU4G1bwXCwSL3r6IwaZSmGTyxPavBk
>> > 6r3xix4VklAH8%
>> > 3D
>> > >> >>=0
>> > >> >> >
>> > >> >>
>> > >> >>
>> > >> >>
>> > >> >> --
>> > >> >> Carlos Rovira
>> > >> >>
>> > >> >>
>> > >>
>> > >>https://na01.safelinks.protection.outlook.com/?url=
>> > http%3A%2F%2Fabout.me%
>> > >> >>2Fcarlosrovira=02%7C01%7Caharui%40adobe.com
>> > >> %7C7a96f55c910345d1446108
>> > >>
>> > d59cf27a0a%7Cfa7b1b5a7b34438794aed2c178de
>> > cee1%7C0%7C0%7C636587487660908
>> > 23
>> > >> 
5=tqF8yi%2F7lYcKZDOPpeU8mSyjjYWhwzIEPxqeobmEF28%3D=0
>> > >> >>
>> > >>
>> > >>
>> >
>> >
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>> Patreon: 
>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>>reon.com%2Fpiotrzarzycki=02%7C01%7Caharui%40adobe.com%7C724b740fdc63

Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-08 Thread OmPrakash Muppirala
Can we make the OSMF.swc file optional?  Do we really need this in the SDK?

Thanks,
Om

On Sun, Apr 8, 2018 at 10:00 PM, Piotr Zarzycki 
wrote:

> Alex,
>
> I will look into the installer and try to fix issue.
>
> Thanks,
> Piotr
>
>
> 2018-04-09 6:54 GMT+02:00 Alex Harui :
>
> > If we (the Flex PMC) decide we want to request Adobe to host the files
> > somewhere else, I will look into it.  No guarantees though.
> >
> > -Alex
> >
> > On 4/8/18, 1:24 AM, "Piotr Zarzycki"  wrote:
> >
> > >Hi Alex,
> > >
> > >How do you suggest aproach option #3? Do we need to write to someone or
> on
> > >some forums?
> > >
> > >Thanks,
> > >Piotr
> > >
> > >On Sun, Apr 8, 2018, 08:00 Alex Harui  wrote:
> > >
> > >> IMO, there are several possible solutions:
> > >>
> > >> 1) Find a fix in the installer
> > >> 2) Find out if SourceForge can fix it for us.
> > >> 3) Try to get Adobe to host the OSMF files somewhere else
> > >> 4) See if Adobe has any objections to someone else hosting the OSMF
> > >>files
> > >> somewhere else.
> > >>
> > >> I believe we can redirect where the install script looks for OSMF for
> > >>#2,
> > >> #3, or #4 and not require a new release of the Installer or SDK so it
> > >> might be less work to explore one of those 3 options.
> > >>
> > >> -Alex
> > >>
> > >> On 4/7/18, 6:45 PM, "Piotr Zarzycki" 
> wrote:
> > >>
> > >> >Exactly. In this thread you have alternate instruction how to
> download
> > >> >SDK.
> > >> >
> > >> >There is also a chance that I soon will be working in fixing that
> > >>stuff in
> > >> >installer - At least for Windows.
> > >> >
> > >> >I see that on Mac it almost doesn't occur. Am I right?
> > >> >
> > >> >Carlos can you try on your Mac download SDK 4.16.1 and Adobe Air 29
> > >>using
> > >> >installer?
> > >> >
> > >> >Thanks,
> > >> >Piotr
> > >> >
> > >> >On Sat, Apr 7, 2018, 20:37 Carlos Rovira 
> > >>wrote:
> > >> >
> > >> >> Hi search in the list since there's a problem with OSMF downloads,
> > >>and
> > >> >> various threads.
> > >> >> I think Piotr exposed and alternate way to download in some thread
> > >> >>
> > >> >>
> > >> >>
> > >> >>
> > >> >>
> > >> >> 2018-04-07 19:00 GMT+02:00 Nisaba :
> > >> >>
> > >> >> > Hi,
> > >> >> >
> > >> >> > I get the same error, whatever the flex sdk or air version I
> > >>choose.
> > >> >> > The problem occurs with 2 different PCs and 1 Mac.
> > >> >> >
> > >> >> > Please see Picture.
> > >> >> > I'm not very fluent with Ant, so any help is welcome.
> > >> >> >
> > >> >> >
> > >> >><
> > >> https://na01.safelinks.protection.outlook.com/?url=
> > http%3A%2F%2Fapache-f
> > >> >>lex-users.246.n4.nabble.com
> > >> %2Ffile%2Ft1173%2Fflex.jpg=02%7C01%7C
> > >> >>aharui%40adobe.com
> > >> %7C7a96f55c910345d1446108d59cf27a0a%7Cfa7b1b5a7b3443879
> > >>
> > 4aed2c178decee1%7C0%7C0%7C636587487660908235=
> > 5Avxqaha9QGKrenyoWxb
> > Ou
> > >> >>aLrvymmBOsJevojuqugmw%3D=0>
> > >> >> >
> > >> >> >
> > >> >> >
> > >> >> >
> > >> >> > --
> > >> >> > Sent from:
> > >> >>
> > >>
> > >>https://na01.safelinks.protection.outlook.com/?url=
> > http%3A%2F%2Fapache-fl
> > >> >>ex-users.246.n4.nabble.com%2F=02%7C01%7Caharui%40adobe.com
> > >> %7C7a9
> > >>
> > 6f55c910345d1446108d59cf27a0a%7Cfa7b1b5a7b34438794aed2c178de
> > cee1%7C0%7C
> > 0%
> > >>
> > 7C636587487660908235=QU4G1bwXCwSL3r6IwaZSmGTyxPavBk
> > 6r3xix4VklAH8%
> > 3D
> > >> >>=0
> > >> >> >
> > >> >>
> > >> >>
> > >> >>
> > >> >> --
> > >> >> Carlos Rovira
> > >> >>
> > >> >>
> > >>
> > >>https://na01.safelinks.protection.outlook.com/?url=
> > http%3A%2F%2Fabout.me%
> > >> >>2Fcarlosrovira=02%7C01%7Caharui%40adobe.com
> > >> %7C7a96f55c910345d1446108
> > >>
> > d59cf27a0a%7Cfa7b1b5a7b34438794aed2c178de
> > cee1%7C0%7C0%7C636587487660908
> > 23
> > >> >>5=tqF8yi%2F7lYcKZDOPpeU8mSyjjYWhwzIEPxqeobmEF28%3D=0
> > >> >>
> > >>
> > >>
> >
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> *
>


Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-08 Thread Piotr Zarzycki
Alex,

I will look into the installer and try to fix issue.

Thanks,
Piotr


2018-04-09 6:54 GMT+02:00 Alex Harui :

> If we (the Flex PMC) decide we want to request Adobe to host the files
> somewhere else, I will look into it.  No guarantees though.
>
> -Alex
>
> On 4/8/18, 1:24 AM, "Piotr Zarzycki"  wrote:
>
> >Hi Alex,
> >
> >How do you suggest aproach option #3? Do we need to write to someone or on
> >some forums?
> >
> >Thanks,
> >Piotr
> >
> >On Sun, Apr 8, 2018, 08:00 Alex Harui  wrote:
> >
> >> IMO, there are several possible solutions:
> >>
> >> 1) Find a fix in the installer
> >> 2) Find out if SourceForge can fix it for us.
> >> 3) Try to get Adobe to host the OSMF files somewhere else
> >> 4) See if Adobe has any objections to someone else hosting the OSMF
> >>files
> >> somewhere else.
> >>
> >> I believe we can redirect where the install script looks for OSMF for
> >>#2,
> >> #3, or #4 and not require a new release of the Installer or SDK so it
> >> might be less work to explore one of those 3 options.
> >>
> >> -Alex
> >>
> >> On 4/7/18, 6:45 PM, "Piotr Zarzycki"  wrote:
> >>
> >> >Exactly. In this thread you have alternate instruction how to download
> >> >SDK.
> >> >
> >> >There is also a chance that I soon will be working in fixing that
> >>stuff in
> >> >installer - At least for Windows.
> >> >
> >> >I see that on Mac it almost doesn't occur. Am I right?
> >> >
> >> >Carlos can you try on your Mac download SDK 4.16.1 and Adobe Air 29
> >>using
> >> >installer?
> >> >
> >> >Thanks,
> >> >Piotr
> >> >
> >> >On Sat, Apr 7, 2018, 20:37 Carlos Rovira 
> >>wrote:
> >> >
> >> >> Hi search in the list since there's a problem with OSMF downloads,
> >>and
> >> >> various threads.
> >> >> I think Piotr exposed and alternate way to download in some thread
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> 2018-04-07 19:00 GMT+02:00 Nisaba :
> >> >>
> >> >> > Hi,
> >> >> >
> >> >> > I get the same error, whatever the flex sdk or air version I
> >>choose.
> >> >> > The problem occurs with 2 different PCs and 1 Mac.
> >> >> >
> >> >> > Please see Picture.
> >> >> > I'm not very fluent with Ant, so any help is welcome.
> >> >> >
> >> >> >
> >> >><
> >> https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fapache-f
> >> >>lex-users.246.n4.nabble.com
> >> %2Ffile%2Ft1173%2Fflex.jpg=02%7C01%7C
> >> >>aharui%40adobe.com
> >> %7C7a96f55c910345d1446108d59cf27a0a%7Cfa7b1b5a7b3443879
> >>
> 4aed2c178decee1%7C0%7C0%7C636587487660908235=
> 5Avxqaha9QGKrenyoWxb
> Ou
> >> >>aLrvymmBOsJevojuqugmw%3D=0>
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> > --
> >> >> > Sent from:
> >> >>
> >>
> >>https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fapache-fl
> >> >>ex-users.246.n4.nabble.com%2F=02%7C01%7Caharui%40adobe.com
> >> %7C7a9
> >>
> 6f55c910345d1446108d59cf27a0a%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C
> 0%
> >>
> 7C636587487660908235=QU4G1bwXCwSL3r6IwaZSmGTyxPavBk
> 6r3xix4VklAH8%
> 3D
> >> >>=0
> >> >> >
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> Carlos Rovira
> >> >>
> >> >>
> >>
> >>https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fabout.me%
> >> >>2Fcarlosrovira=02%7C01%7Caharui%40adobe.com
> >> %7C7a96f55c910345d1446108
> >>
> d59cf27a0a%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636587487660908
> 23
> >> >>5=tqF8yi%2F7lYcKZDOPpeU8mSyjjYWhwzIEPxqeobmEF28%3D=0
> >> >>
> >>
> >>
>
>


-- 

Piotr Zarzycki

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


Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-08 Thread Alex Harui
If we (the Flex PMC) decide we want to request Adobe to host the files
somewhere else, I will look into it.  No guarantees though.

-Alex

On 4/8/18, 1:24 AM, "Piotr Zarzycki"  wrote:

>Hi Alex,
>
>How do you suggest aproach option #3? Do we need to write to someone or on
>some forums?
>
>Thanks,
>Piotr
>
>On Sun, Apr 8, 2018, 08:00 Alex Harui  wrote:
>
>> IMO, there are several possible solutions:
>>
>> 1) Find a fix in the installer
>> 2) Find out if SourceForge can fix it for us.
>> 3) Try to get Adobe to host the OSMF files somewhere else
>> 4) See if Adobe has any objections to someone else hosting the OSMF
>>files
>> somewhere else.
>>
>> I believe we can redirect where the install script looks for OSMF for
>>#2,
>> #3, or #4 and not require a new release of the Installer or SDK so it
>> might be less work to explore one of those 3 options.
>>
>> -Alex
>>
>> On 4/7/18, 6:45 PM, "Piotr Zarzycki"  wrote:
>>
>> >Exactly. In this thread you have alternate instruction how to download
>> >SDK.
>> >
>> >There is also a chance that I soon will be working in fixing that
>>stuff in
>> >installer - At least for Windows.
>> >
>> >I see that on Mac it almost doesn't occur. Am I right?
>> >
>> >Carlos can you try on your Mac download SDK 4.16.1 and Adobe Air 29
>>using
>> >installer?
>> >
>> >Thanks,
>> >Piotr
>> >
>> >On Sat, Apr 7, 2018, 20:37 Carlos Rovira 
>>wrote:
>> >
>> >> Hi search in the list since there's a problem with OSMF downloads,
>>and
>> >> various threads.
>> >> I think Piotr exposed and alternate way to download in some thread
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> 2018-04-07 19:00 GMT+02:00 Nisaba :
>> >>
>> >> > Hi,
>> >> >
>> >> > I get the same error, whatever the flex sdk or air version I
>>choose.
>> >> > The problem occurs with 2 different PCs and 1 Mac.
>> >> >
>> >> > Please see Picture.
>> >> > I'm not very fluent with Ant, so any help is welcome.
>> >> >
>> >> >
>> >><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-f
>> >>lex-users.246.n4.nabble.com
>> %2Ffile%2Ft1173%2Fflex.jpg=02%7C01%7C
>> >>aharui%40adobe.com
>> %7C7a96f55c910345d1446108d59cf27a0a%7Cfa7b1b5a7b3443879
>> 
4aed2c178decee1%7C0%7C0%7C636587487660908235=5Avxqaha9QGKrenyoWxb
Ou
>> >>aLrvymmBOsJevojuqugmw%3D=0>
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > Sent from:
>> >>
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl
>> >>ex-users.246.n4.nabble.com%2F=02%7C01%7Caharui%40adobe.com
>> %7C7a9
>> 
6f55c910345d1446108d59cf27a0a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
0%
>> 
7C636587487660908235=QU4G1bwXCwSL3r6IwaZSmGTyxPavBk6r3xix4VklAH8%
3D
>> >>=0
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >> Carlos Rovira
>> >>
>> >>
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%
>> >>2Fcarlosrovira=02%7C01%7Caharui%40adobe.com
>> %7C7a96f55c910345d1446108
>> 
d59cf27a0a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636587487660908
23
>> >>5=tqF8yi%2F7lYcKZDOPpeU8mSyjjYWhwzIEPxqeobmEF28%3D=0
>> >>
>>
>>



Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-08 Thread Carlos Rovira
Hi Pioitr,

2018-04-08 3:45 GMT+02:00 Piotr Zarzycki :

> I see that on Mac it almost doesn't occur. Am I right?
>
> Carlos can you try on your Mac download SDK 4.16.1 and Adobe Air 29 using
> installer?
>

Tried and all work perfect for me on Mac for that config

Best


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-08 Thread Piotr Zarzycki
Hi Alex,

How do you suggest aproach option #3? Do we need to write to someone or on
some forums?

Thanks,
Piotr

On Sun, Apr 8, 2018, 08:00 Alex Harui  wrote:

> IMO, there are several possible solutions:
>
> 1) Find a fix in the installer
> 2) Find out if SourceForge can fix it for us.
> 3) Try to get Adobe to host the OSMF files somewhere else
> 4) See if Adobe has any objections to someone else hosting the OSMF files
> somewhere else.
>
> I believe we can redirect where the install script looks for OSMF for #2,
> #3, or #4 and not require a new release of the Installer or SDK so it
> might be less work to explore one of those 3 options.
>
> -Alex
>
> On 4/7/18, 6:45 PM, "Piotr Zarzycki"  wrote:
>
> >Exactly. In this thread you have alternate instruction how to download
> >SDK.
> >
> >There is also a chance that I soon will be working in fixing that stuff in
> >installer - At least for Windows.
> >
> >I see that on Mac it almost doesn't occur. Am I right?
> >
> >Carlos can you try on your Mac download SDK 4.16.1 and Adobe Air 29 using
> >installer?
> >
> >Thanks,
> >Piotr
> >
> >On Sat, Apr 7, 2018, 20:37 Carlos Rovira  wrote:
> >
> >> Hi search in the list since there's a problem with OSMF downloads, and
> >> various threads.
> >> I think Piotr exposed and alternate way to download in some thread
> >>
> >>
> >>
> >>
> >>
> >> 2018-04-07 19:00 GMT+02:00 Nisaba :
> >>
> >> > Hi,
> >> >
> >> > I get the same error, whatever the flex sdk or air version I choose.
> >> > The problem occurs with 2 different PCs and 1 Mac.
> >> >
> >> > Please see Picture.
> >> > I'm not very fluent with Ant, so any help is welcome.
> >> >
> >> >
> >><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-f
> >>lex-users.246.n4.nabble.com
> %2Ffile%2Ft1173%2Fflex.jpg=02%7C01%7C
> >>aharui%40adobe.com
> %7C7a96f55c910345d1446108d59cf27a0a%7Cfa7b1b5a7b3443879
> >>4aed2c178decee1%7C0%7C0%7C636587487660908235=5Avxqaha9QGKrenyoWxbOu
> >>aLrvymmBOsJevojuqugmw%3D=0>
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > Sent from:
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl
> >>ex-users.246.n4.nabble.com%2F=02%7C01%7Caharui%40adobe.com
> %7C7a9
> >>6f55c910345d1446108d59cf27a0a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>7C636587487660908235=QU4G1bwXCwSL3r6IwaZSmGTyxPavBk6r3xix4VklAH8%3D
> >>=0
> >> >
> >>
> >>
> >>
> >> --
> >> Carlos Rovira
> >>
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%
> >>2Fcarlosrovira=02%7C01%7Caharui%40adobe.com
> %7C7a96f55c910345d1446108
> >>d59cf27a0a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63658748766090823
> >>5=tqF8yi%2F7lYcKZDOPpeU8mSyjjYWhwzIEPxqeobmEF28%3D=0
> >>
>
>


Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-08 Thread Alex Harui
IMO, there are several possible solutions:

1) Find a fix in the installer
2) Find out if SourceForge can fix it for us.
3) Try to get Adobe to host the OSMF files somewhere else
4) See if Adobe has any objections to someone else hosting the OSMF files
somewhere else.

I believe we can redirect where the install script looks for OSMF for #2,
#3, or #4 and not require a new release of the Installer or SDK so it
might be less work to explore one of those 3 options.

-Alex

On 4/7/18, 6:45 PM, "Piotr Zarzycki"  wrote:

>Exactly. In this thread you have alternate instruction how to download
>SDK.
>
>There is also a chance that I soon will be working in fixing that stuff in
>installer - At least for Windows.
>
>I see that on Mac it almost doesn't occur. Am I right?
>
>Carlos can you try on your Mac download SDK 4.16.1 and Adobe Air 29 using
>installer?
>
>Thanks,
>Piotr
>
>On Sat, Apr 7, 2018, 20:37 Carlos Rovira  wrote:
>
>> Hi search in the list since there's a problem with OSMF downloads, and
>> various threads.
>> I think Piotr exposed and alternate way to download in some thread
>>
>>
>>
>>
>>
>> 2018-04-07 19:00 GMT+02:00 Nisaba :
>>
>> > Hi,
>> >
>> > I get the same error, whatever the flex sdk or air version I choose.
>> > The problem occurs with 2 different PCs and 1 Mac.
>> >
>> > Please see Picture.
>> > I'm not very fluent with Ant, so any help is welcome.
>> >
>> > 
>>>lex-users.246.n4.nabble.com%2Ffile%2Ft1173%2Fflex.jpg=02%7C01%7C
>>aharui%40adobe.com%7C7a96f55c910345d1446108d59cf27a0a%7Cfa7b1b5a7b3443879
>>4aed2c178decee1%7C0%7C0%7C636587487660908235=5Avxqaha9QGKrenyoWxbOu
>>aLrvymmBOsJevojuqugmw%3D=0>
>> >
>> >
>> >
>> >
>> > --
>> > Sent from: 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl
>>ex-users.246.n4.nabble.com%2F=02%7C01%7Caharui%40adobe.com%7C7a9
>>6f55c910345d1446108d59cf27a0a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>7C636587487660908235=QU4G1bwXCwSL3r6IwaZSmGTyxPavBk6r3xix4VklAH8%3D
>>=0
>> >
>>
>>
>>
>> --
>> Carlos Rovira
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%
>>2Fcarlosrovira=02%7C01%7Caharui%40adobe.com%7C7a96f55c910345d1446108
>>d59cf27a0a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63658748766090823
>>5=tqF8yi%2F7lYcKZDOPpeU8mSyjjYWhwzIEPxqeobmEF28%3D=0
>>



Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-07 Thread Piotr Zarzycki
Exactly. In this thread you have alternate instruction how to download SDK.

There is also a chance that I soon will be working in fixing that stuff in
installer - At least for Windows.

I see that on Mac it almost doesn't occur. Am I right?

Carlos can you try on your Mac download SDK 4.16.1 and Adobe Air 29 using
installer?

Thanks,
Piotr

On Sat, Apr 7, 2018, 20:37 Carlos Rovira  wrote:

> Hi search in the list since there's a problem with OSMF downloads, and
> various threads.
> I think Piotr exposed and alternate way to download in some thread
>
>
>
>
>
> 2018-04-07 19:00 GMT+02:00 Nisaba :
>
> > Hi,
> >
> > I get the same error, whatever the flex sdk or air version I choose.
> > The problem occurs with 2 different PCs and 1 Mac.
> >
> > Please see Picture.
> > I'm not very fluent with Ant, so any help is welcome.
> >
> > 
> >
> >
> >
> >
> > --
> > Sent from: http://apache-flex-users.246.n4.nabble.com/
> >
>
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>


Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-07 Thread Carlos Rovira
Hi search in the list since there's a problem with OSMF downloads, and
various threads.
I think Piotr exposed and alternate way to download in some thread





2018-04-07 19:00 GMT+02:00 Nisaba :

> Hi,
>
> I get the same error, whatever the flex sdk or air version I choose.
> The problem occurs with 2 different PCs and 1 Mac.
>
> Please see Picture.
> I'm not very fluent with Ant, so any help is welcome.
>
> 
>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>



-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-06 Thread Fréderic Cox
get-with-no-params:
  [get] Getting:
http://airdownload.adobe.com/air/win/download/29.0//AdobeAI
RSDK.zip?ts=201804061818
  [get] To: C:\ApacheFlex4.16.1_AIR29\in\AdobeAIRSDK.zip
  [get]
http://airdownload.adobe.com/air/win/download/29.0//AdobeAIRSDK.zip?
ts=201804061818 permanently moved to
https://airdownload.adobe.com/air/win/downl
oad/29.0/AdobeAIRSDK.zip?ts=201804061818

BUILD FAILED
C:\ApacheFlex4.16.1_AIR29\installer.xml:351: The following error occurred
while
executing this line:
C:\ApacheFlex4.16.1_AIR29\installer.xml:371: The following error occurred
while
executing this line:
C:\ApacheFlex4.16.1_AIR29\installer.xml:895: The following error occurred
while
executing this line:
C:\ApacheFlex4.16.1_AIR29\installer.xml:920: The following error occurred
while
executing this line:
C:\ApacheFlex4.16.1_AIR29\installer.xml:927: The following error occurred
while
executing this line:
C:\ApacheFlex4.16.1_AIR29\installer.xml:967: Redirection detected from http
to h
ttps. Protocol switch unsafe, not allowed.




--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-06 Thread Fréderic Cox
Not working for me..neither through installer and not via ant

  [get] http://airdownload.adobe.com/a
ts=201804061818 permanently moved to https
oad/29.0/AdobeAIRSDK.zip?ts=201804061818

BUILD FAILED
C:\ApacheFlex4.16.1_AIR29\installer.xml:35
executing this line:
C:\ApacheFlex4.16.1_AIR29\installer.xml:37
executing this line:
C:\ApacheFlex4.16.1_AIR29\installer.xml:89
executing this line:
C:\ApacheFlex4.16.1_AIR29\installer.xml:92
executing this line:
C:\ApacheFlex4.16.1_AIR29\installer.xml:92
executing this line:
C:\ApacheFlex4.16.1_AIR29\installer.xml:96
ttps. Protocol switch unsafe, not allowed.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-03-22 Thread Piotr Zarzycki
Great! :) I hope I will look soon into installer!

On Thu, Mar 22, 2018, 08:26 Lydecker  wrote:

> Hi Piotr,
>
> I can confirm 4.16.1 Windows ANT installer has been fixed and works. (it
> was
> just 4.16.0 that fails).
>
> Thanks!
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-03-22 Thread Lydecker
Hi Piotr,

I can confirm 4.16.1 Windows ANT installer has been fixed and works. (it was
just 4.16.0 that fails).

Thanks!



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-03-21 Thread Piotr Zarzycki
Hi,

I don't have any kind of problems with installer.xml in 4.16.1. Please
check and post the results. Before I have sent you an email I did use avove
instruction - everything passed fine.

Thanks,
Piotr

On Wed, Mar 21, 2018, 19:30 Lydecker  wrote:

> Hi Piotr,
>
> Thanks for the quick reply.
>
> I have used ant before - but just so you know - the installer.xml script
> does NOT work on Windows either.
>
> See the 5:31am post here by Alex for the work around that must be used:
>
>
> http://apache-flex-development.247.n4.nabble.com/FlexSDK-4-16-0-installer-errors-td60542.html#a61157
>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-03-21 Thread Lydecker
Hi Piotr,

Thanks for the quick reply.

I have used ant before - but just so you know - the installer.xml script
does NOT work on Windows either.

See the 5:31am post here by Alex for the work around that must be used:

http://apache-flex-development.247.n4.nabble.com/FlexSDK-4-16-0-installer-errors-td60542.html#a61157




--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-03-21 Thread Piotr Zarzycki
Hi,

I'm not sure when I found the time to look into that, but you can download
SDK with Adobe Air in a different way. Here is the steps:


   1. Download SDK from here [1]
   2. Install Apache Ant [2]
   3. Unpack SDK and run ant command in the SDK folder ant -f installer.xml
   -Dair.sdk.version=29.0 -Dflash.sdk.version=29.0


It will probably ask you couple of question, so answer yes.

Let me know if it helped. :)

[1]
http://www.apache.org/dyn/closer.lua/flex/4.16.1/binaries/apache-flex-sdk-4.16.1-bin.zip
[2] https://ant.apache.org/


Thanks,
Piotr


2018-03-21 13:01 GMT+01:00 Lydecker :

> Hi - I'm trying to use the latest SDK installer to install Flex/Air29 on
> WINDOWS.
>
> The installer downloads the Flex SDK and Air SDK and unpacks them, but then
> fails when it gets to the OSMF download.
>
> Any ideas?
>
> Log below:
>
>
> Installer version 3.3.0 (windows)
> Using Locale: en_GB
> 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://apache.mirror.anlx.net/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:\Users\z\Desktop\f29\temp\apache-flex-sdk-4.16.1-bin.zip
> Finished unzipping:
> C:\Users\z\Desktop\f29\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:\Users\z\Desktop\f29/in/AdobeAIRSDK.zip
> Finished unzipping: C:\Users\z\Desktop\f29/in/AdobeAIRSDK.zip
> Installing Adobe Flash Player playerglobal.swc from:
> http://fpdownload.macromedia.com/get/flashplayer/updaters/
> 29//playerglobal29_0.swc
> Validating download:
> C:\Users\z\Desktop\f29/frameworks/libs/player/29.0/playerglobal.swc
> Downloading 2.2.zip from: https://github.com/swfobject/swfobject/archive
> Validating download: C:\Users\z\Desktop\f29/in/swfobject_2_2.zip
> Download complete
> Downloading OSMF2_0.swc?format=raw from:
> http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs
> Validating download: C:\Users\z\Desktop\f29/frameworks/libs/osmf.swc
> OSMF download failed
> Aborting Installation:
> http://flex.apache.org/track-installer.html?failure=true=Apache Flex
> SDK
> 4.16.1=4.16.1=windows=3.3.
> 0==OSMF%20download%20failed
>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>



-- 

Piotr Zarzycki

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