I have seen many posts for "unable to resolve locale" but I am getting
a different type of error.
Using as a starting point the archetype flexmojos-archetypes-library
and the the plugin 4.0-SNAPSHOT with the flexmojos-flex3-compatibility-
layer for 3.5

I have followed 
https://docs.sonatype.org/display/FLEXMOJOS/Application+Localization
and my pom looks something like

        <configuration>

          <localesSourcePath>${basedir}/src/main/flex/com/nls/{locale}
</localesSourcePath>
                  <localesCompiled>
                          <locale>en_US</locale>
              </localesCompiled>
        </configuration>

but I get the following error

Error: unable to open 'C:\workspaces\fb4\servicestats5\testone\src\main
\flex\com\nls\{locale}'

Since this is the library I tried to use the recomendation on the
bottom of https://docs.sonatype.org/display/FLEXMOJOS/Application+Localization
and used localesRuntime instead of localesCompiled but I get the same
error.
I also tried to place my locales in the default path at ${basedir}/src/
main/locales/ but I still get the same error

what could  I be doing wrong ?

-- 
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

http://flexmojos.sonatype.org/

Reply via email to