I tried Flexmojos 4.0 today, with Maven 3.0, and I got a strange error
regarding localization:

Error: unable to resolve bundle "example" for locale "en_US".

I tried the exact same project with Flexmojos 3.8 (and Maven 3.0) and
the build is successful.
I then ran "mvn -X install" and checked the detailed output, and I
found the following anomaly:
With Flexmojos 4.0, the "compiler.source-path" option only contains
the path to my sources, while with Flexmojos 3.8, it also contains the
path to my locales.

Flexmojos 4.0:
-compiler.source-path=C:\...\src\main\flex

Flexmojos 3.8:
-compiler.source-path C:\...\src\main\flex C:\...\src\main\locales\
{locale}

It seems like Flexmojos 4.0 forgets to add ${resourceBundlePath} to
the "compiler.source-path" option...

-- 
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

http://flexmojos.sonatype.org/

Reply via email to