Don't use flex-config.xml with flexmojos. There is no guarantee your configuration won't be ignored or overwrote by flexmojos.
VELO On Wed, May 26, 2010 at 10:11 AM, Matt C <[email protected]> wrote: > Hi. > > The project I am working on has 2 main applications. > > I wanted to provide compiler options for each application, so I > created a Main-config.xml file for each application (because the > Application file is called Main.mxml). > > This works fine. > > Each of those applications uses source from 4 other modules. > > I want to override some of the compiler settings in each of the other > files. > > But because there is no Main.mxml file (they are just modules, which > compile to a SWC), the Flex compiler doesn't seem to pick up any > files. > > I've tried creating a file called flex-config.xml, and also config.xml > - but to no avail. > > Any ideas? > > My preference is to have the XML file, and not to have to specify an > option to the command-line compiler - our whole project must compile > via maven. > > I also tried searching this group, and couldn't find anything... so my > apologies if my question has already been answered! > > Matt > > > -- > 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]<flex-mojos%[email protected]> > For more options, visit this group at > http://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ > -- 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/
