>What's the issue? Can it run the install scripts to create a working SDK? >Could it use the release target version?
First I had an issoue with ant library (flexTasks.jar). In a installed SDK it's ${FLEX_HOME}/ant/lib/flexTasks.jar and in a builded sdk it's ${FLEX_HOME}/lib/flexTasks.jar. So I updated FlexUnit's build.xml classpath to look in both locations for flexTasks.jar. I'm not sure if this one is a good solution. Second issue is that one FlexUnit project (FlexUnit4AirCIListener) needs a Flex SDK with AIR. > Can it run the install scripts to create a working SDK? Which install script do you mean? Cyrill