Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Adobe Flex SDK 4.5 (Release)
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile the attached app with -static-rsls=false and remove-unused-rsls=true.
Actual Results:
The app gives VERIFY Error for
Error #1014: Class flashx.textLayout.container::TextContainerManager could not be found.
Also the link report for this app shows that its trying to draw in spark.swc via the spark skins.
the compiler output says:
Required RSLs:
http://10.59.8.147/swz/4.5.0.16154/framework_4.5.0.16154.swz with 2 failovers.
http://10.59.8.147/swz/4.5.0.16154/spark_4.5.0.16154.swz with 2 failovers.
http://10.59.8.147/swz/4.5.0.16154/sparkskins_4.5.0.16154.swz with 2 failovers.
Expected Results:
It should not draw in spark.swc. NO RTE for textLayout.
compiler should not detect spark.swc as a required rsl for this app.