That is why building multiple swf from the same sources isn't a good idea, flexmojos isn't designed with that in mind, so anything can happen.
I would still advise you to revisit this idea and split you project into two separated projects. On Tue, Jun 8, 2010 at 3:13 PM, Shameer Salim <[email protected]>wrote: > I tried putting 2 execution tags. I can see that both of my > applications are getting executed in the maven logs. But in the final > output, I am not able to see the compiled swf files. Is there any tag > to specify where the compiled swf files have to be put? I have already > tried to give the <outputDirectory> but that did not help. Please let > me know if I am missing something. > > > Thanks for your help! > Shameer > > On Jun 7, 8:33 pm, 袁启勋 <[email protected]> wrote: > > I think you can use the multiple execution of te flexmojos's plugin, e.g. > > <executions> > > <execution> > > first app > > </execution> > > <execution> > > second app > > </execution> > > </executions> > > > > Do you think so? > > > > 2010/6/8 Shameer Salim <[email protected]> > > > > > > > > > Hi All, > > > I am using flex mojos to build my application. Now I have more than 1 > > > source file. Can someone please let me know how to include multiple > > > applicaiton file in the same pom.xml? > > > > > Thanks, > > > Shameer > > > > > -- > > > 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]> > <flex-mojos%2bunsubscr...@googlegroups.com> > > > For more options, visit this group at > > >http://groups.google.com/group/flex-mojos > > > > >http://flexmojos.sonatype.org/- Hide quoted text - > > > > - Show quoted text - > > -- > 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/
