I have a project that I can build through maven flexmojos plugin or
using the flexbuilder. I am using DateFormatter in my project that
needs localized resources.

I am using flex framework 3.4.X, which has its default set of
localization files/bundles.

I am also using DataVisualization in my project which has its own set
of localization files/bundles...some of which are named the same as
the flex framework localization files.

I am only using the en_US locale.

My expectation is that the two (or more) sets of localization files
get merged and all of them are available.

One of the localization files is SharedResources.properties and it
only exists in the flex framework. When I build through maven, somehow
the SharedResources resource bundle ends up being empty (no
content...as seen in the debugger...but it does not complain about not
finding SharedResources) and my formatting throws an exception. When I
build through the flexbuilder, SharedResources has content and
formatting works fine.

I am using flexmojos version 3.3.0. I am using compiledLocales for
en_US in my pom.

Another note: I can get around the problem with SharedResources by
copying the framework SharedResources.properties into my project and
setting up source path to point to it.

Any thoughts on what could be going on?
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to