I'm back with some infos : - mvn flexmojos:install-rsl -DoptimizeRsls=false still optimizes the swf - I'm getting org.spicefactory.lib.xml.mapper.handler::AttributeHandler class not found when I run main swf compiled with rsl scope for parsley-flex and spicelib-flex, and this even if I'm using unoptimized swf for parsley and spicelib (by unzipping swc and renaming library.swf) - If I use compile scope for parsley-flex and rsl scope for spicelib- flex, it's working! (but I get a digest unmatch when spicelib swf is optimized by flexmojos:install-rsl, have to set verifyDigest to false) - If I use rsl scope for parsley-flex and compile scope for spicelib- flex, I'm getting the same class not found
So, it seems that Parsley cannot find some Spicelib classes when dynamically linked. Maybe If I could merge parsley and spicelib swc into one, I could use this merged swc as RSL. -- 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/
