Hi, > prepare: > [copy] Copying 1 file to F:\Projects\Flex\ApacheSdk\trunk > [copy] Copying F:\Projects\Flex\ApacheSdk\trunk\in\air\mac\AIR > Integration > Kit.tbz2 to F:\Projects\Flex\ApacheSdk\trunk\AIR Integration Kit.tbz2 > > BUILD FAILED
The build scripts are still a work in progress and may be a little broken on windows at the moment. The offending lines are: <echo file="${FLEX_HOME}/air_unzip.sh">#!/bin/sh tar -xjf "AIR Integration Kit.tbz2" </echo> <exec executable="sh" dir="${FLEX_HOME}"> <arg line="${FLEX_HOME}/air_unzip.sh"/> </exec> You might be able to get away with expanding the AIR Integration Kit.tbz2 by hand. It has been suggested to use Cygwin or gitbash to compile the SDK on windows. Thanks, Justin