Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Create a Flex Project.
2. Add some classes.
3. Create a manifest file for the classes created in the step 2.
4. Create an Ant build script to compile the project.
5. Add a manifest file through the namespace tag of the mxmlc task:
<namespace manifest="manifest.xml" uri="http://tempuri.org" />
Actual Results:
Compile error: Cannot resolve fx:... [or any Flex namespace prefix] to a component implementation.
Expected Results:
The project should compile successfully.
Workaround (if any):
Manually set the Flex SDK manifest files.