Hi, I just pushed a bunch of changes to get a “start from nothing” ant script to work. I’m working on a nightly build so we can see if it works for others. It works for me on my mac. The approach I took was to build in a test in the main build.xml to detect if it is in an installed FlexJS SDK. If it is, it offers to make a new folder and clone all of the repos there. I figure most folks will try the binary builds first and then want to get set up to contribute. Plus that way the main build script doesn’t have to do all the checking to see if other repos are there or not.
I also moved a bunch of folders from examples to manualtests. I will update the wiki shortly and push the nightly and then email again to get folks to try it. Next up for me is more release-oriented stuff: 1) change version to 0.5 2) rename jsc to as-jsc? 3) update wiki BTW, is there an example that uses jquery.swc? Are there bugs in the js-release version? -Alex