As followup, I was able to run
${FLEX_HOME}\bin\copylocale.exe en_US fr_FR
And I do see that the resulting rpc_rb.swc has the internal structure
I described. (locale\pt_BR).
I'm guessing this is all it will take to fix.
Please let me know if this is updated, otherwise, I'll just be posting
fix to our local repo.
Thanks,
- Scott
On Oct 21, 3:42 pm, Scott Langeberg <[email protected]> wrote:
> Hello,
>
> I did see previous thread on this topic, but I wasn't able to respond
> into that thread
>
> = I am seeing the following errors, when trying to compile with
> runtimeLocales (pt_BR):
>
> [ERROR] Unable to resolve resource bundle "rpc" for locale "pt_BR".
> [ERROR] Unable to resolve resource bundle "messaging" for locale
> "pt_BR".
>
> I've attached my plugin tag at bottom. However, I've noticed that the
> artifact may have NOT been configured properly.
>
> When I open the artifact rpc-3.2.0.3958-pt_BR.rb.swc, I can see it was
> compiled with internal structure (locale\en_US\rpc.properties,
> messaging.properties). In comparison, I can see that
> framework-3.2.0.3958-pt_BR.rb.swc was compile with path (locale\pt_BR
> \collections.properties, etc.).
>
> I'm pretty sure the internal structure of the rpc.rb.swc is causing
> problems. Any chance this could be looked at? :) Thanks!
>
> - Scott
>
> My pom / plugin setup:
> <plugin>
> <groupId>org.sonatype.flexmojos</groupId>
>
> <artifactId>flexmojos-maven-plugin</artifactId>
> <version>3.2.0</version>
> <extensions>true</extensions>
> <configuration>
> <targetPlayer>10.0.0</targetPlayer>
>
> <sourceFile>OperationsApplication.mxml</sourceFile>
>
> <runtimeLocales>
> <locale>en_US</locale>
> <locale>pt_BR</locale>
> </runtimeLocales>
>
> </configuration>
> </plugin>
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---