>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> > 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 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/
