static-rsl="true"

On 5/25/14 9:46 PM, "santanu4ver" <[email protected]> wrote:

>Alex, Justin, thank you for enlighten the FlexJS part, I should read more
>on
>the project soon.
>
>At this moment, I have changed RSL to merge-into-code. I have double
>checked
>the linking options and I changed into my ANT scripts as well, but
>strangely
>I'm having following error while build:
>
>CompileWeb:
>    [mxmlc] Loading configuration file /Applications/Adobe Flash Builder
>4.7/sdks/4.12.1_AIR.13.0/frameworks/flex-config.xml
>    [mxmlc] Required RSLs:
>    [mxmlc]     framework_4.12.1.20140427.swf
>    [mxmlc]     textLayout_4.12.1.20140427.swf
>    [mxmlc]     spark_4.12.1.20140427.swf
>    [mxmlc]     sparkskins_4.12.1.20140427.swf
>    [mxmlc]     rpc_4.12.1.20140427.swf
>    [mxmlc]     mx_4.12.1.20140427.swf
>    [mxmlc] /Users/webspidersindiapvtltd/Documents/Adobe Flash Builder
>4.7/ProminicNativeWeb/build/DEPLOY/ProminicNativeWeb.swf (1065199 bytes)
>
>
>Follows is the modified ANT scripts so far, can you suggest if I'm missing
>something?
>
><target name="CompileWeb" depends="compileLibrary">
>       <mxmlc file="${web_main_source}" output="${web_swf_filename}"
>locale="en_US" static-rsls="false" optimize="true"
>actionscript-file-encoding="UTF-8" incremental="false"
>keep-generated-actionscript="false">
>               <load-config 
> filename="${flex_sdk_dir}/frameworks/flex-config.xml"/>
>               <source-path path-element="${flex_sdk_dir}/frameworks" />
>               <source-path path-element="${web_source_dir}"/>
>               <compiler.debug>false</compiler.debug>
>               <library-path dir="${debug_dir}" includes="*.swc" append="true" 
> />
>       </mxmlc>
></target>
>
>Thanks.
>
>
>
>--
>View this message in context:
>http://apache-flex-users.2333346.n4.nabble.com/ANT-build-fails-for-web-pro
>ject-tp6589p6618.html
>Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to