> It appears that flex-sdk_test uses the flex-flexunit build on the CI > server. Does that mean the flex-flexunit build is not configured to > produce the right artifacts for Flex customers. If so, that should > probably get fixed.
flex-flexunit does produce both flexunit-4.3.0-20140410-flex_4.12.0.swc and flexunit-4.3.0-20140410-as3_4.12.0.swc, and we need to use the first one. I don't know where to check which one is used. Isn't flex-sdk_test simply using the test target of build.xml? That one ends up using flexunit-tests.xml, which uses the flexUnitTasks.tasks ant task. So that's why I thought we need to replace flex-flexunit\FlexUnit4AntTasks\test\sandbox\libs\flexunit-core-flex-4.1.0.x-sdky.y.y.y.swc with one of the above. Or does it get replaced automatically as part of some ant target of FlexUnit4AntTasks? I checked its build file and I couldn't figure it out.