Hi list, we are currently building a modular app using Modules and lots of custom libraries. The libraries are intended to be loaded as RSL. We optimize our libraries using the optimize goal in the flexmojos-maven- plugin.
Currently there is lots of with 3rd party SWC we tried to optimize manually. We extracted the SWFs manually from the SWCs and ran the optimizer provided by the Flashbuilder SDK. This works, the result is a smaller SWF. The digest usage shown in http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf674ba-7ff6.html "Use optimized RSLs" gives an null exception for the manually extracted SWFs. But if we load a Module using RSL dependencies the manually extracted SWFs cause a " Flex Error #1001: Digest mismatch ... Redeploy the matching RSL or relink your application with the matching library." The workflow is: - compiling all custom libraries - compiling all custom SWF which are loaded as modules - use flexbuilder goal for main application which is provided as SWF - start main application from Flashbuilder 4.1 (RSL digest check disabled) We tried to use the "<computeDigest>false</computeDigest>" configuration but this didn't seem to help. Is there any best practice how to cope with 3rd party SWCs which shall be provided as RSL resources? Do I use the correct approach or is something totally wrong? Any thought is appreciated, Christoph -- 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/
