I have not changed the source path, using the default: src/main/flex

This config is the overriden flexmojos config for this project.  I am
not using the flex-mojos super pom, I have my own & followed the blog
entry here on the upgrade process:
http://www.yeap.de/blog2.0/archives/183-Upgrading-flex-mojos-2.0.0-to-flexmojos-maven-plugin-3.x.html.
I have a root pom for my project that whose parent is my flexmojos
pom.  In it I define a flexmojos-maven-plugin w/ default configuration
settings for builds, (e.g flexSDK version, license, debug)  This root
pom is the parent of my localized project 's pom, except I have
redefined the flexmojos-maven-plugin to define the resource files.
Would this be causing a problems now with 3.2?  This is the setup
we've used since we started using 1.0.

I've kept the dependencies simple for the time being as well and only
using the combined pom:

<dependency>
  <groupId>com.adobe.flex.framework</groupId>
  <artifactId>flex-framework</artifactId>
  <type>pom</type>
  <version>3.3.0.4852</version>
</dependency>

Thanks so much for the help.
-Al

On Apr 6, 11:28 am, Logan Allred <[email protected]> wrote:
> On Mon, Apr 6, 2009 at 11:19 AM, alpduhuez <[email protected]> wrote:
> > Here is my config:
> >        <configuration>
> >                                          <compiledLocales>
> >                                                <locale>en_US</locale>
> >                                          </compiledLocales>
> >                                        
> > <mergeResourceBundle>true</mergeResourceBundle>
>
> Get rid of <mergeResourceBundle> that is deprecated with
> compiledLocales and runtimeLocales.
>
> I'm also not seeing the locale dir in the compiler source path. Did
> you override any other flexmojos config?
>
> Logan
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to