There was an error in the build.xml file. I think I fixed it.
On Oct 26, 2016, at 3:41 PM, Harbs <harbs.li...@gmail.com> wrote: > I’m not sure what changed, but I’m getting the following error building > falcon: > > preprocess: > > getfile: > [get] Destination already exists (skipping): > /Users/harbs/Documents/ApacheFlex/flex-typedefs/node/target/downloads/closure-compiler-master/contrib/nodejs/assert.js > > double-check-file: > [echo] ${env.FLEX_DOWNLOAD_CACHE} > [echo] Need file: ${still_no_file} > > get-from-cache-if-needed: > > fail-if-not-found: > > BUILD FAILED > /Users/harbs/Documents/ApacheFlex/flex-asjs/build.xml:1680: The following > error occurred while executing this line: > /Users/harbs/Documents/ApacheFlex/flex-asjs/build.xml:1840: The following > error occurred while executing this line: > /Users/harbs/Documents/ApacheFlex/flex-falcon/build.xml:142: The following > error occurred while executing this line: > /Users/harbs/Documents/ApacheFlex/flex-typedefs/build.xml:59: The following > error occurred while executing this line: > /Users/harbs/Documents/ApacheFlex/flex-typedefs/node/build.xml:100: The > following error occurred while executing this line: > /Users/harbs/Documents/ApacheFlex/flex-typedefs/node/build.xml:92: The > following error occurred while executing this line: > /Users/harbs/Documents/ApacheFlex/flex-typedefs/node/build.xml:257: > /Users/harbs/Documents/ApacheFlex/flex-typedefs/node/target/downloads/assert.js > could not be downloaded or found in cache > > The obvious problem is that the location of the file is not where it’s > looking: > /Users/harbs/Documents/ApacheFlex/flex-typedefs/node/target/downloads/closure-compiler-master/contrib/nodejs/assert.js > > Suggestions? > > Harbs