Did you add datavisualization resource bundle? VELO Joan Crawford<http://www.brainyquote.com/quotes/authors/j/joan_crawford.html> - "I, Joan Crawford, I believe in the dollar. Everything I earn, I spend."
On Mon, Sep 7, 2009 at 8:48 PM, jatt <[email protected]> wrote: > > here is the error which i am getting. > > [ERROR] Unable to resolve resource bundle "charts" for locale "en_US". > > i am getting this error when i am using barchart but it works fine for > pie chart. > > here is the pom which i am using > > <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"> > <parent> > <artifactId>powerlearningusa</artifactId> > <groupId>com.powerlearningusa</groupId> > <version>1.0-SNAPSHOT</version> > </parent> > <modelVersion>4.0.0</modelVersion> > <groupId>com.powerlearningusa</groupId> > <artifactId>powerlearningusa-flex</artifactId> > <packaging>swf</packaging> > <name>Power Learning USA :: Flex Dashboard</name> > <url>http://maven.apache.org</url> > <dependencies> > <dependency> > <groupId>com.adobe.flex.framework</groupId> > <artifactId>flex-framework</artifactId> > <version>${flex.sdk.version}</version> > <type>pom</type> > </dependency> > <dependency> > <groupId>org.springframework</groupId> > <artifactId>spring-actionscript</artifactId> > <version>${spring-actionscript.version}</version> > <type>swc</type> > </dependency> > <dependency> > <groupId>com.asfusion</groupId> > <artifactId>mate</artifactId> > <version>${mate.version}</version> > <type>swc</type> > </dependency> > <!-- internal --> > <dependency> > <groupId>${project.groupId}</groupId> > <artifactId>powerlearningusa-flex-security</artifactId> > <version>${project.version}</version> > <type>swc</type> > </dependency> > <dependency> > <groupId>com.adobe.flex.sdk</groupId> > <artifactId>datavisualization</artifactId> > <version>${flex.sdk.version}</version> > <type>swc</type> > </dependency> > <dependency> > <groupId>com.adobe.flex.sdk</groupId> > <artifactId>datavisualization</artifactId> > <version>${flex.sdk.version}</version> > <type>datavisualization_rb.swc</type> > <classifier>en_US</classifier> > </dependency> > > <!-- testing --> > <dependency> > <groupId>info.flex-mojos</groupId> > <artifactId>testing-support</artifactId> > <version>${flex-mojos.version}</version> > <type>swc</type> > <scope>test</scope> > </dependency> > </dependencies> > > <build> > <sourceDirectory>src/main/flex</sourceDirectory> > <testSourceDirectory>src/test/flex</testSourceDirectory> > <plugins> > <plugin> > <groupId>info.flex-mojos</groupId> > <artifactId>flex-compiler-mojo</artifactId> > <version>${flex-mojos.version}</version> > <extensions>true</extensions> > <configuration> > <contextRoot>/powerlearningusa-web</contextRoot> > <mergeResourceBundle>true</mergeResourceBundle> > <resourceBundlePath>${basedir}/src/main/locale/ > {locale}</resourceBundlePath> > <locales> > <locale>en_US</locale> > <!--<locale>nl_NL</locale>--> > </locales> > </configuration> > </plugin> > </plugins> > <defaultGoal>install</defaultGoal> > <resources> > <resource> > <directory>${basedir}/src/main/resources</directory> > </resource> > </resources> > </build> > </project> > > > > --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
