It was Josh’s tests that were tripping me up. The build fails after doing a wipe-all.
I’ve been having other problems with Falcon, and the latest logging seems to shed some light on what’s wrong: [java] Dependencies calculated for 'org.apache.flex.states.SetProperty' [java] org.apache.flex.states.SetProperty depends on org.apache.flex.core.IDocument [java] No GoogDep for Uint8Array [java] No GoogDep for Uint32Array [java] org.apache.flex.compiler.internal.graph.GoogDepsWriter.getListOfFiles(GoogDepsWriter.java:103)org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.publish(MXMLFlexJSPublisher.java:311)org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:455)org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:313)org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:270)org.apache.flex.compiler.clients.MXMLJSC.staticMainNoExit(MXMLJSC.java:232)org.apache.flex.compiler.clients.MXMLJSC.main(MXMLJSC.java:176) It looks like an app which depends on BinaryData will fail. I’m guessing that for some reason falcon is trying to add requires for native JS APIs. Harbs > On Mar 27, 2017, at 7:13 AM, Alex Harui <aha...@adobe.com> wrote: > > > > On 3/26/17, 1:19 PM, "Harbs" <harbs.li...@gmail.com> wrote: > >> I’m having trouble building Falcon. >> >> It looks like it’s failing because a text in FlexJSTestBase.java is >> failing. It’s looking for a file >> flex-asjs/frameworks/as/basic-manifest.xml which does not exist. > > That output has been there for months. It isn't the cause of a failure. > You have to find the test results and check the output in there. > > -Alex >