> 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. Those particular offending lines should be solved by running this in one of these shells. The main windows command line doesn't know how to execute the shell script that is being referenced. Mike