On Fri, Jul 24, 2009 at 8:12 AM, Adam Parrish<[email protected]> wrote: > Flex Builder has > <external-library-path> > <path-element>/Applications/Adobe Flex Builder 3 > Plug-in/sdks/3.2.0/frameworks/libs/player/10/playerglobal.swc</path-element> > </external-library-path> > > Flex Mojos uses: > <external-library-path> > > <path-element>/Users/adamparrish/Desktop/mavenMigration/nsn-client/target/classes/libraries/playerglobal.swc</path-element> > </external-library-path>
These 2 files should be identical. You may just want to confirm that to be sure. > This section is entirely missing from the Flex Mojos configuration: > <runtime-shared-library-path> > <path-element>libs/framework.swc</path-element> > <rsl-url>framework_3.2.0.3958.swz</rsl-url> > <policy-file-url></policy-file-url> > <rsl-url>framework_3.2.0.3958.swf</rsl-url> > <policy-file-url></policy-file-url> > </runtime-shared-library-path> > > <static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries> We've had RSLs occasionally cause problems for us before, but the final entry turns them off, so both should be compiling statically. and the -compiler-library-path for both builds was the same? Usually you get a different error with font managers, so I'd be surprised if that made a difference. Does this look familiar? http://bugs.adobe.com/jira/browse/SDK-15393 Logan --~--~---------~--~----~------------~-------~--~----~ 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?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
