On Feb 18, 2:42 pm, Marvin Froeder <[email protected]> wrote: > And why don't you define a single locale for this SWFs? > > So but all 15 locales to your uber localized swf and just one (to make me > happy =D) everywhere else
That is a good idea. I will add that to my current idea where I am using Maven profiles to compile en_US for non-production builds using <compiledLocales>, and using <runtimeLocales> for production builds. > > Still, you did include a resource bundle at runtime.... Yeah, the difference is that is was compiled at a different time but lets not quibble over that anymore :) > Even your scenario is covered.... so I do insist, flexmojos does support > runtime locales for SWF build. But that is not what you wanna. At the end of the day the solution is more than satisfactory. For those who find this thread via search, my recommendation is that if you have multiple apps using a single resource module, to compile that resource module separately, then use maven profiles to use <compiledLocales> for your non-production builds, and <runtimeLocales> for your production builds. This way you get the best of all worlds: resources modules, working tests, and smallest production swfs possible Collin -- 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://flexmojos.sonatype.org/
