Re: makeApacheFlexForIDE.sh failing

2015-05-30 Thread Erik de Bruin
I would suggest you try to use the 'installer.xml' ant build file. See the README in the SDK repo on how to use that to build the SDK and prepare it for use in an IDE. EdB On Sat, May 30, 2015 at 4:07 PM, Hubert Czerpak hubert.czer...@gmail.com wrote: I'm now very good at bash scripting but I

makeApacheFlexForIDE.sh failing

2015-05-30 Thread Hubert Czerpak
Hi, I'm working on my first item and struggling with some configurations. Not sure how I made it work few days ago but now when I'm rebuilding flex sdk I can't for some reason execute this: $ ./makeApacheFlexForIDE.sh /cygdrive/c/ApacheFlex/binary/sdk/FlexNightly/ This script will construct an

Re: makeApacheFlexForIDE.sh failing

2015-05-30 Thread Hubert Czerpak
I'm now very good at bash scripting but I found that script copies files over correctly and downloads.xml is where it should be but script doesn't have permissions and (my user I'm logged on) can't access that freshly created folder so script can't use xml file and fails. It's on Windows and I