Here's my plugin settings for compiling locale data. You can see compiled
locales in comments, and is currently using runtime locales:
<plugin>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<configuration>
<sourceFile>OperationsModule.mxml</sourceFile>
<locales>
<locale>en_US</locale>
</locales>
<!-- Compiled localization -->
<!-- <compiledLocales> -->
<!-- <locale>en_US</locale> -->
<!-- <locale>ja_JP</locale>-->
<!-- <locale>pt_BR</locale>-->
<!-- </compiledLocales>-->
<resourceBundlePath>${basedir}/src/main/locales/{locale}</resourceBundlePath>
<runtimeLocales>
<locale>en_US</locale>
<locale>ja_JP</locale>
<locale>pt_BR</locale>
</runtimeLocales>
</configuration>
</plugin>
On Mon, Nov 16, 2009 at 2:18 PM, Bruno Medeiros <[email protected]> wrote:
> Hi all!
>
> I think it's a dumb question, but I didn't find it in the docs.
>
> I have an swc project that have some additional compiler arguments, like
> that:
> -source-path+=com/company/dashboard/locales/
>
> But after mavenize my build, projects that use this swc project started
> with an error. It's because flex-mojos is not compiling my project with this
> argument.
> How can I set this argument on the flex-mojos?
>
> Thanks in advance,
>
> --------
> BrunoJCM
>
> --
> 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]<flex-mojos%[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/
--
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/