Hey Justin, Tried on windows using cygwin and got the following error: CMartin@cmartindt ~/documents/github/flex-sdk/ide
$ ./constructFlexForIDE.sh $FLEX_HOME /cygdrive/c/Users/cmartin/Documents/flexSDKs/4.6.0 The Apache Flex directory for the IDE is C:\Users\cmartin\Documents\GitHub\flex-sdk The Adobe Flex directory is /cygdrive/c/Users/cmartin/Documents/flexSDKs/4.6.0 Copying the AIR SDK files to directory C:\Users\cmartin\Documents\GitHub\flex-sdk Copying AIR SDK license.pdf Copying AIR SDK Readme.txt Copying bin/adl.exe Copying bin/adt.bat Copying bin/adl cp: cannot create regular file ‘C:\\Users\\cmartin\\Documents\\GitHub\\flex-sdk/bin/adl’: File exists If I create a adl folder it gets past and puts the adl file in the adl folder. Which does not seem right. Not sure why Cygwin is thinking it needs a subfolder there. It does continue on and put the adt file in the bin folder as expected (as in it matches the bin folder for 4.6.0 source folder). But then I get a different error which we may have to figure out later on. CMartin@cmartindt ~/documents/github/flex-sdk/ide $ ./constructFlexForIDE.sh $FLEX_HOME /cygdrive/c/Users/cmartin/Documents/flexSDKs/4.6.0 The Apache Flex directory for the IDE is C:\Users\cmartin\Documents\GitHub\flex-sdk The Adobe Flex directory is /cygdrive/c/Users/cmartin/Documents/flexSDKs/4.6.0 Copying the AIR SDK files to directory C:\Users\cmartin\Documents\GitHub\flex-sdk Copying AIR SDK license.pdf Copying AIR SDK Readme.txt Copying bin/adl.exe Copying bin/adt.bat Copying bin/adl Copying bin/adt Copying frameworks/libs/air ./constructFlexForIDE.sh: line 72: rsync: command not found Traditionally I use the bat file to in my environment. That does not copy down the adt or adl files. I'll take another look at this later on today, but just wanted to get these results in to the group incase someone else may know right away what the same script file behaves differently from iOS and Cygwin. Chris > Subject: Re: [4.14] missing adl on Mac > From: [email protected] > Date: Sun, 14 Dec 2014 18:21:47 +1100 > To: [email protected] > > Hi, > > Just checked in a patch to constructFexForIDE.sh that should fix this issue > on OSX. Can someone test that on windows for me. I think some people may be > running the .sh on windows using cygwin, rather than running the > constructFexForIDE.bat file. > > Thanks, > Justin
