I’ve spent a couple of days trying to make the FalconJX builds less dependent on other projects. I think I have it working now. It would be great for folks to try it and report issues.
You still need to set up the pre-requisites manually (Ant, Java, AIR, Flash playerglobal, Flash Player Debugger), but ‘ant all’ should now run without needing flex-sdk or flex-asjs or any other repo. Of course, my system isn’t quite as ‘clean’ as some of yours so I may have missed something. I also updated the ApproveFalcon script so that it will examine the nightly build. So one way to test all of this stuff is: 0) Make sure Ant and Java are in the path, and set up AIR_HOME, PLAYERGLOBAL_HOME and FLASHPLAYER_DEBUGGER environment variables if you haven’t already. Then: 1) create an empty folder. 2) Copy ApproveFalcon.xml from the flex-falcon repo or download it here [1] and copy it into the empty folder 3) From the empty folder, run ‘ant -e -f ApproveFalcon.xml -Drelease.version=0.5.0’ It will take you through examining the notice files and then at the end, it should build Falcon and run its tests unattended. Thanks in advance for trying it. -Alex [1] https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-falcon.git;a=b lob_plain;f=ApproveFalcon.xml;hb=refs/heads/develop