Hi, Previously the following ANT scripts were working fine when we were on Adobe Flex SDK 4.7. Recently we shifted to Apache Flex SDK 4.12.1. The following stag just fails when build, can anyone suggest what we're missing in these tags? Thanks!
<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="${web_source_dir}"/> <compiler.debug>false</compiler.debug> <library-path dir="${debug_dir}" includes="*.swc" append="true" /> <runtime-shared-library-path path-element="${flex_sdk_dir}/frameworks/libs/framework.swc"> <url rsl-url="framework_4.12.1.20140427.swz" /> <url rsl-url="framework_4.12.1.20140427.swf" /> </runtime-shared-library-path> <runtime-shared-library-path path-element="${flex_sdk_dir}/frameworks/libs/mx/mx.swc"> <url rsl-url="mx_4.12.1.20140427.swz" /> <url rsl-url="mx_4.12.1.20140427.swf" /> </runtime-shared-library-path> <runtime-shared-library-path path-element="${flex_sdk_dir}/frameworks/libs/textLayout.swc"> <url rsl-url="textLayout_4.12.1.20140427.swz" /> <url rsl-url="textLayout_4.12.1.20140427.swf" /> </runtime-shared-library-path> <runtime-shared-library-path path-element="${flex_sdk_dir}/frameworks/libs/spark.swc"> <url rsl-url="spark_4.12.1.20140427.swz" /> <url rsl-url="spark_4.12.1.20140427.swf" /> </runtime-shared-library-path> <runtime-shared-library-path path-element="${flex_sdk_dir}/frameworks/libs/sparkskins.swc"> <url rsl-url="sparkskins_4.12.1.20140427.swz" /> <url rsl-url="sparkskins_4.12.1.20140427.swf" /> </runtime-shared-library-path> <runtime-shared-library-path path-element="${flex_sdk_dir}/frameworks/libs/rpc.swc"> <url rsl-url="rpc_4.12.1.20140427.swz" /> <url rsl-url="rpc_4.12.1.20140427.swf" /> </runtime-shared-library-path> </mxmlc> </target> -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/ANT-build-fails-for-web-project-tp37713.html Sent from the Apache Flex Development mailing list archive at Nabble.com.