locale problems w/ eclipse and SDK 4.9

2013-02-05 Thread Frédéric Thomas
Hi, Someone (adnan) reported me its Flash Builder project using SDK 4.9 (installed from the installer) with the locale as fr_FR didn't work because the compiler complained it was impossible to resolve resources bundles containers, core, etc... for the regional parameter fr_FR. Well, few days a

Re: locale problems w/ eclipse and SDK 4.9

2013-02-05 Thread Alex Harui
I'm confused, is he saying fr_FR isn't recognized or just that bundles couldn't be found? Have him check the locales folder and see if it is properly populated for fr_FR On 2/5/13 4:47 AM, "Frédéric Thomas" wrote: > Hi, > > Someone (adnan) reported me its Flash Builder project using SDK 4.9 (

Re: locale problems w/ eclipse and SDK 4.9

2013-02-05 Thread Adnan Doric
Hi Alex, What I've done is pretty standard: 1) Installed Eclipse 4.2.1 & Flash Builder 4.7 as plugin 2) Installed Apache Flex SDK Installer and Flex 4.9.0 using it 3) Specified 4.9.0 as default SDK and created new project "Test" 4) Added "-locale fr_FR" in "additional compiler arguments" Observ

RE: locale problems w/ eclipse and SDK 4.9

2013-02-05 Thread Frédéric THOMAS
I tried that with other locales, en_EN, it_IT, same result, it works with 4.8 or 4.9 and IntelliJ. -Fred -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Tuesday, February 05, 2013 5:17 PM To: dev@flex.apache.org Subject: Re: locale problems w/ eclipse and SDK 4.9 I'

Re: locale problems w/ eclipse and SDK 4.9

2013-02-05 Thread Alex Harui
esult, it works with > 4.8 or 4.9 and IntelliJ. > > -Fred > > > -Original Message- > From: Alex Harui [mailto:aha...@adobe.com] > Sent: Tuesday, February 05, 2013 5:17 PM > To: dev@flex.apache.org > Subject: Re: locale problems w/ eclipse and SDK 4.9 > > I'

RE: locale problems w/ eclipse and SDK 4.9

2013-02-05 Thread Frédéric THOMAS
flex-config.xml tomorrow only (I've got my billard tourment tonight :P) Thanks, Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Date: Tue, 5 Feb 2013 09:17:42 -0800 > Subject: Re: locale problems w/ eclipse and SDK 4.9 > > Maybe the locales folder

Re: locale problems w/ eclipse and SDK 4.9

2013-02-05 Thread Adnan Doric
-Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Tuesday, February 05, 2013 5:17 PM To: dev@flex.apache.org Subject: Re: locale problems w/ eclipse and SDK 4.9 I'm confused, is he saying fr_FR isn't recognized or just that bundles couldn't be found? Have him

RE: locale problems w/ eclipse and SDK 4.9

2013-02-05 Thread Frédéric THOMAS
;ve got my billard tourment tonight :P) > > > > Thanks, > > Frédéric THOMAS > > > >> From: aha...@adobe.com > >> To: dev@flex.apache.org > >> Date: Tue, 5 Feb 2013 09:17:42 -0800 > >> Subject: Re: locale problems w/ eclipse and SDK 4.9 > &g

Re: locale problems w/ eclipse and SDK 4.9

2013-02-06 Thread Jagan Langa Sami Durai
7;t seen before. > > Frédéric THOMAS > > > Date: Tue, 5 Feb 2013 19:28:16 +0100 > > From: astronaute@gmail.com > > To: dev@flex.apache.org > > Subject: Re: locale problems w/ eclipse and SDK 4.9 > > > > Right on spot, it works now, thank you both of y

RE: locale problems w/ eclipse and SDK 4.9

2013-02-06 Thread Frédéric THOMAS
Hi, If it happened, sorry ! what was the issues ? did you attached a sample project demonstrating the problem ? Thanks, Frédéric THOMAS > Date: Wed, 6 Feb 2013 16:13:57 +0530 > Subject: Re: locale problems w/ eclipse and SDK 4.9 > From: jaga...@sybrant.com > To: dev@flex.apache.o

Re: locale problems w/ eclipse and SDK 4.9

2013-02-06 Thread Jagan Langa Sami Durai
roblem ? > > Thanks, > Frédéric THOMAS > > > Date: Wed, 6 Feb 2013 16:13:57 +0530 > > Subject: Re: locale problems w/ eclipse and SDK 4.9 > > From: jaga...@sybrant.com > > To: dev@flex.apache.org > > > > When I raised an issue about this in JIRA, They

[PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9)

2013-02-07 Thread Frédéric THOMAS
volunteer to be release manager for the 4.10 (I think I can't as I'm not PMC). Thanks, -Fred -Message d'origine- From: Jagan Langa Sami Durai Sent: Wednesday, February 06, 2013 4:39 PM To: dev@flex.apache.org Subject: Re: locale problems w/ eclipse and SDK 4.9 Actually

Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9)

2013-02-07 Thread Justin Mclean
Hi, > - Can't use Flash Builder for projects using locales other than en_US > - Can't use the apache and experimental lib with locales other than english Can you give a bit more detail on this as I've used 4.9 with the eu_AU locale with no issues. If there is a issue we can patch the release br

Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9)

2013-02-07 Thread Frédéric THOMAS
uot;locale/en_US" instead of "locale/{locale}" causing FB having no clue where to get the resource bundles. (Look at this thread "locale problems w/ eclipse and SDK 4.9" as well) But I agree that we have enough for a new release, it may require a bit of polishing howev

Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9)

2013-02-07 Thread Frédéric THOMAS
Oh, I didn't say but yes, maybe a 4.9.1 is better. -Fred -Message d'origine- From: Frédéric THOMAS Sent: Thursday, February 07, 2013 12:36 PM To: dev@flex.apache.org Subject: Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9) Hi Justin

Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9)

2013-02-07 Thread Justin Mclean
Hi, > I just fixed it last night, the flex-config.xml was constructed with > "locale/en_US" instead of > "locale/{locale}" causing FB having no clue > where to get the resource bundles. I just tried a simple program with a couple of locales (fr_FR and eu_AU and en_US) and had no issues with th

Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9)

2013-02-07 Thread Frédéric THOMAS
7, 2013 12:58 PM To: dev@flex.apache.org Subject: Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9) Hi, I just fixed it last night, the flex-config.xml was constructed with "locale/en_US" instead of "locale/{locale}" causing FB having no c

Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9)

2013-02-07 Thread Justin Mclean
Hi, > How looks like your flex-config.xml in ./framework at line 83 ? locale/en_US And line 37 is: en_US > How looks like, in your FB/SDK 4.9 project, the SDK library path (project > properties), is there a reference to a {locale} folder as it should ? No it just points to the base path of the

Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9)

2013-02-07 Thread Frédéric THOMAS
blems working with locales at this point. Thnaks, -Fred -Message d'origine- From: Justin Mclean Sent: Thursday, February 07, 2013 1:33 PM To: dev@flex.apache.org Subject: Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9) Hi, How looks like

Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9)

2013-02-07 Thread Justin Mclean
Hi, >> How looks like, in your FB/SDK 4.9 project, the SDK library path (project >> properties), is there a reference to a {locale} folder as it should ? > No it just points to the base path of the SDK in my case > /Users/justinmclean/Documents/ApacheFlex4.9SDK Which is the default btw. Justin

Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9)

2013-02-07 Thread Frédéric THOMAS
Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9) Hi, How looks like, in your FB/SDK 4.9 project, the SDK library path (project properties), is there a reference to a {locale} folder as it should ? No it just points to the base path of the SDK in my case

Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9)

2013-02-12 Thread Jagan Langa Sami Durai
within there're all the resource bundles listed. > > > -Fred > > -Message d'origine- From: Justin Mclean > Sent: Thursday, February 07, 2013 1:44 PM > > To: dev@flex.apache.org > Subject: Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ > ecli

Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9)

2013-02-12 Thread Justin Mclean
Hi, > Is there any update for Flex 4.10..? Is the flex dev team come to a > conclusion for the locale issue..? Is it an issue that you can replicate? At this point I think it would be easier to release a 4.9.1 rather than a 4.10 as no has step forward willing to do so. If the suggested "{loca

Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9)

2013-02-12 Thread Justin Mclean
Hi, I made a 4.9.1 release candidate if you want to check it out and see if it fixes the locale issue. Alex wants a few other fixes into the 4.9.1 release so we'll hold off on voting it in as an official release. Apache Flex 4.9.1 RC can be found here: https://dist.apache.org/repos/dist/dev/fle

Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9)

2013-02-12 Thread Alex Harui
On 2/12/13 4:51 PM, "Justin Mclean" wrote: > Hi, > > I made a 4.9.1 release candidate if you want to check it out and see if it > fixes the locale issue. Alex wants a few other fixes into the 4.9.1 release so > we'll hold off on voting it in as an official release. But I am hoping not to have

RE: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9)

2013-02-12 Thread Bjorn Svensson
ework/flex-config.xml file. Thank you :) Bjorn -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Tuesday, February 12, 2013 5:01 PM To: dev@flex.apache.org Subject: Re: [PROPOSAL] Preparing 4.10 release (was: locale problems w/ eclipse and SDK 4.9) On 2/12/13 4:51 PM, &quo