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%[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%[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]<flex-mojos%[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]<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/
