Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Download the attached SWC and compile this application:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" />
using this command line:
mxmlc -include-libraries+=Cairngorm.swc test.mxml
Actual Results:
Error: Unable to resolve resource bundle "data" for locale "en_US".
Expected Results:
To compile.
Workaround (if any):