- additional compiler argument for FlexMonkey test
- -locale en_US -include-libraries “/Users/dongshin/Projects/workspace.fgmdev/ProjPortfolioMgrClient/libs/automation_monkey3.x.swc” “${flexlib}/libs/automation.swc” “${flexlib}/libs/automation_agent.swc” “${flexlib}/libs/automation_dmv.swc”
- getting weird error…..
- TypeError: Error #2007: Parameter blendMode must be non-null
at flash.display::DisplayObject/set blendMode()
at mx.skins.halo::HaloFocusRect/updateDisplayList()[C:autobuild3.2.0frameworksprojectsframeworksrcmxskinshaloHaloFocusRect.as:156]
at mx.skins::ProgrammaticSkin/validateDisplayList()[C:autobuild3.5.0frameworksprojectsframeworksrcmxskinsProgrammaticSkin.as:421]
at mx.managers::LayoutManager/validateDisplayList()[C:autobuild3.5.0frameworksprojectsframeworksrcmxmanagersLayoutManager.as:622]
at mx.managers::LayoutManager/doPhasedInstantiation()[C:autobuild3.5.0frameworksprojectsframeworksrcmxmanagersLayoutManager.as:695]
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/callLaterDispatcher2()[C:autobuild3.5.0frameworksprojectsframeworksrcmxcoreUIComponent.as:8744]
at mx.core::UIComponent/callLaterDispatcher()[C:autobuild3.5.0frameworksprojectsframeworksrcmxcoreUIComponent.as:8684]
- TypeError: Error #2007: Parameter blendMode must be non-null
- it looks like automation_monkey3.x.swc has been compile with Flex SDK 3.3 and cannot get it to work with 3.3 or 3.5?
- tried to compile whole FlexMonkey package – no luck, too many missing, no clear instruction.
- tried RIATest – same error?
- compiled first time, but getting “Unable to resolve resouce bundle…” erros
- all these Flex SDK set up messed up my Flex Builder, ugh!
- reinstalled Flex Builder & plugins
- tried using Flex SDK 3.5.0.12683
- built and ran without FlexMonkey
- added libs/automation_monkey3.x.swc – ran fine
- -include-libraries “../../../libs/automation_monkey3.x.swc” “${flexlib}/libs/automation.swc” “${flexlib}/libs/automation_agent.swc” “${flexlib}/libs/automation_dmv.swc” results in Unable to resolve resource bundle error
- manually added automation_agent.swc and automation.swc to libs – didn’t work
- created new project, moved all source over, set FlexMonkey configuration….
- works!
