Re: Error in build script

2012-04-04 Thread Carol Frampton
On 4/3/12 11 :10PM, "Michael A. Labriola" wrote: >> The offending lines are: >> #!/bin/sh >> tar -xjf "AIR Integration Kit.tbz2" >> >> >line="${FLEX_HOME}/air_unzip.sh"/> >> > >>You might be able to get away with expanding the AIR Integration >>Kit.tbz2 by hand. > >>It has been suggested to

Re: Error in build script

2012-04-03 Thread Manik Magar
Thanks, I am able to build it with msysgit - Git For windows http://code.google.com/p/msysgit/ This might help someone - 1. Download & install - http://code.google.com/p/msysgit/downloads/detail?name=msysGit-fullinstall-1.7.9-preview20120201.exe 2. after install run {installdir}/msys 3. cd /f/Pro

RE: Error in build script

2012-04-03 Thread Michael A. Labriola
> The offending lines are: > #!/bin/sh > tar -xjf "AIR Integration Kit.tbz2" > > line="${FLEX_HOME}/air_unzip.sh"/> > >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 pa