Re: 2.8.0 RC1 is here!

2016-07-29 Thread 'kim young ill' via GWT Users
ok, didn"t know gin work with jdk7, just saw this in the release note : https://github.com/gwtproject/gwt/issues/9311 i'm on jdk7, guava18 and gin 2. On Fri, Jul 29, 2016 at 12:20 PM, Thomas Broyer wrote: > > > On Friday, July 29, 2016 at 12:16:30 PM UTC+2, Juan Pablo

Re: 2.8.0 RC1 is here!

2016-07-29 Thread 'kim young ill' via GWT Users
nice, thanx for the great work. the only blocking point for me now is GIN. On Fri, Jul 29, 2016 at 7:40 AM, 'Daniel Kurka' via GWT Users < google-web-toolkit@googlegroups.com> wrote: > Hi all, > > I just build the GWT 2.8.0 RC1 and pushed it to maven central. The > complete SDK is also

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-12-06 Thread 'kim young ill' via GWT Users
my project structure look like this: webapp-parent -webapp-client -weapp-shared -webapp-server -webapp-utils ...some other small non gwt-related modules i come up with this: (in webapp-client module) but gwt:compile still complaining : on project webapp-client: The parameters

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-12-06 Thread 'kim young ill' via GWT Users
hi there, i'm considering moving to gwt2.8 for (mostly because of jdk8) and switching to Thomas's plugin, i have several separate gwt modules in webapp-client-module, in the mojo plugin i can put it like this: org.codehaus.mojo gwt-maven-plugin

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-12-06 Thread 'kim young ill' via GWT Users
thanx, i got further with compile and true, but now got hit by guava18. (similar to this: https://groups.google.com/forum/m/#!topic/google-web-toolkit-contributors/VbokswmVz9w ), i'll see how to overcome this On Sun, Dec 6, 2015 at 10:14 PM, Thomas Broyer wrote: > I don't