BTW, my errors are on test-compile, not on compilation, if I run with -Dmaven.test.skip=true I get no errors and my application works perfectly... so I'm definitely missing something on test-compile configuration, but I can't guess what... searching around I've found this thread on Sep 2010 ( http://groups.google.com/group/flex-mojos/msg/8c5033589cf0350f) which seems suggesting to use the <useResourceBundleMetadata>false</useResourceBundleMetadata> option, but it doesn't solve the problem.
Any suggestion? On Wed, Feb 16, 2011 at 18:40, Roberto Lo Giacco <[email protected]>wrote: > > > On Wed, Feb 16, 2011 at 11:24, Maxime Lem <[email protected]> wrote: > >> - 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've reordered my dependencies as well but now I have two different results > depending if I use mutiple locales or not. > > With two locales set in my build (en_US and fr_FR) I get this weird > message: > > [ERROR] Inconsistant linkage in > C:\Users\me\.m2\repository\com\adobe\flex\framework\framework\3.5.0.12683\framework-3.5.0.12683-en_US.rb.swc$locale/en_US/skins.properties > - 'en_US$skins_properties' is marked as extern, but 'fr_FR$skins_properties' > is not. > > The complete flexmojos compiler output is available here to avoid > cluttering the list: http://pastebin.com/y12A5LPK > > If I drop the second locale and leave only the en_US I get a different > error, multiple lines like the following: > [ERROR] > C:\Users\me\.m2\repository\com\adobe\cairngorm\module-flex3\0.11\module-flex3-0.11.swc(en_US$logging_properties):[-1,-1] > Incompatible override. > > Complete output here: http://pastebin.com/NMMWFnk0 > > NOTE: in another module not using dcrad libraries I don't get the same > error and the compilations works fine, but I can't run that module on it's > own so I'm not sure my dependencies are correct. Anyway, my dependencies are > specified as reported here from effective pom (some are inherited): > http://pastebin.com/bjhUT7TS > The non failing module has the same exact dependencies minus those related > to dcrad. > > >> >> 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/
