Hi, > I wanted an executable version of the Falcon compiler so could > run tests against real-world mxml applications in support of your work.
If you do a little digging you can find it. The Jenkin build create a workspace and it contains the compiler compiler. https://builds.apache.org/job/flex-falcon/ws/compiler/commandline/ You can also see the the result of test run #75 here: https://builds.apache.org/job/flex-falcon/75/testReport/ If you click on the test package names and drill down you can get a feel for what is and isn't being tested. The Jenkin job it configure to recompile when code in git changes or at least once a day. Thanks, Justin