URGENT: RSL Stopped Working - Need to compile with Runtime Shared Library


i need target compile using “use runtime shared library” option such flex libraries not included in swf, cannot work.  no matter what, mxmlc includes them.  oddly did work briefly short time, stopped again , unfortunately going through subversion revision history yields no insight whatsoever evoked breakage.

 

<target name="compile" depends="replace_build_version">

            <exec executable="${flex_home}/bin/mxmlc.exe" dir="${basedir}">           

                  <arg value="${basedir}/src/main.mxml"/>

                  <arg value="-output=${basedir}/bin-release/main.swf"/>

                  <arg value="-static-rsls=false"/>

                  <arg value="-debug=false"/>

                  <arg value="-include-libraries=${basedir}/libs"/>

                  <arg value="-source-path=${basedir}/src"/>

                  <arg value="-creator=me"/>

                  <arg value="-source-path=${basedir}/locale/en_us"/>

                  <arg value="-source-path=${basedir}/locale/ru_ru"/>

                  <arg value="-locale=en_us" />

                  <arg value="-include-resource-bundles=en_us,ru_ru"/>

                  <arg value="-runtime-shared-library-path=${flex_home}/frameworks/libs/framework.swc,http://fpdownload.adobe.com/pub/swz/flex/4.1.0.16076/framework_4.1.0.16076.swz,http://fpdo wnload.adobe.com/pub/swz/crossdomain.xml"/>

                  <arg value="-runtime-shared-library-path=${flex_home}/frameworks/libs/textlayout.swc,http://fpdownload.adobe.com/pub/swz/tlf/1.1.0.604/textlayout_1.1.0.604.swz,http://fpdownlo ad.adobe.com/pub/swz/crossdomain.xml"/>

                  <arg value="-runtime-shared-library-path=${flex_home}/frameworks/libs/osmf.swc,http://fpdownload.adobe.com/pub/swz/flex/4.1.0.16076/osmf_flex.4.0.0.13495.swz,http://fpdo wnload.adobe.com/pub/swz/crossdomain.xml"/>

                  <arg value="-runtime-shared-library-path=${flex_home}/frameworks/libs/spark.swc,http://fpdownload.adobe.com/pub/swz/flex/4.1.0.16076/spark_4.1.0.16076.swz,http://fpdownlo ad.adobe.com/pub/swz/crossdomain.xml"/>

                  <arg value="-runtime-shared-library-path=${flex_home}/frameworks/libs/sparkskins.swc,http://fpdownload.adobe.com/pub/swz/flex/4.1.0.16076/sparkskins_4.1.0.16076.swz,http://fpd ownload.adobe.com/pub/swz/crossdomain.xml"/>

                  <arg value="-external-library-path=${flex_home}/frameworks/libs/flex.swc"/>

                  <arg value="-theme=${flex_home}/frameworks/projects/spark/mxftetext.css"/>

                  <arg value="-theme=${flex_home}/frameworks/themes/spark/spark.css"/>

                  <arg value="-verbose-stacktraces"/>

            </exec>

      </target>

----deleted update-----



More discussions in Flex (Read Only)


adobe

Comments

Popular posts from this blog

localhost/joomla15/administrator doesnt work - Joomla! Forum - community, help and support

Using Arduino Uno R3 to bootload the atmega328-PU (non pico)

cf_sql_integer vs cf_sql_bigint vs cf_sql_int??