RE: [Falcon] starting up

2014-10-01 Thread Frédéric THOMAS
Ah ok, thanks Gordon, I was tearing my hair out :-) Frédéric THOMAS > Subject: Re: [Falcon] starting up > From: gsmit...@hotmail.com > Date: Wed, 1 Oct 2014 08:51:16 -0700 > To: dev@flex.apache.org > > That comment is out of date. Code Model was the part of pre-Falcon Fla

Re: [Falcon] starting up

2014-10-01 Thread Gordon Smith
> ConstructorMustBePublicProblem(node.getActualNamespaceNode())); > > What is the CM or Code Model ? > > Thanks, > Frédéric THOMAS > >> From: aha...@adobe.com >> To: dev@flex.apache.org >> Subject: Re: [Falcon] starting up >> Date: Wed, 1 Oct 2014 13

RE: [Falcon] starting up

2014-10-01 Thread Frédéric THOMAS
null && node.getActualNamespaceNode().getName() != IASKeywordConstants.PUBLIC) problems.add(new ConstructorMustBePublicProblem(node.getActualNamespaceNode())); What is the CM or Code Model ? Thanks, Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re

Re: [Falcon] starting up

2014-10-01 Thread Alex Harui
Could you have an old guava.jar? On 10/1/14 4:32 AM, "Frédéric THOMAS" wrote: >Hi, > >I built it with ANT an ran Falcon compc.bat from the generated/dist/sdk, >does anyone knows why I get that ? > >Exception in thread "main" java.lang.NoClassDefFoundError: >com/google/common/cache/CacheLoader >