Totally wild guess, but can you check permissions on compc.jar in /Users/justinmclean/Downloads/ApacheFalcon/apache-flex-falconjx-0.6.0-bin/l ib
I don't know the Ant flex-tasks code at all, but it looks like it is simple Java doing a File.exists() on compc.jar. -Alex On 3/27/16, 10:41 PM, "Justin Mclean" <justinmcl...@me.com> wrote: >Hi, > >> How did you get your Falcon build? Is it just an unzip of a binary kit? > >Yes it was. > >I also tried installing over FlexJS it using the installer script >provided but that also gives an error: > >From the FlexJS base directory: >ant -f ../../ApacheFalcon/apache-flex-falconjx-0.6.0-bin/installer.xml >-DFLEX_HOME=. > >movefiles: > >BUILD FAILED >/Users/justinmclean/Downloads/ApacheFalcon/apache-flex-falconjx-0.6.0-bin/ >installer.xml:114: >/Users/justinmclean/Downloads/ApacheFalcon/apache-flex-falconjx-0.6.0-bin/ >lib does not exist. > >> Is there a falcon-flextasks.jar in >> >>/Users/justinmclean/Downloads/ApacheFalcon/apache-flex-falconjx-0.6.0-bin >>/c >> ompiler/generated/dist/sdk/lib > >Yes there is. > >Justin