Hi again,
I know I am not the first one starting this topic, but I could find
any hint... :/
My project structure (main module and lib module):
_________________________________________________________________
main
-src
---main
-----flex
-----resources
-------locale
---------de_DE -> r1.properties
---------en_US -> r1.properties
___
lib
main
-src
---main
-----flex
-----resources
-------locale
---------de_DE -> r2.properties
---------en_US -> r2.properties
_________________________________________________________________
my pom.xml (main and lib)
---
<configuration>
<resourceBundlePath>${basedir}/src/main/resources/locale/{locale}</
resourceBundlePath>
<compiledLocales>
<locale>en_US</locale>
<locale>de_DE</locale>
</compiledLocales>
</configuration>
---
_________________________________________________________________
The facts:
1. This works fine with Maven!
2. This does not work with Flex Builder completely. On a language
change just the resources of the main module get changed?!
The questions:
1. This does not seem to be the default layout structure!? Is 'src/
main/locales/en_US' (without resources, 'locales' instead of 'locale')
the default structure?
2. Why does this not work with Flex Builder. My additional compiler
arguments are '-locale en_US de_DE -include-resource-bundles r2'.
Unfortunately I could not find any working example. Thanks for your
help!
Mario
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en
http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---