I've tried and it works fine... I've specified framework lib as an RSL and it compiles nicely. The dumped config file reports two libraries linked as RSL: framework and rpc.
Same configuration in maven (http://pastebin.com/KzavxhtP) reports [ERROR] C:\Users\me\.m2\repository\com\adobe\cairngorm\module-flex3\0.11\module-flex3-0.11.swc(en_US$core_properties):[-1,-1] Incompatible override. [ERROR] C:\Users\me\.m2\repository\com\adobe\cairngorm\validation-flex3\1.12\validation-flex3-1.12.swc$locale/en_US/core.properties:[16,34] Incompatible override. override protected function getContent():Object I've tried some different combinations, with or without exclusions, with or without rb.swc, etc... always the same result... On Wed, Feb 9, 2011 at 15:52, Maxime Lem <[email protected]> wrote: > > I really need to use framework libraries as SWZ... damn! How come it is > so > > difficult to find a blog reporting this simple information? > > Did you try linking flex framework as RSL from Flashbuilder ? > When it does not work with FM, I try with Flashbuilder or mxmlc / > compc, and if I make it work, I then compare flex-config.xml output > for Flashbuilder / mxmlc / compc (use -dump-config filename) and FM > (use configurationReport=true). > If files are identical then you should get the same result from maven > than from Flashbuilder. > > -- > 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/ > -- 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/
