I've just cloned FM git repo, checked out 3.x branch, compiled and installed 3.9-SNAPSHOT version, and done some tests :
- install-rsl : I'm still getting an optimized swf for parsley-flex:2.3.1 I tried with version 2.3.2 because I have parsley-flex:2.3.1:swf in my nexus repo (but install-rsl goal should overwrite the local one) and I'm getting an empty swf... :-/ - Parsley RSL : I've just found this : http://justinimhoff.com/cairngorm-3-parsleyspicelib-rsl/?utm_medium=referral&utm_source=pulsenews Once again, order seems to be important with RSL, and obviously, I was declaring dependencies in the wrong order... I tried to put spicelib- flex before parsley-flex3, and this time I'm getting a classNotFoundException on com.adobe.cairngorm.popup::PopUpWrapper There is a popup dependency in parsley build.xml : popup-flex3-1.7.swc Here is this artifact : http://opensource.adobe.com/svn/opensource/cairngorm3/maven-repository/com/adobe/cairngorm/popup-flex3/1.7/ I tried to add this dependency to my pom with compile scope first to get swc into my nexus. Maven retrieved a lot of dependencies (flex sdk 4 among others), and failed on this error : [ERROR] _builder_mx_managers_SystemManager.as:[36,14] callInContext method in namespace mx.core:IFlexModuleFactory is not implemented by class _builder_mx_managers_SystemManager.public class _builder_mx_managers_SystemManager Well, I forsake for this time... PS : I got this error http://www.mail-archive.com/[email protected]/msg08286.html when compiling FM. FlashPlayer is well configured because it's run a couple time before I got this error. I tried to compile FM4.0 and this time, I got a compilation error due to a snapshot version of a nexus plugin (??) / packaging type nexus- plugin unknown So, I skipped tests. -- 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/
