Are they all in the same project? Maybe if you have your module in another project then you can select the module mxml as your main class.
Also you on intllij 9 or 10? 10 (now in RC) have given a load more flexibility (no punt intended!) in working with flex... There are other problems with intellij and flex mojo. Namely there isn't a post build in intellij option to copy the build module swf else where (i.e. a local web server, which is where you need it if your dynamicly loading a module) -- i solve this by running a maven goal after build to copy the swf over... However you might not have this problem. Having said that tho for writing/Editing actionscript I have really yet found a better IDE then intellij. I am on the intellij 10 RC.. is tons better then 9 and b4 C On 2 December 2010 14:31, pbuda <[email protected]> wrote: > Hi, > I'm currently evaluating Intellij Idea for our project and I have run > into a problem. I can run application and everything works as expected > however one thing bothers me badly. > > I have an application, main.mxml and a module module.mxml. Since our > modules actually produce mx:Module things for a super awesome shell > I'm mostly interested in module.mxml. There is a problem however, > because Make and Compile commands from IDEA only recompile main.mxml. > I cannot find any place in config-report.xml that could actually make > the IDE builder aware of the module. The only way to obtain a new > module is to build it via Maven, but that kind of sucks... > > Is it actually possible to recompile module from IDEA? > > FM 3.6 > IDEA 9.0.4 > Maven 2.2.1 > > -- > 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/ > -- Charlie http://about.me/charlielee -- 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/
