Library path is defined by you pom dependencies. In your case is missing some resource-bundle...
You can see resource-bundle dependencies here: http://svn.sonatype.org/flexmojos/repository/info/rvin/mojo/flex-super-pom/1.0/flex-super-pom-1.0.pom VELO On Fri, Jun 20, 2008 at 4:20 AM, baztheman <[EMAIL PROTECTED]> wrote: > Ok, here is what i have done: > > Added the src/main/flex/locale/en_US to the project properties | > source directory and it seems to work. Not sure if this is the right > thing to do but it works. > > Thanks and comments are welcome. > > A. > > > --- In [email protected] <flexcoders%40yahoogroups.com>, > "baztheman" <[EMAIL PROTECTED]> wrote: > > > > I am kind of frustrated when using flex-mojos when I cannot find the > > exact syntax to match the mxmlc usage. I used "mvn -Dfull > > help:describe -Dplugin=flex-compiler-mojo and couldnt find how I > > should include "library path". Am i going into a wrong path? > > > > Here is the original command: > > > > OPTS='-use-network=false > > -library-path+=../../frameworks/locale/{locale} > > -source-path+=locale/{local > > e} -locale=en_US' > > ../../bin/mxmlc $OPTS PhotoViewer.mxml > > > > How should i implement this in flex-mojos? So far I have the following > > errors which I can resolve in flex builder by adding > > src/main/flex/locale/en_US into the "flex build path"... > > > > [ERROR] Unable to resolve resource bundle "strings" for locale "en_US". > > [ERROR] Unable to resolve resource bundle "strings" for locale "en_US". > > [ERROR] Unable to resolve resource bundle "strings" for locale "en_US". > > [ERROR] Unable to resolve resource bundle "strings" for locale "en_US". > > > > Thanks. A. > > > > >

