Hi there, I am using FlexMojos with an AIR application which includes a SWC that requires AIR dependencies. Unfortunately the current flexbuilder goal always generates useApolloConfig="false". This doesn't seem to matter for AIR SWFs but does for SWCs.
The problem seems to be that FlexbuilderMojo.useApolloConfig method calls getDependencies which just happens to remove any "airglobal" dependencies from the list. I implemented a simple fix by changing the code to use the passed in IdeDependency array rather than calling getDependencies. cheers Steve --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
