We would need to see the poms of the modules projects to know what is actually happening, or the debug output from the compiler with all of it's settings.
A few things to note: 1. The Idea build is doing a single build with all of your modules compiler together into the final app. The FM build is setup to build each module independently 2. The Idea build has a CONFIG::ideBuild parameter set. If you are using that in your code, you will need to define it in the Maven build as well 3. Your Flex framework declaration in the master pom is in the dependencyManagement section, so it needs to be accompanied by an entry in a <dependencies> section in one of the module poms to become effective. 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/
