|
|
|
[
Permlink
| « Hide
]
Joann Chuang - [04/22/08 02:12 PM ]
None of the AIR components are being found. The 3.0.x branch is still working fine, but the trunk, gumbo, etc. branches are not. It looks like it broke sometime between build 937 and 943 based on Mustella runs. I still have to verify it being broken in 943, but it is definitely broken by 1010.
This was definitely working in 937 and broken by 945 - 943, 944, 945 are the suspects.
Fixed with change 1372.
After my build script changes a few weeks ago to use <compc> to build our SWCs, airframework.swc was being incorrectly built into frameworks/libs instead of frameworks/libs/air. The zipping scripts didn't find it there so it has been missing from flex_sdk_4.zip. Now it's back in the correct directory and back in the zipped SDK. Since our automated tests run (I think) against a just-compiled SDK rather than a compiled-and-zipped-and-unzipped SDK, they didn't catch this... mxmlc found airframework.swc in the 'libs' directory since air-config.xml tells mxmlc to look in both 'libs' and 'libs/air'. However, the zipping scripts are more particular; they look for specific SWCs in particular directories, but apparently don't fail when they don't find what they're looking for. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||