On 4/3/12 11 :10PM, "Michael A. Labriola" <labri...@digitalprimates.net> wrote:
>> 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. In fact it is required and always has been which I've always found annoying. Just checked the README and that was left out so I will fix it. Carol > >Mike >