Re: [FalconJX] Build and install

2013-11-14 Thread Peter Ent
Ah - that was the problem - I was on master, not develop. Thanks again. --peter On 11/14/13 11:09 AM, "Alex Harui" wrote: >Are you on the develop branch? > >On 11/14/13 8:05 AM, "Peter Ent" wrote: > >>I must have gotten the wrong thing from git. Here's my directory: >> >>% pwd >>/Users/pent/dev

Re: [FalconJX] Build and install

2013-11-14 Thread Alex Harui
Are you on the develop branch? On 11/14/13 8:05 AM, "Peter Ent" wrote: >I must have gotten the wrong thing from git. Here's my directory: > >% pwd >/Users/pent/dev/flex-falcon > > >% ls >README compilercompiler.jx >compiler.tests >build.xml

Re: [FalconJX] Build and install

2013-11-14 Thread Alex Harui
If you have an overlaid SDK, updating its Falcon Jars should be as straightforward as taking the new Jars from the build and replacing them. Jars built in the compiler folder end up in compiler/generated/dist/sdk/lib and should overlay the overlaid SDK's lib folder, and Jars built in compiler.jx en

Re: [FalconJX] Build and install

2013-11-14 Thread Peter Ent
I must have gotten the wrong thing from git. Here's my directory: % pwd /Users/pent/dev/flex-falcon % ls README compilercompiler.jx compiler.tests build.xml compiler.js compiler.jx.tests jenkins.xml When I enter 'an

Re: [FalconJX] Build and install

2013-11-14 Thread Erik de Bruin
First, to get everything set up, in the root of your 'flex-falcon' directory, run 'ant wipe-all all'. This will build both the compiler and compiler.jx, setting up their dependencies etc. etc. I don't know another way to set it up in Flash Builder other than installing Alex's overlay and editing t

[FalconJX] Build and install

2013-11-14 Thread Peter Ent
Hi, I've done a git pull on the flex-falcon git repository. I've looked at the README at the top level and in compiler.jx. I've run "ant main" and got a successful build. Now what? How I install this so FlexJS can use it from within Flash Builder? I've tried to figure it out with either no cha