Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Safari
Language Found: English
Description
Steps to reproduce:
1. Download and untar the attached tarball
2. Set the FLEX_HOME property in build.properties appropriately
3. cd into the namespaces directory
4. type ant
Actual Results:
[compc] /Developer/Applications/Flex/bugs/namespaces/src/com/example/skins/DefaultDemoCompSkin.mxml(8): Error: Could not resolve <s:State> to a component implementation.
[compc]
[compc] <s:State name="default" />
[compc]
Expected Results:
Successful compilation of the SWC which would then allow compilation of the Test.mxml file by doing
mxmlc -library-path+=bin/democomp.swc Test.mxml
Workaround (if any):
Add classes into the DemoComp namespaces manifest, and refer to State, SolidColor, etc in the skin using the component namespace?