| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Adobe BlazeDS
Revision: 3041
Author: aglosban@adobe.com
Date: 29 Aug 2008 11:57:50
Changes:Change flex-config.xml files for team and qa webapps to target player 9. The checkintests fail when player 10 is targeted. This issue has been logged as Jira bug BLZ-239. I also had to change the flex-config.xml files to list swc files from the flex/libs directory in the library-path individually. This is because when the target player version is set to 9, flex4.swc can't be in the classpath otherwise you will get compiler errors. This is a workflow issue the SDK team is aware of.
Files:| ... | ...@@ -1,7 +1,7 @@ | |
| 1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 | <flex-config> |
| 3 | 3 | <!-- Specifies the minimum player version that will run the compiled SWF. --> |
| 4 | <target-player>10.0.0</target-player> | |
| 4 | <target-player>9.0.0</target-player> | |
| 5 | 5 | <compiler> |
| 6 | 6 | |
| 7 | 7 | <!-- Turn on generatation of accessible swfs. --> |
| ... | ...@@ -51,7 +51,11 @@ | |
| 51 | 51 | |
| 52 | 52 | <!-- List of SWC files or directories that contain SWC files. --> |
| 53 | 53 | <library-path> |
| 54 | <path-element>libs</path-element> | |
| 54 | <path-element>libs/datavisualization.swc</path-element> | |
| 55 | <path-element>libs/flex.swc</path-element> | |
| 56 | <path-element>libs/framework.swc</path-element> | |
| 57 | <path-element>libs/utilities.swc</path-element> | |
| 58 | <path-element>libs/rpc.swc</path-element> | |
| 55 | 59 | <path-element>libs/player</path-element> |
| 56 | 60 | <path-element>libs/player/{targetPlayerMajorVersion}</path-element> |
| 57 | 61 | <path-element>locale/{locale}</path-element> |
| ... | ...@@ -1,7 +1,7 @@ | |
| 1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 | <flex-config> |
| 3 | 3 | <!-- Specifies the minimum player version that will run the compiled SWF. --> |
| 4 | <target-player>10.0.0</target-player> | |
| 4 | <target-player>9.0.0</target-player> | |
| 5 | 5 | |
| 6 | 6 | <compiler> |
| 7 | 7 | |
| ... | ...@@ -52,7 +52,13 @@ | |
| 52 | 52 | |
| 53 | 53 | <!-- List of SWC files or directories that contain SWC files. --> |
| 54 | 54 | <library-path> |
| 55 | <path-element>libs</path-element> | |
| 55 | <path-element>libs/datavisualization.swc</path-element> | |
| 56 | <path-element>libs/flex.swc</path-element> | |
| 57 | <path-element>libs/flexunit.swc</path-element> | |
| 58 | <path-element>libs/framework.swc</path-element> | |
| 59 | <path-element>libs/mxunit.swc</path-element> | |
| 60 | <path-element>libs/utilities.swc</path-element> | |
| 61 | <path-element>libs/rpc.swc</path-element> | |
| 56 | 62 | <path-element>libs/player</path-element> |
| 57 | 63 | <path-element>libs/player/{targetPlayerMajorVersion}</path-element> |
| 58 | 64 | <path-element>locale/{locale}</path-element> |
| ... | ...@@ -186,8 +186,6 @@ | |
| 186 | 186 | context-root="${appserver.qa.contextroot}" |
| 187 | 187 | locale="en_US"> |
| 188 | 188 | <load-config filename="${config.dir}/flex-config.xml"/> |
| 189 | <target-player>10.0.0</target-player> | |
| 190 | <external-library-path/> | |
| 191 | 189 | </mxmlc> |
| 192 | 190 | <java classname="utils.CreateHTMLShell" > |
| 193 | 191 | <classpath refid="flex.qa.classpath"/> |