Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. We have upgraded to Hotifix 3+ and now not able to get the build ready for automation.
2. In Addition to the above upgrade we have also updated the Automatin Package.
3. QTP Works Fine with the Sample application after the automation package upgrade but our build does not..
I noticed that automation.swc file is not part of the new automation package ...and also automation_charts.swc
Below is the code that we use to build Automated applications..
<!--
<arg value="-locale" />
<arg value="en_US" />
<arg value="-include-libraries+=${flex.sdk.dir}/frameworks/libs/automation.swc" />
<arg value="-include-libraries+=${flex.sdk.dir}/frameworks/libs/automation_agent.swc" />
<arg value="-include-libraries+=${flex.sdk.dir}/frameworks/libs/qtp.swc" />
<arg value="-include-libraries+=${flex.sdk.dir}/frameworks/libs/automation_charts.swc" />
-->
do we need to change anything in the way we add libraries after upgrading to hotfix 3+.
Actual Results:
Expected Results:
Workaround (if any):