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