Apache Flex does not provide signed RSLs. In fact, the default linkage for Apache Flex is static linking because Adobe will only sign Adobe Flex RSLs and for most folks, static linking creates a faster startup than loading unsigned RSLs.
So, you will need to modify your build scripts accordingly. Thanks, -Alex On 5/23/14 9:58 AM, "santanu4ver" <[email protected]> wrote: >Following are the output of my build, its not very clear to me, though. > >--------------------------------------------------------------------- > >build 23-May-2014 07:14:26 CompileWeb: >build 23-May-2014 07:14:27 [mxmlc] Loading configuration file >/Applications/Adobe Flash Builder >4.7/sdks/4.12.1_AIR.13.0/frameworks/flex-config.xml >build 23-May-2014 07:14:37 [mxmlc] Required RSLs: >build 23-May-2014 07:14:37 [mxmlc] framework_4.12.1.20140427.swz >build 23-May-2014 07:14:37 [mxmlc] Error: No signed digest found in >catalog.xml of the library, /Applications/Adobe Flash Builder >4.7/sdks/4.12.1_AIR.13.0/frameworks/libs/framework.swc. Compile the >library >with -create-digest=true and try again. >build 23-May-2014 07:14:37 [mxmlc] >build 23-May-2014 07:14:37 [mxmlc] mx_4.12.1.20140427.swz >build 23-May-2014 07:14:37 [mxmlc] Error: No signed digest found in >catalog.xml of the library, /Applications/Adobe Flash Builder >4.7/sdks/4.12.1_AIR.13.0/frameworks/libs/mx/mx.swc. Compile the library >with >-create-digest=true and try again. >build 23-May-2014 07:14:37 [mxmlc] >build 23-May-2014 07:14:37 [mxmlc] textLayout_4.12.1.20140427.swz >build 23-May-2014 07:14:37 [mxmlc] Error: No signed digest found in >catalog.xml of the library, /Applications/Adobe Flash Builder >4.7/sdks/4.12.1_AIR.13.0/frameworks/libs/textLayout.swc. Compile the >library >with -create-digest=true and try again. >build 23-May-2014 07:14:37 [mxmlc] >build 23-May-2014 07:14:37 [mxmlc] spark_4.12.1.20140427.swz >build 23-May-2014 07:14:37 [mxmlc] Error: No signed digest found in >catalog.xml of the library, /Applications/Adobe Flash Builder >4.7/sdks/4.12.1_AIR.13.0/frameworks/libs/spark.swc. Compile the library >with >-create-digest=true and try again. >build 23-May-2014 07:14:37 [mxmlc] >build 23-May-2014 07:14:37 [mxmlc] sparkskins_4.12.1.20140427.swz >build 23-May-2014 07:14:37 [mxmlc] Error: No signed digest found in >catalog.xml of the library, /Applications/Adobe Flash Builder >4.7/sdks/4.12.1_AIR.13.0/frameworks/libs/sparkskins.swc. Compile the >library >with -create-digest=true and try again. >build 23-May-2014 07:14:37 [mxmlc] >build 23-May-2014 07:14:37 [mxmlc] rpc_4.12.1.20140427.swz >build 23-May-2014 07:14:37 [mxmlc] Error: No signed digest found in >catalog.xml of the library, /Applications/Adobe Flash Builder >4.7/sdks/4.12.1_AIR.13.0/frameworks/libs/rpc.swc. Compile the library with >-create-digest=true and try again. >build 23-May-2014 07:14:37 [mxmlc] >error 23-May-2014 07:14:37 >error 23-May-2014 07:14:37 BUILD FAILED >error 23-May-2014 07:14:37 >/Users/mmb/bamboo-agent-home/xml-data/build-dir/PFP-PN-JOB1/ProminicNative >Web/build/build.xml:139: >The following error occurred while executing this line: >error 23-May-2014 07:14:37 >/Users/mmb/bamboo-agent-home/xml-data/build-dir/PFP-PN-JOB1/ProminicNative >Web/build/build.xml:426: >mxmlc task failed > >-------------------------------------------------------------- > >build.xml:426 is the "CompileWeb" target that I given earlier. > > > >-- >View this message in context: >http://apache-flex-users.2333346.n4.nabble.com/ANT-build-fails-for-web-pro >ject-tp6589p6591.html >Sent from the Apache Flex Users mailing list archive at Nabble.com.
