Re: First application working as both J2CL and gwt2 at the same time

2018-11-27 Thread Ahmad Bawaneh
The GWT version already compiled with all properties collapsed On Tuesday, November 27, 2018 at 1:02:32 PM UTC+2, Kirill Prazdnikov wrote: > > I agree, if you compare GWT vs J2CL program, then it is fair to switch GWT > to single permutation single-script linker before to measure. > And even

Re: First application working as both J2CL and gwt2 at the same time

2018-11-27 Thread Ahmad Bawaneh
It seems i had a miss configured repository can you please pull and try again? sorry for this issue. On Tuesday, November 27, 2018 at 11:36:57 AM UTC+2, Alina Grynenko wrote: > > Hi, > Im new to gwt. I try to build your project, but get > Could not resolve dependencies for project >

Re: First application working as both J2CL and gwt2 at the same time

2018-11-27 Thread Kirill Prazdnikov
I mean different. Not collapsed, but single perm with sso linker. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com.

Re: First application working as both J2CL and gwt2 at the same time

2018-11-27 Thread Ahmad Bawaneh
I was waiting for next weekend to start running some experiments, such notes are really helpful.. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: First application working as both J2CL and gwt2 at the same time

2018-11-27 Thread Alina Grynenko
Thanks a lot. I will try it. One more question: Why j2cl is working with maven in your application, I thought it works only with bazel? Am Di., 27. Nov. 2018 um 18:59 Uhr schrieb Kirill Prazdnikov < pkir...@gmail.com>: > I mean different. Not collapsed, but single perm with sso linker. > > -- >

Re: First application working as both J2CL and gwt2 at the same time

2018-11-27 Thread Ahmad Bawaneh
even though j2cl inside google works with bazel and not maven, since j2cl was still private there was a work done to make it work with maven, @Colin built a tool that can run j2cl in a development which uses an old version of the closure compiler to allow incremental compilation, and now as

Re: First application working as both J2CL and gwt2 at the same time

2018-11-27 Thread Alina Grynenko
Hi, Im new to gwt. I try to build your project, but get Could not resolve dependencies for project org.dominokit.samples:dominodo-client:jar:1.0-SNAPSHOT: Could not find artifact com.vertispan.jsinterop:base:jar:1.0.0-SNAPSHOT in vertispan-snapshots (https://repo.vertispan.com/gwt-snapshot/)

Re: First application working as both J2CL and gwt2 at the same time

2018-11-27 Thread Kirill Prazdnikov
I agree, if you compare GWT vs J2CL program, then it is fair to switch GWT to single permutation single-script linker before to measure. And even more fair is to compare all if the compilers [GWT, J2CL, TeaVM], in terms of script size (compressed) and in terms of code performance (not DOM