Hi All! I'm having trouble compiling a module (swf), that depends on a resource bundle.
I get the error: "Unable to resolve resource bundle "fionia_validators" for locale "en_US". I'm compiling using the flex-mojo v 2.0.3 and JDK 1.5. My pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http:// www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:// maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>dk.xxxxxx.flex</groupId> <artifactId>flex-sas-reports</artifactId> <packaging>swf</packaging> <version>${release.version}</version> <name>xxxxxx.dk flex-sas-reports</name> <url>http://xxxxx.dk/</url> <parent> <artifactId>project-parent</artifactId> <groupId>dk.xxxxxx</groupId> <version>1.0-SNAPSHOT</version> </parent> <build> <plugins> <plugin> <groupId>info.flex-mojos</groupId> <artifactId>flex-compiler-mojo</artifactId> <extensions>true</extensions> <configuration> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>dk.fioniabank.flex</groupId> <artifactId>flex-framework</artifactId> <version>${release.version}</version> <type>swc</type> </dependency> <dependency> <groupId>dk.fioniabank.flex</groupId> <artifactId>flex-framework-resources</artifactId> <version>${release.version}</version> <type>rb.swc</type> </dependency> </dependencies> </project> Am I missing something? Kindly Regards Netphreak --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
