Hi all! I'm not sure if it's the same problem, but I'm experiencing a very weird problem on locale pt_BR. Besides the error messages being in French, the behaviour of NumberValidator is different from all other locales. So I started to try reproducing the bug in a small project and realized that the https://repository.sonatype.org/content/groups/flexgroup/com/adobe/flex/framework/framework/3.2.0.3958/framework-3.2.0.3958-pt_BR.rb.swcreally have messages in French!!
Is it expected? Can you redeploy these file with the correct one or should I fix it myself? Any tips on how to exclude this artifact and import the correct one? thanks, On Wed, Oct 21, 2009 at 7:18 PM, Marvin Froeder <[email protected]> wrote: > Fix on your repo.... this is fixed by adobe on flex 4 > > > On Wed, Oct 21, 2009 at 6:45 PM, Scott Langeberg <[email protected]>wrote: > >> >> 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/ > -~----------~----~----~----~------~----~------~--~--- > > -- 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] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
