Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
This became evident as we tested upgrading from beta 1 to beta 2. In our flex-config.xml file we have the following:
<namespaces>
<!-- Specify a URI to associate with a manifest of components for use as MXML -->
<!-- elements. -->
<namespace>
<uri>http://www.adobe.com/2006/mxml</uri>
<manifest>mxml-manifest.xml</manifest>
</namespace>
<namespace>
<uri>http://www.decisionviewsoftware.com/2007/view</uri>
<manifest>../../core/conf/component-manifest.xml</manifest>
</namespace>
</namespaces>
Steps to reproduce:
Enter a component manifest in flex-config.xml with a relative path..
Actual Results:
Compiler errors out because it says it can't find the file.
Expected Results:
Behavior would remain unchanged from Flex 2 and Flex 3 Beta 1, when this behavior worked.
Workaround (if any):
1. Place the manifest file in the frameworks folder, alongside the mxml-manfiest.xml file
or
2. Use a hard path in the manfiest tag (I had to even include "C:/"--just starting with "/" still caused the error)