On Wed, Feb 16, 2011 at 11:24, Maxime Lem <[email protected]> wrote:
> 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... :-/ > Is it possible you are running hte install-rsl goal from a directory containing a POM with a flexmojos configuration containing the optimizeRsls parameter set to true? I've checked again and when -DoptimizedRsls=false property is set no optimization runs on my machine... Would you mind sending me a pastebin of your maven execution with a -X flag? It would help me find out what is happening and may be fix it. > - 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... > I'm trying with my projects right now, my deps are spicelib, parsley, navigationParsley, integrationParsley and module... I'll keep you posted > > 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/ > -- 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/
