> By commenting out the use of ViewBase from Application.as, I was able to > get Application.as to compile without errors and got what looked like a > reasonable list of goog.requires without changing any compiler.clients > classes.
Have you try to run the compile-as-to-js-core-application-using-falcon target in the core build ? with this one and the convertion I did, I was able to build Application too without removing anything. I issue I had was with compile-as-to-js-core-application-using-oem. > I did notice that the method bodies that had conditional compilation > didn’t output anything so I’m going to look at that next. Or is that what > you tried to fix by changing compiler.clients.*? No, it wasn't that, it seems you discovered another issue. Btw, I won't be able to work on it this weekend, that's my birthday and I'm going to party (a lot) and on Monday I'm starting on a new role, not sure how much it will suck my brain yet. Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FlexJS] Framework using externs (was: Setup Error) > Date: Thu, 17 Sep 2015 18:37:30 +0000 > > > > On 9/17/15, 10:05 AM, "Frédéric THOMAS" <webdoubl...@hotmail.com> wrote: > > > >> Do you still have the missing goog.require problem? > > > >Yes but I will fix that, the compiler.clients.* used directly does not > >create the issue. > > By commenting out the use of ViewBase from Application.as, I was able to > get Application.as to compile without errors and got what looked like a > reasonable list of goog.requires without changing any compiler.clients > classes. > > I did notice that the method bodies that had conditional compilation > didn’t output anything so I’m going to look at that next. Or is that what > you tried to fix by changing compiler.clients.*? > > Thanks, > -Alex > >