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"
Observed:
- 14 errors "Unable to resolve resource bundle..."
Expected:
- no errors
----------------
I even tried using "copylocale.bat en_US fr_FR" to no avail.
Maybe I'm missing something important here ?
Cheers,
Adnan
On 05/02/2013 17:17, Alex Harui wrote:
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" <frederic.tho...@systar.com> wrote:
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 ago, testing the 4.9 in maven, I had locale issues as well, I
realized that the apache and experimental resource bundles didn't exist for
many locales, I created dummy in the develop branch.
I thought the problem he reported me came from the same kind of issues, I did
a test in eclipse with 4.9/4.10: Same errors, the same project with IntelliJ
has no issue.
Someone's got an idea ? can it be a makeApacheFlexFlashBuilder problem ? (I
don't use to work with flashbuilder).
-Fred