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 can fix folder permissions manually but next run deletes it and creates the same folder with the same problem over again. I tried to relog to admin user and rerun, same result. I'll try on Mac later. May have more luck!
Hubert Czerpak Sent from my iPad > On 30 May 2015, at 12:15, Hubert Czerpak <hubert.czer...@gmail.com> wrote: > > 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 Adobe Flex SDK for an IDE in > '/cygdrive/c/ApacheFlex/binary/sdk/FlexNightly/' > > You will need to answer questions throughout this process. > > Copying the Apache Flex SDK from > '/cygdrive/c/ApacheFlex/source/flex-sdk/ide/flashbuilder/../..' to > '/cygdrive/c/ApacheFlex/binary/sdk/FlexNightly/' > > Buildfile: > \cygdrive\c\ApacheFlex\binary\sdk\FlexNightly\frameworks\downloads.xml does > not exist! > > Build failed > > > Can anybody help me? Any ideas what I am doing wrong? > > Hubert Czerpak