Another thing: I swapped out the requirement of the Closure Compiler repo for downloading the source, compiling it, and copying the externs files to a top-level folder in the falcon repo.
We’ll see if that fixes the build. Hopefully it won’t break anything. If it does, revert the change and we’ll revisit later. I’ll check back in tomorrow AM. -Alex On 6/9/15, 11:16 PM, "Alex Harui" <aha...@adobe.com> wrote: >One thing I’ve hit: FB is apparently stuck using Java 1.6. That’s how >old the version of Eclipse is that it uses. Some of the code you’ve >written uses Java 1.7. Can we change back to Java 1.6 syntax? Really, >only the code paths used by FB seem to need to be in Java 1.6, so the >flex-oem-compiler project and its dependencies. I don’t know how Java >version mixing works, but it might be possible to compile just compiler.jx >and compiler.jx.tests with support for Java 1.7. > >Thoughts? >-Alex >