What library provides this resource bundles? (I have no idea.) > > [ERROR] Unable to resolve resource bundle "errors" for locale "fr_FR". > [ERROR] Unable to resolve resource bundle "reflection" for locale"fr_FR". > [ERROR] Unable to resolve resource bundle "attributes" for locale"fr_FR". > [ERROR] Unable to resolve resource bundle "assert" for locale "fr_FR". >
Once you figure out it, check if there is a rb in fr_FR! Look for locale\fr_FR\errors.properties I'm 99% sure that flex-mojos complain about some library at fr_FR, and someone just installed the en_US version at maven repo. VELO On Tue, Jan 20, 2009 at 2:31 AM, Arnaud <[email protected]> wrote: > > Hi, > > I've some trouble with flexunit on flex-mojos 2.0.1 : > > [ERROR] Unable to resolve resource bundle "errors" for locale "fr_FR". > [ERROR] Unable to resolve resource bundle "reflection" for locale > "fr_FR". > [ERROR] Unable to resolve resource bundle "attributes" for locale > "fr_FR". > [ERROR] Unable to resolve resource bundle "assert" for locale "fr_FR". > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error compiling! > [INFO] > ------------------------------------------------------------------------ > > > > My pom : > > [...] > <plugins> > <plugin> > <groupId>info.flex-mojos</groupId> > <artifactId>flex-compiler-mojo</artifactId> > <version>2.0.1</version> > <extensions>true</extensions> > <configuration> > > <mergeResourceBundle>true</mergeResourceBundle> > <useNetwork>true</useNetwork> > <locales> > <locale>fr_FR</locale> > </locales> > <defines> > [...] > </defines> > <sourceFile>[...]</sourceFile> > > <allowSourcePathOverlap>true</allowSourcePathOverlap> > <sourcePaths> > <path>src/main/flex</path> > > <path>src/main/flex/locale/{locale}</path> > </sourcePaths> > > <resourceBundlePath>src/main/flex/locale/{locale}</ > resourceBundlePath> > </configuration> > </plugin> > [...] > <dependency> > <groupId>flexunit</groupId> > <artifactId>flexunit</artifactId> > <version>0.90</version> > <type>swc</type> > <scope>test</scope> > </dependency> > <dependency> > <groupId>info.flex-mojos</groupId> > <artifactId>testing-support</artifactId> > <version>2.0.1</version> > <type>swc</type> > <scope>test</scope> > </dependency> > [...] > > > What's wrong ? > > Thanks. > > > --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
