I've declared these dependencies: <dependency> <groupId>com.myemp</groupId> <artifactId>mylib</artifactId> <type>swc</type> </dependency> <dependency> <groupId>com.myemp</groupId> <artifactId>mylib</artifactId> <type>rb.swc</type> </dependency dependency> <groupId>com.adobe.flex.framework</groupId> <artifactId>rpc</artifactId> <version>3.2.0.3958</version> <type>swc</type> </dependency> <dependency> <groupId>com.adobe.flex.framework</groupId> <artifactId>rpc</artifactId> <version>3.2.0.3958</version> <type>rb.swc</type> </dependency>
Wasn't these? Still getting the error: [INFO] Generating resource-bundle for pt_BR Loading configuration file D:\desenvolvimento\java\workspace_tmp \sample-proj\app-flex\target\classes\config.xml Error: Unable to resolve resource bundle "rpc" for locale "pt_BR". Error: Unable to resolve resource bundle "messaging" for locale "pt_BR". Jorge --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
