Well, I created a solution/workaround for this.  Apparently, there's a bug in 
the COMPC and MXMLC tags in the flexTasks.jar provided by Adobe.

http://www.fusioncube.net/index.php/flex-runtime-shared-library-path-solution

--- In flexcoders@yahoogroups.com, "orbwave" <steven.brown...@...> wrote:
>
> Been using RSLs for a while now with Flex build 3.3.0.  Downloaded 3.5.0
> today and tried to compile and got this message from the compiler.
> [mxmlc] command line: Error: configuration variable
> 'runtime-shared-library-path' requires a value for 'rsl-url'
> I cannot find anywhere on the Adobe site or Google on how this
> configuration has changed in 3.5.0.  Here's a snippet from my Ant build
> file that works in 3.3.0.
> <runtime-shared-library-path
> path-element="${FLEX_HOME}/frameworks/libs/framework.swc">   <url
> rsl-url="${web.root.dir}/lib/flex/${flex.build.number}/framework_${flex.\
> build.number}.swz" />   <url
> policy-file-url="${web.root.dir}/cross-domain.xml" />   <url
> rsl-url="${web.root.dir}/lib/flex/${flex.build.number}/framework_${flex.\
> build.number}.swf" />   <url
> policy-file-url="${web.root.dir}/cross-domain.xml"
> /></runtime-shared-library-path>
> If anyone has been able to successfully get an RSLs working, via an Ant
> build script, in 3.5.0, I would immensely appreciate a second pair of
> eyes on this.
>

Reply via email to