Logan: Yes that looks extremely similar, however I have not tried their approach.
I just built the artifacts with my machine and with a colleague's machine. All of my colleagues just tried to run the code that I generated (that fails on my machine). They were able to see that all the themes and styles loaded without error. I was able to verify that the build from another machine works. So while this is an issue it is not occurring on all machines, just mine. I have just blown away my Flex Builder Plugin install and am now reinstalling to retest to make sure it goes away. If this doesn't work I may try the module loader approach to see if that improves the situation. Thanks again! -Adam On Fri, Jul 24, 2009 at 12:51 PM, Logan Allred<[email protected]> wrote: > > 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/ -~----------~----~----~----~------~----~------~--~---
