RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-11 Thread Maurice Amsellem
YT? Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : mardi 11 mars 2014 00:42 À : dev@flex.apache.org Objet : Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6 1) That is way more work than I would like to take on. We'd have to poll f

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Alex Harui
On 3/10/14 5:34 PM, "Justin Mclean" wrote: >Hi, > >> I put dmg and exe files here: >>http://people.apache.org/~aharui/Installer/ > >I gave it a try: >- looks like start up is a little slower? Hmm, hard for me to tell. It is doing more work, but it shouldn't be significant. Does it feel like m

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Justin Mclean
Hi, > I put dmg and exe files here: http://people.apache.org/~aharui/Installer/ I gave it a try: - looks like start up is a little slower? - probably should default to AIR 4 not 3.9 but that's a config file issue. - I couldn't reproduce the locale issue so that's promising. - If error occur getti

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Sean Thayne
There is a cool lib for Air, URLMonitor that makes it easy to tell if the connection drops reconnects. http://stackoverflow.com/questions/9671678/adobe-air-check-for-internet-connection This is still a lot of work though, and I think it's such an edge case that it's definitely not worth it. -Sea

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Alex Harui
I think I've fixed it, but clearly, I am not able to reproduce the conditions other folks can. On 3/10/14 3:59 PM, "Justin Mclean" wrote: >Hi, > >> I'm just trying to understand whether you are asking for more changes to >> the installer. > >Do we still have the issue in that the locales can get

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Alex Harui
Ok. I'll look into it. On 3/10/14 4:14 PM, "OmPrakash Muppirala" wrote: >Okay, I just tried installing FlexJS again. Everything seems to have >downloaded and copied over correctly, but the Installer keeps showing that >the last step is ongoing. Here is a screenshot: http://snag.gy/6UOT6.jpg >

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Alex Harui
1) That is way more work than I would like to take on. We'd have to poll for the recovery of the network and then load all of the prior support files like the -config.xml and locale files, essentially re-starting the app without actually restarting it. 2) If the progress bar squares are visible,

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread piotr.zarzycki
Like you suggest Alex I have tested installer with unplugged connection: Case I: 1) Started installer 2) Unplug internet 3) Click "Next" and got nice error log popup 4) After close popup I have disabled "Next" button -> http://bit.ly/PlsSlv I think it should be enabled after exception, because w

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread OmPrakash Muppirala
Okay, I just tried installing FlexJS again. Everything seems to have downloaded and copied over correctly, but the Installer keeps showing that the last step is ongoing. Here is a screenshot: http://snag.gy/6UOT6.jpg Here is the console log: Version 3.0.0 (windows) Using Locale:en_US Fetched the

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Justin Mclean
Hi, > I'm just trying to understand whether you are asking for more changes to > the installer. Do we still have the issue in that the locales can get out of sync (due to different download times) or has that been fixed? Thanks, Justin

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Alex Harui
In theory, the busy cursor should be showing until the app finishes loading the strings. Is that working? And if the app comes up in 1 second, that sounds much better than the 10 seconds for flex.a.o. I'm just trying to understand whether you are asking for more changes to the installer. -Alex

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Justin Mclean
Hi, > Is that unusually slow or typical of access flex.a.o from Australia? Generally typical. Anything from the US has at least a 200-300ms lag to travel the ocean. The web site takes 10 seconds to load without being cached and 1 second when cached. Looking at the requests it the latency (500-

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread OmPrakash Muppirala
get "audience" for the installer > >>>are developers, so they have enough knowledge of English to understand > >>>simple error messages. > >>> > >>>Falling back to the English embedded locale in case something goes wrong > >>>early

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Alex Harui
e developers, so they have enough knowledge of English to understand >>>simple error messages. >>> >>>Falling back to the English embedded locale in case something goes wrong >>>early would be a good option. >>> >>> >>>Maurice >>> >

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Alex Harui
On 3/10/14 1:41 PM, "Justin Mclean" wrote: > >Hi, > >It may not the download speed but the latency that causes issues. > >From yesterday I was seeing between 300ms to 700ms from the time of the >request to start of download and about 300ms to download the file.\ Is that unusually slow or typic

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Sean Thayne
Charles also has bandwidth throttling. http://www.charlesproxy.com/ -Sean Thayne On Mon, Mar 10, 2014 at 2:41 PM, Justin Mclean wrote: > > Hi, > > It may not the download speed but the latency that causes issues. > > From yesterday I was seeing between 300ms to 700ms from the time of the >

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Justin Mclean
Hi, It may not the download speed but the latency that causes issues. From yesterday I was seeing between 300ms to 700ms from the time of the request to start of download and about 300ms to download the file.\ 1 second is enough of a pause to make the user wonder what is happening IMO. If yo

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Alex Harui
se something goes wrong >>early would be a good option. >> >> >>Maurice >> >>-Message d'origine- >>De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash >>Muppirala >>Envoyé : lundi 10 mars 2014 19:42 >>À : de

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Alex Harui
;Maurice > >-Message d'origine- >De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash >Muppirala >Envoyé : lundi 10 mars 2014 19:42 >À : dev@flex.apache.org >Objet : Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6 > &g

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Maurice Amsellem
2014 19:42 À : dev@flex.apache.org Objet : Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6 On Mon, Mar 10, 2014 at 11:32 AM, Alex Harui wrote: > > > On 3/10/14 11:14 AM, "OmPrakash Muppirala" wrote: > > >On Mon, Mar 10, 2014 at 11:08 AM, Alex Harui wro

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Maurice Amsellem
t happened to me, even with super-fast connection, when I got the SDK notice list instead of the FlexJS one). Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : lundi 10 mars 2014 19:00 À : dev@flex.apache.org Objet : Re: [DISCUSS] Discuss Release Apac

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread OmPrakash Muppirala
On Mon, Mar 10, 2014 at 11:32 AM, Alex Harui wrote: > > > On 3/10/14 11:14 AM, "OmPrakash Muppirala" wrote: > > >On Mon, Mar 10, 2014 at 11:08 AM, Alex Harui wrote: > > > >> As currently written, we can fail before we get the localized strings. > >> Also, there is very little chance that all of

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Alex Harui
On 3/10/14 11:14 AM, "OmPrakash Muppirala" wrote: >On Mon, Mar 10, 2014 at 11:08 AM, Alex Harui wrote: > >> As currently written, we can fail before we get the localized strings. >> Also, there is very little chance that all of the current locales will >>get >> updated. Some locales are alrea

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread OmPrakash Muppirala
xt color for "Install Log" to > >>red? > >> >> > >> >> I think I'm going to try blinking. I tried red, but didn't like it. > >> >>Then > >> >> we don't have to localize the strings in an Alert. > >&

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Alex Harui
't have to localize the strings in an Alert. >> >> >> >> Thoughts? >> >> -Alex >> >> >> >> On 3/10/14 12:51 AM, "Maurice Amsellem" >> >> wrote: >> >> >> >>> I agree. >&g

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Alex Harui
--Message d'origine- >De : Maurice Amsellem >Envoyé : lundi 10 mars 2014 18:22 >À : dev@flex.apache.org >Objet : RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6 > >We have already the progress square that will turn to red to indicate an >error occurred.

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread OmPrakash Muppirala
>> -Alex > >> > >> On 3/10/14 12:51 AM, "Maurice Amsellem" > >> wrote: > >> > >>> I agree. > >>> Let's take the time to fix and test installer 3.0. > >>> And release 4.12 now. > >>> > >&g

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Alex Harui
>> Thoughts? >> -Alex >> >> On 3/10/14 12:51 AM, "Maurice Amsellem" >> wrote: >> >>> I agree. >>> Let's take the time to fix and test installer 3.0. >>> And release 4.12 now. >>> >>> -Message d'

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Maurice Amsellem
msellem Envoyé : lundi 10 mars 2014 18:22 À : dev@flex.apache.org Objet : RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6 We have already the progress square that will turn to red to indicate an error occurred. The error should be logged in the console and also could be displayed i

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Alex Harui
t; >Maurice > >-Message d'origine- >De : Alex Harui [mailto:aha...@adobe.com] >Envoyé : lundi 10 mars 2014 18:09 >À : dev@flex.apache.org >Objet : Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6 > >As I've been adding more fault tole

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Maurice Amsellem
on't think we need an alert, and the red square is visible enough... WDYT? Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : lundi 10 mars 2014 18:09 À : dev@flex.apache.org Objet : Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Lee Burrows
test installer 3.0. And release 4.12 now. -Message d'origine- De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : lundi 10 mars 2014 07:34 À : dev@flex.apache.org Objet : Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6 On Mar 9,

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Alex Harui
st installer 3.0. >And release 4.12 now. > >-Message d'origine- >De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash >Muppirala >Envoyé : lundi 10 mars 2014 07:34 >À : dev@flex.apache.org >Objet : Re: [DISCUSS] Discuss Release Apache Flex SDK I

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Maurice Amsellem
ss Release Apache Flex SDK Installer 3.0 - RC6 On Mar 9, 2014 10:14 PM, "Alex Harui" wrote: > > > > On 3/9/14 10:06 PM, "OmPrakash Muppirala" wrote: > > > > >Lee's issue sounds pretty serious to me. If you are up for it, I > >think an > &g

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Maurice Amsellem
0 À : dev@flex.apache.org Objet : Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6 On 3/9/14 9:50 PM, "Justin Mclean" wrote: >Hi, > >> So while we have enough +1 votes, >Not quite there's only 2 + binding votes but you haven't voted. > >

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Justin Mclean
Hi, OK I'll get onto releasing 4.12.0 Justin

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Alex Harui
On 3/9/14 11:34 PM, "OmPrakash Muppirala" wrote: > >> It is serious, if there's an error fetching that file. By recommending >> RC7, are you also recommending that we announce SDK 4.12.0 now? >> > >I guess. We probably don't want to delay 4.12 anymore. > >Unless someone wants to take up my fi

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread OmPrakash Muppirala
On Mar 9, 2014 10:14 PM, "Alex Harui" wrote: > > > > On 3/9/14 10:06 PM, "OmPrakash Muppirala" wrote: > > > > >Lee's issue sounds pretty serious to me. If you are up for it, I think an > >RC7 is worth it. > It is serious, if there's an error fetching that file. By recommending > RC7, are you al

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Justin Mclean
HI, > I was unable to view the screen shot, but I did find that the debug > version threw some errors so I'll fix those. It shows the Nethlands locale selected but everything in Greek. Given the Greek resource file is the biggest it may take longer to load that even if you have selected another

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Justin Mclean
Hi, And I managed to get another issue on start up of the installer (ie nothing selected or buttons pushed yet). Unable to load language filenull [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032] Sorry but I think my votes stays as -1 f

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Alex Harui
I was unable to view the screen shot, but I did find that the debug version threw some errors so I'll fix those. On 3/9/14 10:26 PM, "Justin Mclean" wrote: >Hi, > >In trying to reproduce the missing check box issue I managed to do this: >https://drive.google.com/file/d/0B3cTQYHN73CEUXFaMGk0dVVCU

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Justin Mclean
Hi, Currently [1] + [2] shows a directory listing it probably shouldn't do that. Justin 1. http://flex.apache.org/installer/ 2. http://flex.apache.org/installer/properties/

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Justin Mclean
Hi, Currently [1] + [2] shows a directory listing it probably shouldn't do that. Justin 1. http://flex.apache.org/installer/ 2. http://flex.apache.org/installer/properties/

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Justin Mclean
Hi, In trying to reproduce the missing check box issue I managed to do this: https://drive.google.com/file/d/0B3cTQYHN73CEUXFaMGk0dVVCU2c/edit?usp=sharing I think what happen is selecting a locale by using key down it fired off several requests to get the locale config file but they finished com

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Alex Harui
On 3/9/14 9:50 PM, "Justin Mclean" wrote: >Hi, > >> So while we have enough +1 votes, >Not quite there's only 2 + binding votes but you haven't voted. > >> the question is: how often do we expect to get errors fetching these >>xml files? >Are you sure that's the issue in Maurice's case? Pretty

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Alex Harui
On 3/9/14 10:06 PM, "OmPrakash Muppirala" wrote: > >Lee's issue sounds pretty serious to me. If you are up for it, I think an >RC7 is worth it. It is serious, if there's an error fetching that file. By recommending RC7, are you also recommending that we announce SDK 4.12.0 now? -Alex

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread OmPrakash Muppirala
On Mar 9, 2014 9:38 PM, "Alex Harui" wrote: > > > > On 3/9/14 4:47 PM, "Lee Burrows" wrote: > > >To clarify, i was seeing the Flex busy mouse cursor (the clock), not the > >native windows busy mouse cursor. > Understood. So in looking at the code, I'd guess that both Lee's and > Maurice's issues

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Justin Mclean
Hi, > BTW, can someone tell me what is the issue with the Disclaimer? The content is out of date and talks about (and has links to) SVN. Thanks, Justin

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Justin Mclean
Hi, > So while we have enough +1 votes, Not quite there's only 2 + binding votes but you haven't voted. > the question is: how often do we expect to get errors fetching these xml > files? Are you sure that's the issue in Maurice's case? I can't see how unable to load the XML file would cause t

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Alex Harui
On 3/9/14 4:47 PM, "Lee Burrows" wrote: >To clarify, i was seeing the Flex busy mouse cursor (the clock), not the >native windows busy mouse cursor. Understood. So in looking at the code, I'd guess that both Lee's and Maurice's issues are due to an error fetching either sdk-installer-config-4.

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Maurice Amsellem
mailto:jus...@classsoftware.com] Envoyé : lundi 10 mars 2014 00:15 À : dev@flex.apache.org Objet : Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6 Hi, I think Lee's issue: "On first run, buttons and dropdowns were not populated and installer was showing busy mouse cursor

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Lee Burrows
To clarify, i was seeing the Flex busy mouse cursor (the clock), not the native windows busy mouse cursor. On 09/03/2014 23:15, Justin Mclean wrote: Hi, I think Lee's issue: "On first run, buttons and dropdowns were not populated and installer was showing busy mouse cursor continuously." And

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Justin Mclean
Hi, I think Lee's issue: "On first run, buttons and dropdowns were not populated and installer was showing busy mouse cursor continuously." And Maurices issue - missing license check boxes https://www.dropbox.com/s/iigugjjjchm7w7i/flexJS_complist_EN.png Need to be investigated before we release

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Lee Burrows
Having the version number only in the log seems bizarre to me btw, no version number added to log if config fails to load On 09/03/2014 19:48, OmPrakash Muppirala wrote: On Mar 9, 2014 12:43 PM, "piotr.zarzycki" wrote: Agree with @Lee! Information about version should appear somewhere. The v

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread OmPrakash Muppirala
On Mar 9, 2014 12:43 PM, "piotr.zarzycki" wrote: > > Agree with @Lee! Information about version should appear somewhere. The version number appears in the console log. We originally thought that showing the version of the Installer might be confusing to the users. > I would like to also propose

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread piotr.zarzycki
Agree with @Lee! Information about version should appear somewhere. I would like to also propose in the future version of installer button "back" on the second and third step of installation. WDYT ? Piotr - Flex/Air developer. piotrzarzyck...@gmail.com -- View this message in context: htt

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Lee Burrows
Hi All, I downloaded and installed the RC6 binaries (replacing 2.7) and found a few issues: 1) On first run, buttons and dropdowns were not populated and installer was showing busy mouse cursor continuously. After a couple of minutes i tried clicking buttons and opened the log window which t

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Maurice Amsellem
.amsel...@systar.com] Envoyé : dimanche 9 mars 2014 16:15 À : dev@flex.apache.org Objet : RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6 Yes, sorry, Test#3 passed. Will try again with test #2 to see if there is a reproductible path. Maurice -Message d'origine- De

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Maurice Amsellem
RC4 / AIR 3.9 and check in IDE: >Results : OK >Compiled and run medium-sized web app with Intellij 13: OK Compile and >run on ADL medium-sized mobile app with IntelliJ 13.0: OK > >Maurice > >-----Message d'origine- >De : Alex Harui [mailto:aha...@adobe.com] Envoy

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Alex Harui
>>Cache dir: D:\Temp\flex installer cache >>Install dir: D:\Temp\flex install\SDK 412 and D:\Temp\flex >>install\FlexJS Try >> >>Test #4: Install SDK 4.12 RC4 / AIR 3.9 and check in IDE: >>Results : OK >>Compiled and run medium-sized web app with Int

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Alex Harui
heck in IDE: >Results : OK >Compiled and run medium-sized web app with Intellij 13: OK >Compile and run on ADL medium-sized mobile app with IntelliJ 13.0: OK > >Maurice > >-----Message d'origine- >De : Alex Harui [mailto:aha...@adobe.com] >Envoyé : samedi 8 mars

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Alex Harui
On 3/9/14 5:38 AM, "Justin Mclean" wrote: >Hi, > >Just noticed the French and Greek locales cause scroll bars to show on >the accept license page (and I don;t recall that happening before) - >probably not a -1 but it's rather ugly. For me, Installer 2.7 also shows scrollbars, so I don't think i

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Alex Harui
On 3/9/14 5:37 AM, "Justin Mclean" wrote: >Hi, > >And the disclaimer link (which I pointed out previously) contains >incorrect information. I guess I don't understand what is wrong here. Can you provide more details? -Alex

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Maurice Amsellem
Sorry, I meant "Support Adobe des polices embarquées (faculatif)". -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : dimanche 9 mars 2014 14:24 À : dev@flex.apache.org Objet : RE: [DISCUSS] Discuss Release Apache Flex SDK Inst

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Maurice Amsellem
Same meaning, but shorter. WDYT? -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : dimanche 9 mars 2014 12:38 À : dev@flex.apache.org Objet : Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6 Hi, Just noticed the French and Greek loc

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Justin Mclean
Hi, And the disclaimer link (which I pointed out previously) contains incorrect information. Justin

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Justin Mclean
Hi, Just noticed the French and Greek locales cause scroll bars to show on the accept license page (and I don;t recall that happening before) - probably not a -1 but it's rather ugly. Justin

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Maurice Amsellem
igine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : samedi 8 mars 2014 08:06 À : dev@flex.apache.org Objet : [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6 This is the discussion thread. This RC contains a change to the naming scheme of files in the cache. File names are now

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-07 Thread OmPrakash Muppirala
On Fri, Mar 7, 2014 at 11:17 PM, Justin Mclean wrote: > Hi, > > "Getting tired of seeing these? Me too. I have my fingers crossed for > this one." > > :-) > > Apache Flex 4.9 I think had 7 RCs so not beaten the record yet. > > Justin > > Nope, the record is Installer 1.0. It had TEN release cand

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-07 Thread Justin Mclean
Hi, "Getting tired of seeing these? Me too. I have my fingers crossed for this one." :-) Apache Flex 4.9 I think had 7 RCs so not beaten the record yet. Justin

[DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-07 Thread Alex Harui
This is the discussion thread. This RC contains a change to the naming scheme of files in the cache. File names are now escaped because the URL could contain characters not supported by, for example, Windows. This means that on your first run of RC6, you may see an unexpected cache miss or what a