Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Language Found: English
Description
Steps to reproduce:
1. dl flexunit from: http://code.google.com/p/as3flexunitlib/
2. grab flexunit.swc. you can also recompile it from the source
3. Create an MXML Component sss.mxml based on TestRunnerBase
4. compc -include-sources sss.mxml -library-path+=flexunit.swc -o test.swc
Actual Results:
Error: unable to export SWC test.swc: the script name ArrayList was used multiple times.
Expected Results:
no error
Workaround (if any):