Before today, I could never get the unit tests to run on my local machine. However, now, I can do a full build of both flex-falcon and flex-asjs locally, so a broken build shouldn't happen as easily next time I need to work on the compiler.
- Josh On Tue, Jan 12, 2016 at 10:35 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 1/12/16, 10:29 PM, "Josh Tynjala" <joshtynj...@gmail.com> wrote: > > >Good! Sorry for the trouble! > > Well, if you looked closely, you'd see I made a change that broke the > build as well ;-) So I don't expect anyone to go forever without breaking > a build. > > I try to always run "ant all" from the root of the flex-falcon repo before > pushing changes. It should only take a few minutes. However, for some > reason, my last commit required an "ant wipe-all" before "ant all" in > order to see it break. Not sure why. The CI server does do an "ant > wipe-all", but most of the time that doesn't make a difference and saves > me a few more minutes. > > -Alex > >