Thanks Alex, I can see it in the swc, so I'm not sure what is causing the issue. I will have to revert and use the pre-dual code today, but will come back to it in two days to try to figure it out again, after an imminent deadline that I need to focus on.
On Tue, May 2, 2017 at 8:41 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 5/1/17, 1:33 PM, "Greg Dove" <greg.d...@gmail.com> wrote: > > >Just as a quick follow-up (in case anyone else is looking for the same) > > > >adding: > ><classifier>js</classifier> > >to all the swc dependencies in the pom meant I could compile the js-only > >project. <targets>JS</targets> alone was not enough. > > > >However I am seeing some runtime errors with things like > >base.js:628 goog.require could not find: > >org.apache.flex.core.HTMLElementWrapper > > Unzip the SWCs and see if HTMLElementWrapper is Basic.swc and/or > BasicJS.swc. Basic is "new" so it may need to be added to some POMs. The > examples build for me, so I think I got it right in the repo. > > HTH, > -Alex > >