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], "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.
>


Reply via email to