Logan, it shouldn't be false. According to the link, "Compile this application as you normally would, with one exception. Add the static- link-runtime-shared-libraries=true option; this ensures that you are not using the framework RSL when compiling the application".
Miguel On Apr 23, 10:49 am, Miguel Bautista <[email protected]> wrote: > I can tell FB is using rsl because the file size went from 1.9 to 1.4 > mb and when I load it through the browser, I see a couple new entries > in my player cache directory. So it seems to be work fine from flex > builder. > > Miguel > > On Apr 23, 10:44 am, Logan Allred <[email protected]> wrote: > > > > > > > On Fri, Apr 23, 2010 at 7:17 AM, Miguel Bautista > > > <[email protected]> wrote: > > > Never mind. The order was messed up because it was coming from another > > > dependency. I moved the framework and rpc up and its working now. > > > What about the "staticLinkRuntimeSharedLibraries"? Should this be set > > > to true? In Eclipse it is, but if I do this, in Flexmojo it set the > > > "compiler.external-library-path" to contain the rsl. But the build > > > from Eclipse does not do this. > > > staticLinkRuntimeSharedLibraries is supposed to be a quick way to turn > > off RSLs without removing the RSL definitions from the configuration. > > I think it should be false. If FB has it as true, that would imply it > > is not set up for RSLs correctly. Have you tested that it's actually > > loading the RSLs from your FB > > build?http://livedocs.adobe.com/flex/3/html/help.html?content=rsl_09.html > > (near the bottom) > > > 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 > > athttp://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 athttp://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/
