I appreciate you following up on what isn't really a flexmojos issue.
The SWC project's POM has the following dependency
<dependency>
<groupId>com.sas.flexcommons</groupId>
<artifactId>commons-core</artifactId>
<type>swc</type>
<version>1.3</version>
</dependency>
and the commons-core.swc file in the repository includes the
sas_framework_help.properties.
Now I must point out that the full path to
sas_framework_help.properties in the SWC is locale/en_US/
sas_framework_help.properties
My POM also configures flexmojos with the following
<resourceBundlePath>${project.basedir}/src/main/resources/locale/
{locale}</resourceBundlePath>
I wonder if this would have an influence on where compiler is looking
for the source to the resource bundles. I need the above
resourceBundlePath setting for the compiler to find the properties
file that *I* have written.
Sri
On Jan 28, 1:23 pm, Marvin Froeder <[email protected]> wrote:
> > However the sas_framework_help.properties *is* in one of the SWC's
> > that I have provided as a Maven project dependency.
>
> Is it? Did you included?
>
> VELO
--
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/