Re: [ANN] (Unofficial) Elemental2 2.24 release

2019-06-12 Thread John Huss
> On Wed, Jun 12, 2019 at 8:29 AM Peter Donald > wrote: > >> On Wed, Jun 12, 2019 at 7:31 AM John Huss > > wrote: >> >>> Out of curiosity, how did you get this project to build successfully? >>> >>> When I try to build it I see this: >>> >>> $ ./bazel_build_test.sh >>> >>> *ERROR:

Re: [ANN] (Unofficial) Elemental2 2.24 release

2019-06-11 Thread Peter Donald
On Wed, Jun 12, 2019 at 8:29 AM Peter Donald wrote: > On Wed, Jun 12, 2019 at 7:31 AM John Huss wrote: > >> Out of curiosity, how did you get this project to build successfully? >> >> When I try to build it I see this: >> >> $ ./bazel_build_test.sh >> >> *ERROR:

Re: [ANN] (Unofficial) Elemental2 2.24 release

2019-06-11 Thread Peter Donald
On Wed, Jun 12, 2019 at 7:31 AM John Huss wrote: > Out of curiosity, how did you get this project to build successfully? > > When I try to build it I see this: > > $ ./bazel_build_test.sh > > *ERROR: */Users/john/repos/elemental2/third_party/BUILD:21:1: no such > target

Re: [ANN] (Unofficial) Elemental2 2.24 release

2019-06-11 Thread John Huss
Out of curiosity, how did you get this project to build successfully? When I try to build it I see this: $ ./bazel_build_test.sh *ERROR: */Users/john/repos/elemental2/third_party/BUILD:21:1: no such target '@com_google_javascript_closure_compiler//:externs': target 'externs' not declared in

[ANN] (Unofficial) Elemental2 2.24 release

2019-06-02 Thread Peter Donald
Elemental2 provides type checked access to browser APIs for Java code. This is done by using closure extern files and generating JsTypes, which are part of the new JsInterop specification that is implemented in both GWT and J2CL. https://github.com/google/elemental2 This is an unofficial release