I´m looking at flexmojos 4.0-SNAPSHOT code, that the modules are build after the main application has been built.
>From the code i´m seeing i could easily tell flexmojos to use only external-dependencies on the module build, for instance. Clarifying2: In my projects (main.mxml + module.mxml) , the modules, are not optimized, or even linked with the main application;If I optimize the module for the main application, then i should run into problems when i load the modules from the "Portal" application (which is the real production application). The main.mxml application is only used for acessing the module class (directly, not via SWFLoading) inside flashBuilder (WindowedApplication), and also for unit-test purposes, so, for us, it kinda don´t matter the size of it, as long as it runs in the same structure as the portal.That´s why i must build it using RSLs, because the portal will also use the same RSLs. I don´t know if this happens to be a generic issue or if it will kinda solve only my problem, but i´ll make the code and include a parameter such as <excludeRSLsOnModuleBuilds> On 9 fev, 09:25, Bryan Turner <[email protected]> wrote: > The layout you describe is not conducive to what you're trying to build. > Maven does not allow different classpaths (library dependencies) in on > module. To build your sec and swf with different different dependencies you > have to split your project into two Maven modules. I don't believe Maven > offers any other way to accomplish what you describe. > > On Feb 9, 2011 3:19 AM, "Luiz Rolim" <[email protected]> wrote: > > Hi group.I´m using flexmojos 4.0. > > As the title says, I have a swf packaging pom, in which i declare one > Module also. So i´m talking about generating 2 swfs here. > > I want to specify the following about the library-configs of those > swfs: > > - On the regular SWF, everything to be linked as RSL > -On the Module SWF, everything to be linked as External > > How can i achieve this? > > Thanks. > > Just for clarifying, this configuration should be replicated among > several projects with this pom configuration. Then a "Portal" swf will > include all those modules and all RSL of the modules. > Correct me if i´m wrong, but my guess is that if the module-SWFs links > the dependencies as RSLs also: > > 1)they may be bigger > 2) i can have some digest issues compiling those modules. > > -- > 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 athttp://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/
