|
108 | 108 | Should consider updating the OSMF and TLF versions in use. |
109 | 109 | --> |
110 | 110 |
|
111 | | - <target name="compile" description="Builds all SWCs but not their resource bundles" depends="flex-config,flash-integration.compile"> |
| 111 | + <target name="compile" description="Builds all SWCs but not their resource bundles" depends="flex-config,all.compile,flash-integration.compile,automation.compile" /> |
| 112 | + |
| 113 | + <target name="all.compile"> |
112 | 114 | <antcall target="framework"/> |
113 | 115 | <antcall target="mx"/> |
114 | 116 | <antcall target="textLayout"/> |
|
119 | 121 | <antcall target="sparkskins"/> |
120 | 122 | <antcall target="spark_dmv"/> |
121 | 123 | <antcall target="airframework"/> |
122 | | - <antcall target="airspark"/> |
123 | | - <antcall target="mobilecomponents"/> |
124 | | - <antcall target="mobiletheme"/> |
| 124 | + <antcall target="airspark"/> |
| 125 | + <antcall target="mobilecomponents"/> |
| 126 | + <antcall target="mobiletheme"/> |
125 | 127 | <antcall target="core"/> |
126 | 128 | <antcall target="authoringsupport"/> |
127 | 129 | <antcall target="halo"/> |
|
130 | 132 | <antcall target="apache"/> |
131 | 133 | <antcall target="experimental"/> |
132 | 134 | <antcall target="experimental_mobile"/> |
133 | | - <antcall target="compile-automation"/> |
134 | 135 | <antcall target="flatspark"/> |
135 | 136 | </target> |
136 | 137 |
|
137 | 138 | <target name="flash-integration.compile" unless="isLinux"> |
138 | 139 | <antcall target="flash_integration" /> |
139 | 140 | </target> |
| 141 | + |
| 142 | + <target name="automation.compile"> |
| 143 | + <antcall target="compile-automation"/> |
| 144 | + </target> |
140 | 145 |
|
141 | 146 | <target name="test" description="Runs the tests for all projects that have FlexUnit tests"> |
142 | 147 | <delete dir="${FLEX_HOME}/test-reports"/> |
|
0 commit comments