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.