On Wed, Nov 26, 2008 at 3:25 AM, Kenneth Sutherland
<[EMAIL PROTECTED]> wrote:
> [...] worked just fine until we got someone else other than
> myself to build the final application swf files.

> Am I missing some settings?

remember that the cached framework is just another (albeit signed) rsl.  you
have to make sure that, when you compile, your -runtime-shared-library-path is
correctly set up (and consistently set up between different developers so that
the code is compiled against the same version of the library).

here's a chunk of one of the config.xml i use when compiling for framework
caching. (i use command line fcsh, so i prefer to use the xml to just be able
to type mxmlc -load-config config.xml on the fcsh, but you can turn it into
-runtime-shared-library-path=... etc. command line argument syntax if you need
to).

  <runtime-shared-library-path>
    <path-element>/opt/flex3sdk/frameworks/libs/framework.swc</path-element>
    <rsl-url>framework_3.1.0.2710.swz</rsl-url>
    <policy-file-url></policy-file-url>
    <rsl-url>framework_3.1.0.2710.swf</rsl-url>
    <policy-file-url></policy-file-url>
  </runtime-shared-library-path>

  
<static-link-runtime-shared-libraries>false</static-link-runtime-shared-libraries>

the best resource that i've found for all these things is the 'building and
deploying flex 3 applications' pdf from the adobe website.

HTH,
gabriel.

BTW, does someone knows how to determine which framework versions does one
have already cached?

-- 
gabriel montagné láscaris comneno
http://rojored.com
t/506.8367.6794

Reply via email to