I have a flexmojos archetype generated swc project. In addition to the external library dependency on all the maven downloaded artifacts, it has a library dependency on my locally installed Flex SDK - which seems to me to be unnecessary given the fact that one of the key benefits of using flexmojos is to obtain precise versions of the FlexSDK for all the developers. However, when I remove the SDK dependency I get tons of build undefined symbol errors and/or "base class Object not found".
Thinking it was a problem with the external library configuration for the project, I tried a few things: 1. manually added the flashplayerglobal swc's to the external library definition, but no joy. 2. carefully inspected the maven dependencies of flex- framework-4.1.0-16248 in order to verify that every swc file is included in the external library definition. Any help is greatly appreciated -- 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/
