On 8/11/16, 7:24 AM, "Peter Ent" <p...@adobe.com> wrote:
>I have this: > >[echo] FALCON_HOME=/Users/pent/dev/flex-falcon/compiler/generated/dist/sdk > [echo] FALCONJX_HOME=/Users/pent/dev/flex-falcon/compiler-jx > > >The build fails if I set FALCON_HOME to the flex-falcon directory. That looks like a leftover from before the maven refactor. Remove the generated folder. In theory, you shouldn't even need environment variables anymore. The scripts should pick good defaults if you have the usual sibling repos in the expected places. If you need to set an environment variable, the READme says to choose flex-falcon/compiler -Alex