But I have multiple swcs that is loaded into a swf. They will eventually be modules, but we haven't converted them yet. We have a swc for our domain-model which is loaded by all the other swcs and the main swf. You are telling me that there is no way to have those classes imported in every swc??? Shouldn't I be able to say to not include it because it is already included in the overral application. I believe this is possible because it does work for one (like I said before), you just can't have multiple load-extern files.
I might do what they suggest here: http://forums.adobe.com/message/2102858 Miguel On Apr 24, 9:21 am, Marvin Froeder <[email protected]> wrote: > W8 a second, you wanna use load-externs on the SWCs???? > > WTF, that makes no sense at all.... you use that when you application has 2 > SWFs, and one load the other, so you can "exclude" the classes already > loaded by the first SWF. > > VELO > > On Sat, Apr 24, 2010 at 9:38 AM, Miguel Bautista > <[email protected]>wrote: > > > > > > > It should probably be the main application that generates the report > > and then it gets consumed by the swcs. But this wont work because the > > swcs are compiled before the main app, since the main app has deps on > > them. > > > Miguel > > > On Apr 24, 8:34 am, Miguel Bautista <[email protected]> wrote: > > > From what I can see in the compiler docs, it is a xml file and not > > > multiple.I haven't found an example of multiple xml files either. When > > > I try to do it using mxmlc, I get this error "Error: only one source > > > is allowed in the filespec". > > > > Miguel > > > > On Apr 23, 10:50 pm, Marvin Froeder <[email protected]> wrote: > > > > > It should work, does it work on compc/mxmlc? probably it does on > > flexmojos > > > > 4. > > > > > Sent from DROID > > > > > Em 23/04/2010 23:39, "Miguel Bautista" <[email protected] > > >escreveu: > > > > > Is it possible to reference multiple linkReport? Our project has > > > > multiple swcs and I was trying to use linkReport with > > > > <dependency> > > > > <groupId>${project.groupId}</groupId> > > > > <artifactId>...</artifactId> > > > > <type>xml</type> > > > > <classifier>link-report</classifier> > > > > </dependency> > > > > > This works fine for one but it does not let me have multiple link- > > > > report dependencies. I get this error: > > > > [ERROR] no default arguments are expected > > > > Use 'oem -help' for information about using the command line. > > > > [INFO] > > > ------------------------------------------------------------------------ > > > > [ERROR] BUILD ERROR > > > > [INFO] > > > ------------------------------------------------------------------------ > > > > [INFO] Error compiling! > > > > [INFO] > > > ------------------------------------------------------------------------ > > > > [INFO] For more information, run Maven with the -e switch > > > > [INFO] > > > ------------------------------------------------------------------------ > > > > > If this is not supported, can I have all the swcs write to one file? > > > > > Thanks, > > > > Miguel > > > > > -- > > > > 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%2bunsubscr...@googlegrou > > > > ps.com> > > <flex-mojos%2bunsubscr...@googlegrou ps.com> > > > > 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]<flex-mojos%2bunsubscr...@googlegrou > > > > ps.com> > > > > 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]<flex-mojos%2bunsubscr...@googlegrou > > > ps.com> > > > 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]<flex-mojos%2bunsubscr...@googlegrou > > ps.com> > > 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 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/
