Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. create simple ant build with mxmlc to compile a css file
2. run ant build to create swf
a. Tried ant 1.6.5 & 1.7.1
3. 'run' the swf in Flash by itself, or use the swf in a Flex application, and get an exception
Actual Results:
Runtime ActionScript error:
Error: Could not find compiled resource bundle 'components' for locale 'en_US'.
at mx.resources::ResourceManagerImpl/installCompiledResourceBundle()
at mx.resources::ResourceManagerImpl/installCompiledResourceBundles()
at mx.core::FlexModuleFactory/installCompiledResourceBundles()
at mx.core::FlexModuleFactory/docFrameHandler()
at mx.core::FlexModuleFactory/docFrameListener()
Expected Results:
No exception
Workaround (if any):
Using ant 1.7.1 in eclipse3.5 and specifying the locale option as empty (locale=""), makes this work. See build.xml for example.