Re: Compilation issue on GWT 2.8.2 (modular maven project)

2018-11-13 Thread David Nouls
By just adding sources to jaxb it will not work. You need to have these sources in a gwt source folder. so it javax.xml.bind package must be declared as a source folder in a gwt.xml files before the GWT compiler picks it up to cross compile. I don't think that adding the package in you

Re: Compilation issue on GWT 2.8.2 (modular maven project)

2018-11-13 Thread Thomas Broyer
You're doing your dependencies backwards actually. - test-shared does depend on jaxb annotations, but not their sources. Actually, with Java 11, which no longer ships jaxb, it doesn't even compile. - test-server doesn't directly depend on jaxb annotations (AFAICT), and could have

Re: Compilation issue on GWT 2.8.2 (modular maven project)

2018-11-13 Thread andreasfrische
provided dependencies are not transitive. you need to add the dependency to the client package as well. Am Montag, 12. November 2018 18:51:03 UTC+1 schrieb Luca Morettoni: > > Hello, I’m using the Thomas Broyer fantastic plugin[1] for maven to split > my project into multiple subproject

Re: Compilation issue on GWT 2.8.2 (modular maven project)

2018-11-13 Thread Luca Morettoni
> On 13 Nov 2018, at 10:58, Thomas Broyer wrote: > > remove scope=provided and classifier=sources from test-shared > remove the jaxb dependency from test-server > possibly add the jaxb dependency with classifier=sources in test-client > Thanks Thomas, it works (with this changes): Added

Re: Deobfuscated stack trace message and line-specific stack traces

2018-11-13 Thread Pavlo Iatsiuk
Hi, I do not know about version 2.8, but for 2.6 we did next: - put value "PRETTY" in the pom.xml for gwt plugin - put next loggin settings in the application gwt config file as result we had a proper class names and line numbers in the stack-trace massages понеділок, 5

Happy to announce general access for J2CL!

2018-11-13 Thread 'Goktug Gokdogan' via GWT Users
Dear GWTers! We are happy to announce that we have opened up J2CL repository for general access: http://github.com/google/j2cl Please see the README for details and instructions. I also would like to use this opportunity to thank all Googlers who contributed over the years and made this happen.

Re: Happy to announce general access for J2CL!

2018-11-13 Thread Juan Pablo Gardella
Thanks! On Tue, 13 Nov 2018 at 22:39 'Goktug Gokdogan' via GWT Users < google-web-toolkit@googlegroups.com> wrote: > Dear GWTers! > > We are happy to announce that we have opened up J2CL repository for > general access: > http://github.com/google/j2cl > > Please see the README for details

Re: Happy to announce general access for J2CL!

2018-11-13 Thread Slava Pankov
Thank you! On Tuesday, November 13, 2018 at 5:39:28 PM UTC-8, Goktug Gokdogan wrote: > > Dear GWTers! > > We are happy to announce that we have opened up J2CL repository for > general access: > http://github.com/google/j2cl > > Please see the README for details and instructions. > > I also would

GWT Future plan

2018-11-13 Thread mohammed sameen
Hi All, We have multiple product developed primarily using GWT and currently used by our end customers. Wanted to know the road map of GWT. I got some unofficial update that google is moving there product which is developed in GWT to some other new technology. Is it true? What is long term

[gwt-contrib] Re: Updating GWT CLDR data from v25 to v32

2018-11-13 Thread Ahmad Bawaneh
Hi With the PR for the tools being already merged https://github.com/gwtproject/tools/pull/16 I am looking for review and approval on the gwt PR https://gwt-review.googlesource.com/c/gwt/+/21421 Thanks. On Friday, February 2, 2018 at 9:47:59 PM UTC+2, Ahmad Bawaneh wrote: > > Dears > I have

[gwt-contrib] Fwd: Happy to announce general access for J2CL!

2018-11-13 Thread 'Goktug Gokdogan' via GWT Contributors
-- Forwarded message - From: Goktug Gokdogan Date: Tue, Nov 13, 2018 at 5:38 PM Subject: Happy to announce general access for J2CL! To: Dear GWTers! We are happy to announce that we have opened up J2CL repository for general access: http://github.com/google/j2cl Please see