[gwt-contrib] Re: Unable to compile GWT 2.8.0-rc1 module in IntelliJ

2020-03-31 Thread Michal Zimen
Hi,

  Finally, after couple hours, I found out that there was a conflict in 
apache-ant dependency. Multiple packages with different versions served the 
same stuff.

I hope this might help others to solve this kind of issue.

m.

Dňa pondelok, 30. marca 2020 11:34:13 UTC+2 Michal Zimen napísal(a):
>
> Hi,
>
>   I'm facing similar problem. Migrating from gwt-2.4.0 to gwt-2.8.2 along 
> with jdk1.6 migration to jdk1.8.
>
> I've added the gwt-dev-2.8.2 dependency to the classpath/refid to the 
> below construct, but the issue still persists.
>
>  failonerror="true">
> 
> 
> 
> 
> 
> 
> 
> 
>
> This is a part of the error message:
>
>  [java]   Loading inherited module 
> 'com.google.gwt.http.HTTP'
>  [java]  Module location: 
> jar:file:/C:/SOV/workspace/SOV/_libraries/gwt-2.8.2/gwt-user.jar!/com/google/gwt/http/HTTP.gwt.xml
>  [java]  Loading inherited module 
> 'com.google.gwt.user.Timer'
>  [java] Module location: 
> jar:file:/C:/SOV/workspace/SOV/_libraries/gwt-2.8.2/gwt-user.jar!/com/google/gwt/user/Timer.gwt.xml
>  [java] [ERROR] Line 19: Unexpected exception 
> while processing element 'source'
>  [java] java.lang.NoClassDefFoundError: 
> org/apache/tools/ant/types/ZipScanner
>  [java] at 
> com.google.gwt.dev.resource.impl.DefaultFilters.getScanner(DefaultFilters.java:240)
>
> Thanks,
>
>   Michal
>
>
> Dňa pondelok, 1. augusta 2016 20:21:52 UTC+2 Thomas Broyer napísal(a):
>>
>> I actually meant the ant dependency with the test scope, but actually gwt 
>> uses a different ant dependency. But it really looks like a bug in IntelliJ 
>> now that we unbundled most dependencies from Maven artifacts.
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/6e573bac-c97f-48d0-b4d7-b61efa570027%40googlegroups.com.


[gwt-contrib] Re: Unable to compile GWT 2.8.0-rc1 module in IntelliJ

2020-03-30 Thread Michal Zimen
Hi,

  I'm facing similar problem. Migrating from gwt-2.4.0 to gwt-2.8.2 along 
with jdk1.6 migration to jdk1.8.

I've added the gwt-dev-2.8.2 dependency to the classpath/refid to the below 
construct, but the issue still persists.











This is a part of the error message:

 [java]   Loading inherited module 
'com.google.gwt.http.HTTP'
 [java]  Module location: 
jar:file:/C:/SOV/workspace/SOV/_libraries/gwt-2.8.2/gwt-user.jar!/com/google/gwt/http/HTTP.gwt.xml
 [java]  Loading inherited module 
'com.google.gwt.user.Timer'
 [java] Module location: 
jar:file:/C:/SOV/workspace/SOV/_libraries/gwt-2.8.2/gwt-user.jar!/com/google/gwt/user/Timer.gwt.xml
 [java] [ERROR] Line 19: Unexpected exception 
while processing element 'source'
 [java] java.lang.NoClassDefFoundError: 
org/apache/tools/ant/types/ZipScanner
 [java] at 
com.google.gwt.dev.resource.impl.DefaultFilters.getScanner(DefaultFilters.java:240)

Thanks,

  Michal


Dňa pondelok, 1. augusta 2016 20:21:52 UTC+2 Thomas Broyer napísal(a):
>
> I actually meant the ant dependency with the test scope, but actually gwt 
> uses a different ant dependency. But it really looks like a bug in IntelliJ 
> now that we unbundled most dependencies from Maven artifacts.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/efb8c071-1f4b-46e3-986c-b171a5ef8025%40googlegroups.com.


Re: Best server and Java version for implementing GWT 2.8.0.

2019-01-08 Thread Zetha Nath
Thanks. I need to use 2.8.0 for my project, however. I can't choose 
anything higher for now.

On Tuesday, January 8, 2019 at 9:50:53 AM UTC-8, Thomas Broyer wrote:
>
>
>
> On Tuesday, January 8, 2019 at 5:30:05 PM UTC+1, Zetha Nath wrote:
>>
>> Hi there,
>>
>> I want to use most of the features, that GWT 2.8.0 can offer. I wonder 
>> which server should I use, from the comparison chart below. 
>>
>> http://tomee.apache.org/comparison.html
>>
>
> GWT's server-side parts (GWT-RPC or RequestFactory) only need Java 
> Servlets.
> Request Factory optionally supports Bean Validation, but that can be added 
> to any server (it's a library dependency, not a framework-ish feature 
> that'd need to be supported by the container).
>
> Also, GWT 2.8.0 works best on Java 8 correct?
>>
>
> Or Java 11.
> Also note that there's a 2.8.2 that you should use rather than 2.8.0.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Best server and Java version for implementing GWT 2.8.0.

2019-01-08 Thread Thomas Broyer


On Tuesday, January 8, 2019 at 5:30:05 PM UTC+1, Zetha Nath wrote:
>
> Hi there,
>
> I want to use most of the features, that GWT 2.8.0 can offer. I wonder 
> which server should I use, from the comparison chart below. 
>
> http://tomee.apache.org/comparison.html
>

GWT's server-side parts (GWT-RPC or RequestFactory) only need Java Servlets.
Request Factory optionally supports Bean Validation, but that can be added 
to any server (it's a library dependency, not a framework-ish feature 
that'd need to be supported by the container).

Also, GWT 2.8.0 works best on Java 8 correct?
>

Or Java 11.
Also note that there's a 2.8.2 that you should use rather than 2.8.0.

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Best server and Java version for implementing GWT 2.8.0.

2019-01-08 Thread Zetha Nath
Hi there,

I want to use most of the features, that GWT 2.8.0 can offer. I wonder 
which server should I use, from the comparison chart below. 

http://tomee.apache.org/comparison.html

Also, GWT 2.8.0 works best on Java 8 correct?

Thank you so much.

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: A class cast exception when upgrading from GWT 2.8.0 to 2.8.2 ?

2018-12-19 Thread Ed
Yesss, the above solution worked.
Luckily it was the only construction I had, I only had to rewrite this one.
Sorry, there will not be any upgrade to 3.0

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: A class cast exception when upgrading from GWT 2.8.0 to 2.8.2 ?

2018-12-19 Thread Jens


> BTW: what is the correct way to solve this?
>
> Should I make a new class that extends both JavaScriptObject and 
> implements ZtoeslagAppConfig?
>

Yes, and getPages() would be implemented using JSNI. That also means that 
AppPage should be a JSO (and might implement in interface). Alternatively 
you could rewrite your code to use JsInterop annotations and jsinterop-base 
library. Less boilerplate and you have to do it anyways if you plan to 
adopt GWT 3.0 in the future.

-- J.

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: A class cast exception when upgrading from GWT 2.8.0 to 2.8.2 ?

2018-12-19 Thread Ed
BTW: what is the correct way to solve this?

Should I make a new class that extends both JavaScriptObject and implements 
ZtoeslagAppConfig?
So it would be:

SimpleZtoeslagAppConfig extends JavaScriptObject implements ZtoeslagAppConfig 
{
}

*private* SimpleZtoeslagAppConfig  getZtoeslagConfig() {

*return* (SimpleZtoeslagAppConfig) UtilsJsni.*getProperty*(getJson(), 
*getMiscValues*().zorgtoeslag());

}


-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: A class cast exception when upgrading from GWT 2.8.0 to 2.8.2 ?

2018-12-19 Thread Ed
Thanks for the inside Jens, I think that could be it, I will test it.
Ed

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: A class cast exception when upgrading from GWT 2.8.0 to 2.8.2 ?

2018-12-18 Thread Jens
Hmm as you are using intersection types this might be related 
to 
https://github.com/gwtproject/gwt/commit/1ce1c710c7d3d7bffc246c7f013009b670be44a4
 
which has been committed between 2.8.0 and 2.8.2.

So it could very well be that now there is a cast check inserted by GWT 
because you use an intersection type as return type of your getter.

-- J.

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: A class cast exception when upgrading from GWT 2.8.0 to 2.8.2 ?

2018-12-17 Thread Ed
Anybody any idea please? 

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


A class cast exception when upgrading from GWT 2.8.0 to 2.8.2 ?

2018-12-13 Thread Ed
I just upgraded from GWT 2.8.0 to 2.8.2 and get a class cast exception 
which I don't understand, please some help.

It goes wrong in the following line of code:
*ZtoeslagAppConfig this.bla = new 
JsoZtoeslagAppConfig(getZtoeslagConfig());*


All relevant code:
*private  T 
getZtoeslagConfig() {*
* return (T) UtilsJsni.getProperty(getJson(), 
getMiscValues().zorgtoeslag());*
*}*

*private JavaScriptObject getJson() {*
* return this.json;*
*}*

*public interface ZtoeslagAppConfig {*
* AppPage[] getPages();*
*}*

*public final class JsoZtoeslagAppConfig  implements ZtoeslagAppConfig {*
* private final JavaScriptObject jsoConfig;*

* public  
JsoZtoeslagAppConfig(final T jsoConfig) {*
* super(jsoConfig);*
* }*

* public AppPage[] getPages() {*
* return UtilsJsArrays.toArray(getJsoPages());*
* }*

* private JsArray getJsoPages() {*
* return UtilsJsni.getPropertyAsArray(getJsoConfig(), 
getMiscValues().pages());*
* }*

* private JavaScriptObject getJsoConfig() {*
* return this.jsoConfig;*
* }*
*}*


During super dev mode, in Chrome the values of this.json above:
*json_1_g$:*
* newsletter: "825eceb44f"*
* zorgtoeslag: {payments: Array(3), pages: Array(3)} *

Just before calling the constructor in: 
*new JsoZtoeslagAppConfig(getZtoeslagConfig());*
It is calling a gwt method for casting that seems to fail:
* static Object castTo(Object src, JavaScriptObject dstId) {*
*checkType(src == null || canCast(src, dstId));*

In this method, I see that dstId has the value 1891, and src is some json 
value.
When performing the above body it calls the following method, that I don't 
directly understand as I don't see the method call in the above function:
*  static native boolean jsEquals(Object a, Object b) /*-{*
*return a == b;*
*  }-*/;*
I think this method fails as a is some json and b has the value null.

What goes wrong here? 










-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Development Mode - Jetty - Realm - Redirecting to 403 - Forbidden page - GWT - 2.8.0

2018-01-16 Thread Srini R
Is this right place to discuss about my issue ? Just raised in Github. 
Please help. Its urgent. Thanks.

https://github.com/gwtproject/gwt/issues/9589

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC2 is here!

2017-07-21 Thread Thomas Broyer
Have a look 
at https://github.com/gwtproject/gwt/tree/master/samples/mobilewebapp, we 
haven't had issues with AppEngine and GWT in the same Maven module (even 
though I discourage such usage).

On Friday, July 21, 2017 at 10:47:41 AM UTC+2, Patrick Tessier wrote:
>
> I'm upgrading from 2.7 to 2.8.1 now, but it seems I'm running into the 
> same issue as Tony.  I'm using AppEngine on the server side, which is in 
> the same IntelliJ/Maven module as the GWT code.  When launching devmode 
> from IntelliJ, I get "Couldn't load project from Super Dev Mode server 
> at...", with HTTP 500 "
>
> java.lang.NoSuchMethodError: 
> javax.servlet.http.HttpServletResponse.getHeader(Ljava/lang/String;)Ljava/lang/String;"
> on the codeserver.
>
> I was convinced that I could rearrange the GWT/AppEngine dependencies in the 
> IntelliJ module and
>  get it working, but that appears to not be the case.  So I assume that to 
> *run* them separately
>  would have to mean splitting the client and server sides into separate 
> pom.xml within the project
> and splitting the dependencies. Correct?
>
> Thanks
>
>
> On Friday, September 9, 2016 at 2:14:46 AM UTC-5, Thomas Broyer wrote:
>>
>> First, you don't *have* to split your project, you have to *run* them 
>> separately (but then you'll probably have to tweak the classpath of each a 
>> bit).
>>
>> Then, GWT RPC isn't a blocker for splitting your project (see my 
>> modular-webapp archetype at 
>> https://github.com/tbroyer/gwt-maven-archetypes)
>>
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC2 is here!

2017-07-21 Thread Patrick Tessier
I'm upgrading from 2.7 to 2.8.1 now, but it seems I'm running into the same 
issue as Tony.  I'm using AppEngine on the server side, which is in the 
same IntelliJ/Maven module as the GWT code.  When launching devmode from 
IntelliJ, I get "Couldn't load project from Super Dev Mode server at...", 
with HTTP 500 "

java.lang.NoSuchMethodError: 
javax.servlet.http.HttpServletResponse.getHeader(Ljava/lang/String;)Ljava/lang/String;"
on the codeserver.

I was convinced that I could rearrange the GWT/AppEngine dependencies in the 
IntelliJ module and
 get it working, but that appears to not be the case.  So I assume that to 
*run* them separately
 would have to mean splitting the client and server sides into separate pom.xml 
within the project
and splitting the dependencies. Correct?

Thanks


On Friday, September 9, 2016 at 2:14:46 AM UTC-5, Thomas Broyer wrote:
>
> First, you don't *have* to split your project, you have to *run* them 
> separately (but then you'll probably have to tweak the classpath of each a 
> bit).
>
> Then, GWT RPC isn't a blocker for splitting your project (see my 
> modular-webapp archetype at 
> https://github.com/tbroyer/gwt-maven-archetypes)
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 Eclipse

2017-02-23 Thread Brandon Donnelson
GPE is deprecated and will no longer continuing support for GWT. The
features have been split between the GWT Eclipse Plugin and Google Cloud
Tools Plugin for Eclipse.

The older versions of GPE still work, but not recommended.

http://gwt-plugins.github.io/documentation/ - GWT Eclipse Plugin

On Thu, Feb 23, 2017 at 4:05 AM Rodolfo Raya  wrote:

> The standard plugin for eclipse neon available at
> https://dl.google.com/eclipse/plugin/4.6 works fine with GWT 2.8
>
> Regards,
> Rodolfo
>
>
> On Fri, Feb 17, 2017 at 1:45 PM  wrote:
>
> Hi, I have noticed that GWT 2.7 is 3 years old. GWT 2.8 final was released
> like half a year ago. How should one develop GWT applications - in which
> IDE? Will there be an update for GWT Eclipse plugin this year?
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "GWT Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-web-toolkit/5Bby0Y7K9qw/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 Eclipse

2017-02-23 Thread Rodolfo Raya
The standard plugin for eclipse neon available at
https://dl.google.com/eclipse/plugin/4.6 works fine with GWT 2.8

Regards,
Rodolfo

On Fri, Feb 17, 2017 at 1:45 PM  wrote:

> Hi, I have noticed that GWT 2.7 is 3 years old. GWT 2.8 final was released
> like half a year ago. How should one develop GWT applications - in which
> IDE? Will there be an update for GWT Eclipse plugin this year?
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 Eclipse

2017-02-23 Thread Juan Pablo Gardella
I switched without problems (I didn't update anything in eclipse)


On Thu, 23 Feb 2017 at 08:19 prashant fulara 
wrote:

> Given link (https://github.com/gwt-plugins/gwt-eclipse-plugin
> ),
> seems not opening.
>
>
> On Saturday, 18 February 2017 02:32:33 UTC+5:30, Slava Pankov wrote:
>
> This one works with GWT 2.8 perfectly:
> http://storage.googleapis.com/gwt-eclipse-plugin/v3/release
>
> Sources are here: https://github.com/gwt-plugins/gwt-eclipse-plugin
>
> On Friday, February 17, 2017 at 8:45:25 AM UTC-8, l.s...@behaimits.com
> wrote:
>
> Hi, I have noticed that GWT 2.7 is 3 years old. GWT 2.8 final was released
> like half a year ago. How should one develop GWT applications - in which
> IDE? Will there be an update for GWT Eclipse plugin this year?
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 Eclipse

2017-02-23 Thread prashant fulara
Given link (https://github.com/gwt-plugins/gwt-eclipse-plugin 
),
 
seems not opening.

On Saturday, 18 February 2017 02:32:33 UTC+5:30, Slava Pankov wrote:
>
> This one works with GWT 2.8 perfectly: 
> http://storage.googleapis.com/gwt-eclipse-plugin/v3/release
>
> Sources are here: https://github.com/gwt-plugins/gwt-eclipse-plugin
>
> On Friday, February 17, 2017 at 8:45:25 AM UTC-8, l.s...@behaimits.com 
> wrote:
>>
>> Hi, I have noticed that GWT 2.7 is 3 years old. GWT 2.8 final was 
>> released like half a year ago. How should one develop GWT applications - in 
>> which IDE? Will there be an update for GWT Eclipse plugin this year?
>>
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 Eclipse

2017-02-23 Thread prashant fulara
We are currently  working with GWT 2.7 using eclipse and planning to switch 
to GWT 2.8 in near future. How safe it is to switch to GWT 2.8 (using 
Eclipse as IDE) ?

On Tuesday, 21 February 2017 23:38:54 UTC+5:30, Brandon Donnelson wrote:
>
> I plan on adding more patches and enhancements this year to the plugin. 
>
> On Friday, February 17, 2017 at 1:02:33 PM UTC-8, Slava Pankov wrote:
>>
>> This one works with GWT 2.8 perfectly: 
>> http://storage.googleapis.com/gwt-eclipse-plugin/v3/release
>>
>> Sources are here: https://github.com/gwt-plugins/gwt-eclipse-plugin
>>
>> On Friday, February 17, 2017 at 8:45:25 AM UTC-8, l.s...@behaimits.com 
>> wrote:
>>>
>>> Hi, I have noticed that GWT 2.7 is 3 years old. GWT 2.8 final was 
>>> released like half a year ago. How should one develop GWT applications - in 
>>> which IDE? Will there be an update for GWT Eclipse plugin this year?
>>>
>>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 Eclipse

2017-02-21 Thread Brandon Donnelson
I plan on adding more patches and enhancements this year to the plugin. 

On Friday, February 17, 2017 at 1:02:33 PM UTC-8, Slava Pankov wrote:
>
> This one works with GWT 2.8 perfectly: 
> http://storage.googleapis.com/gwt-eclipse-plugin/v3/release
>
> Sources are here: https://github.com/gwt-plugins/gwt-eclipse-plugin
>
> On Friday, February 17, 2017 at 8:45:25 AM UTC-8, l.s...@behaimits.com 
> wrote:
>>
>> Hi, I have noticed that GWT 2.7 is 3 years old. GWT 2.8 final was 
>> released like half a year ago. How should one develop GWT applications - in 
>> which IDE? Will there be an update for GWT Eclipse plugin this year?
>>
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 Eclipse

2017-02-17 Thread Slava Pankov
This one works with GWT 2.8 
perfectly: http://storage.googleapis.com/gwt-eclipse-plugin/v3/release

Sources are here: https://github.com/gwt-plugins/gwt-eclipse-plugin

On Friday, February 17, 2017 at 8:45:25 AM UTC-8, l.s...@behaimits.com 
wrote:
>
> Hi, I have noticed that GWT 2.7 is 3 years old. GWT 2.8 final was released 
> like half a year ago. How should one develop GWT applications - in which 
> IDE? Will there be an update for GWT Eclipse plugin this year?
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


GWT 2.8.0 Eclipse

2017-02-17 Thread l . satin
Hi, I have noticed that GWT 2.7 is 3 years old. GWT 2.8 final was released 
like half a year ago. How should one develop GWT applications - in which 
IDE? Will there be an update for GWT Eclipse plugin this year?

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: compiler errors after upgrade to gwt 2.8.0

2017-02-17 Thread Juan Pablo Gardella
The plugin is actually included out of box in eclipse. You can try by
downloading eclipse neon or reinstall the plugin in mars

El vie., 17 de feb. de 2017 01:09, Magnus 
escribió:

> Hello Juan,
>
> ok, I understand that eclipse:eclipse is retired.
>
> I installed m2eclipse from the repository site, but after that there is
> nothing about "maven" in the eclipse menus. Even the option "Import
> existing maven projects" is gone!
> Even after uninstalling m2eclipse the option didn't come back. So my
> eclipse installation (Mars) seems to be corrupted now?
>
> (I did the installation as recommended by starting eclipse as root first.)
>
> Thanks
>
> Magnus
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: compiler errors after upgrade to gwt 2.8.0

2017-02-16 Thread Magnus
Hello Juan,

ok, I understand that eclipse:eclipse is retired.

I installed m2eclipse from the repository site, but after that there is 
nothing about "maven" in the eclipse menus. Even the option "Import 
existing maven projects" is gone!
Even after uninstalling m2eclipse the option didn't come back. So my 
eclipse installation (Mars) seems to be corrupted now?

(I did the installation as recommended by starting eclipse as root first.)

Thanks
Magnus

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: compiler errors after upgrade to gwt 2.8.0

2017-02-16 Thread Magnus
Hello Juan!

On Thursday, February 16, 2017 at 7:38:04 PM UTC+1, Juan Pablo Gardella 
wrote:
>
> Check http://maven.apache.org/plugins/maven-eclipse-plugin
>

Ok, I understand that eclipse:eclipse is retired. So I'll switch to m2e.
However, do I have to "clean up" my maven project first, u. e. remove the 
files generated by mvn eclipse:eclipse?

Unfortunately, the documentation for m2e doesn't start from the beginning:
https://www.eclipse.org/m2e/documentation/m2e-development-environment.html

This documentation begins with downloading the SDK, but in the second 
paragraph it refers to installing the plugin with the eclipse UI.
What's the right way then?

Thanks
Magnus

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: compiler errors after upgrade to gwt 2.8.0

2017-02-16 Thread Juan Pablo Gardella
Check http://maven.apache.org/plugins/maven-eclipse-plugin/

On Thu, 16 Feb 2017 at 15:24 Magnus  wrote:

> Hello Juan,
>
> sorry, it seems that I didn't point out that my problem is solved!
>
> After executing "mvn eclipse:eclipse" the errors are gone!
> So what's wrong with "eclipse:eclipse" then?
>
> Thanks
>
> Magnus
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: compiler errors after upgrade to gwt 2.8.0

2017-02-16 Thread Magnus
Hello Juan,

sorry, it seems that I didn't point out that my problem is solved!

After executing "mvn eclipse:eclipse" the errors are gone!
So what's wrong with "eclipse:eclipse" then?

Thanks
Magnus 

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: compiler errors after upgrade to gwt 2.8.0

2017-02-16 Thread Juan Pablo Gardella
I suggest the following:

1) Copy src/ + pom.xml file to another directory. (or remove the project
from the eclipse and delete eclipse related files).
2) Import the project again.

Do not use *mvn eclipse:eclipse, *it's better to use m2e plugin. Let me
know also if mvn clean package works (execute that command in console).

Regards,
Juan

P.S. If you are interested in learning maven, I suggest to read *Better
builds with maven, *it's a bit old but very easy to read and free. You can
pick it from https://maven.apache.org/articles.html

On Thu, 16 Feb 2017 at 13:18 Magnus  wrote:

> Hello,
>
> I found that the .classpath file in the root directory of my maven library
> project contains a reference to gwt 2.7.0:
>
> 
> 
>  path="src/test/java">
> 
> 
> 
> 
> 
>  path="src/main/java">
> 
> 
> 
> 
> 
>  path="M2_REPO/javax/mail/javax.mail-api/1.5.6/javax.mail-api-1.5.6.jar"/>
>  path="M2_REPO/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar"/>
>  path="M2_REPO/javax/validation/validation-api/
> 1.0.0.GA/validation-api-1.0.0.GA.jar"
> sourcepath="M2_REPO/javax/validation/validation-api/
> 1.0.0.GA/validation-api-1.0.0.GA-sources.jar"/>
>  path="M2_REPO/javax/validation/validation-api/
> 1.0.0.GA/validation-api-1.0.0.GA-sources.jar"/>
>  path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
> 
> 
> 
> 
>  path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
> 
>  path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
> 
> 
> 
> 
> 
> 
>
> However, I executed "mvn eclipse:eclipse" and this .classpath file was
> regenerated with the correct gwt version!
> Is this the way to go? Sorry, I am still new to maven...
>
> Magnus
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: compiler errors after upgrade to gwt 2.8.0

2017-02-16 Thread Magnus
Hello,

I found that the .classpath file in the root directory of my maven library 
project contains a reference to gwt 2.7.0:


































However, I executed "mvn eclipse:eclipse" and this .classpath file was 
regenerated with the correct gwt version!
Is this the way to go? Sorry, I am still new to maven...

Magnus

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: compiler errors after upgrade to gwt 2.8.0

2017-02-16 Thread Juan Pablo Gardella
Share the pom file.

On Thu, 16 Feb 2017 at 13:03 Magnus <alpineblas...@gmail.com> wrote:

> Hi Thomas,
>
> I have created a new GWT WebApplication project using the eclipse plugin
> ("New -> Project -> Web Application Project"), and it compiles fine!
> As soon as I add my library project to the build path, the compilation
> error occurrs! So the error must be caused by this library project.
>
> The library project is a maven project with server-side and client-side
> (GWT) code. I upgraded it to GWT 2.8.0 by editing the pom.xml and executing
> "mvn package".
> Where should I look next?
>
> Thanks
>
> Magnus
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: compiler errors after upgrade to gwt 2.8.0

2017-02-16 Thread Juan Pablo Gardella
Also try mvn clean package

On Thu, 16 Feb 2017 at 13:17 Juan Pablo Gardella <
gardellajuanpa...@gmail.com> wrote:

> Share the pom file.
>
> On Thu, 16 Feb 2017 at 13:03 Magnus <alpineblas...@gmail.com> wrote:
>
> Hi Thomas,
>
> I have created a new GWT WebApplication project using the eclipse plugin
> ("New -> Project -> Web Application Project"), and it compiles fine!
> As soon as I add my library project to the build path, the compilation
> error occurrs! So the error must be caused by this library project.
>
> The library project is a maven project with server-side and client-side
> (GWT) code. I upgraded it to GWT 2.8.0 by editing the pom.xml and executing
> "mvn package".
> Where should I look next?
>
> Thanks
>
> Magnus
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: compiler errors after upgrade to gwt 2.8.0

2017-02-16 Thread Magnus
Hi Thomas,

I have created a new GWT WebApplication project using the eclipse plugin 
("New -> Project -> Web Application Project"), and it compiles fine!
As soon as I add my library project to the build path, the compilation 
error occurrs! So the error must be caused by this library project.

The library project is a maven project with server-side and client-side 
(GWT) code. I upgraded it to GWT 2.8.0 by editing the pom.xml and executing 
"mvn package".
Where should I look next?

Thanks
Magnus

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: compiler errors after upgrade to gwt 2.8.0

2017-02-16 Thread Thomas Broyer
Make sure you don't have gwt-user from both 2.7 and 2.8 in your classpath: 
it could be that 2.7 is earlier than 2.8 in the classpath, so the compiler 
sees the Comparator, List, Set and Arrays from 2.7, that don't have stream 
support, and then chokes when parsing Stream (which only exists in 2.8).

On Thursday, February 16, 2017 at 6:23:28 AM UTC+1, Magnus wrote:
>
> Hello,
>
> after upgrading a project from GWT 2.7.0 to GWT 2.8.0 I and when compiling 
> with the GWT compiler using the -strict option, I get a lot of errors like 
> this:
>
>Tracing compile failure path for type 'java.util.stream.Stream'
>   [ERROR] Errors in 
> 'jar:file:/home/magnus/dvl/lib/gwt-2.8.0/gwt-user.jar!/com/google/gwt/emul/java/util/stream/Stream.java'
>  [ERROR] Line 1113: The method naturalOrder() is undefined for the 
> type Comparator
>  [ERROR] Line 101: The method spliterator() is undefined for the 
> type List<Stream>
>  [ERROR] Line 1098: The method naturalOrder() is undefined for the 
> type Comparator
>  [ERROR] Line 1122: The method spliterator() is undefined for the 
> type List
>  [ERROR] Line 181: The method stream() is undefined for the type 
> Set
>  [ERROR] Line 85: The method stream(Object[]) is undefined for the 
> type Arrays
>  [ERROR] Line 185: The method stream(T[]) is undefined for the 
> type Arrays
>
> When switching back to GWT 2.7.0, the errors don't appear.
>
> Unfortunately, the messages do not point in my code. So how do I have to 
> modify my project in order to solve the problem?
>
> Thanks
> Magnus
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


compiler errors after upgrade to gwt 2.8.0

2017-02-15 Thread Magnus
Hello,

after upgrading a project from GWT 2.7.0 to GWT 2.8.0 I and when compiling 
with the GWT compiler using the -strict option, I get a lot of errors like 
this:

   Tracing compile failure path for type 'java.util.stream.Stream'
  [ERROR] Errors in 
'jar:file:/home/magnus/dvl/lib/gwt-2.8.0/gwt-user.jar!/com/google/gwt/emul/java/util/stream/Stream.java'
 [ERROR] Line 1113: The method naturalOrder() is undefined for the 
type Comparator
 [ERROR] Line 101: The method spliterator() is undefined for the 
type List<Stream>
 [ERROR] Line 1098: The method naturalOrder() is undefined for the 
type Comparator
 [ERROR] Line 1122: The method spliterator() is undefined for the 
type List
 [ERROR] Line 181: The method stream() is undefined for the type 
Set
 [ERROR] Line 85: The method stream(Object[]) is undefined for the 
type Arrays
 [ERROR] Line 185: The method stream(T[]) is undefined for the type 
Arrays

When switching back to GWT 2.7.0, the errors don't appear.

Unfortunately, the messages do not point in my code. So how do I have to 
modify my project in order to solve the problem?

Thanks
Magnus

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2017-01-06 Thread Kirill Prazdnikov
This depends on amount of code and permutations you build.

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2017-01-05 Thread Ed
I noticed that I had to increase the Max heap size a lot when compiling 
through the gwt-maven-plugin. I increased it from 1G to 2G to not getting 
the exception "GC overhead limit exceeded". 
What is your experience with this?
What are the recommended settings when using java 8? (like GC method, 
 etc..)

- Ed

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2017-01-01 Thread Frank Hossfeld
Don't know how much work it will be, but this will work:

Replace GWT RPC with restful services (f.e.: RestyGWT & Jersey) and 
separate your single project into two, one for the client and the other for 
the server code. 

Am Sonntag, 1. Januar 2017 09:40:53 UTC+1 schrieb Kumarasamy R:
>
> I just noticed that weblogic is still running at JDK 1.6. That might be 
> the reason. It will be very hard for now to upgrade sdk on weblogic since 
> other legacy applications are in same server.
>
> Is there any alternate solution ?
>
> Thanks
> Kumar
>
> On Sunday, January 1, 2017 at 2:44:15 AM UTC-5, Kumarasamy R wrote:
>>
>> Hi all,
>>
>> I have tried to migrate to 2.8 from 2.7. somehow resolved all the build 
>> issues and successfully done. When I deploy my war into weblogic getting 
>> folloing error. 
>> I verified gwt-servlet jar is in war\WEB-INF\lib\gwt-servlet-2.8.0.jar
>> Any idea what might cause this issue ?
>>
>> appreciate your help.
>>
>> > listener weblogic.wsee.deploy.ServletDeployListener failed: 
>> java.lang.NoClassDefFoundError: 
>> com/google/gwt/user/client/rpc/RemoteService.
>> java.lang.NoClassDefFoundError: 
>> com/google/gwt/user/client/rpc/RemoteService
>> at java.lang.ClassLoader.defineClass1(Native Method)
>> at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
>> at 
>> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
>> at 
>> weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:344)
>> at 
>> weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:301)
>> Truncated. see log file for complete stacktrace
>>
>> Caused By: java.lang.ClassNotFoundException: Class bytes found but 
>> defineClass()failed for: 'com.google.gwt.user.client.rpc.RemoteService'
>> at 
>> weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:275)
>> at 
>> weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>> at 
>> weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:177)
>> Truncated. see log file for complete stacktrace
>>
>> Caused By: java.lang.UnsupportedClassVersionError: 
>> com/google/gwt/user/client/rpc/RemoteService : Unsupported major.minor 
>> version 51.0
>> at java.lang.ClassLoader.defineClass1(Native Method)
>> at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
>> at 
>> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
>> at 
>> weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:344)
>> at 
>> weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:301)
>> Truncated. see log file for complete stacktrace
>> >
>>
>>
>>
>>
>> On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote:
>>>
>>> Hi all,
>>>
>>> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
>>> committee and the GWT team at Google.
>>>
>>> You can download the release from 
>>> http://www.gwtproject.org/download.html or from maven central.
>>>
>>> The release notes can be found at 
>>> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>>>
>>> Daniel,
>>> on behalf of the GWT team
>>>
>>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2017-01-01 Thread Thomas Broyer
GWT 2.8 dropped support for Java 6. You can probably use tools to "backport" 
the JAR to be Java 6-compatible.

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2017-01-01 Thread Kumarasamy R
I just noticed that weblogic is still running at JDK 1.6. That might be the 
reason. It will be very hard for now to upgrade sdk on weblogic since other 
legacy applications are in same server.

Is there any alternate solution ?

Thanks
Kumar

On Sunday, January 1, 2017 at 2:44:15 AM UTC-5, Kumarasamy R wrote:
>
> Hi all,
>
> I have tried to migrate to 2.8 from 2.7. somehow resolved all the build 
> issues and successfully done. When I deploy my war into weblogic getting 
> folloing error. 
> I verified gwt-servlet jar is in war\WEB-INF\lib\gwt-servlet-2.8.0.jar
> Any idea what might cause this issue ?
>
> appreciate your help.
>
>  listener weblogic.wsee.deploy.ServletDeployListener failed: 
> java.lang.NoClassDefFoundError: 
> com/google/gwt/user/client/rpc/RemoteService.
> java.lang.NoClassDefFoundError: 
> com/google/gwt/user/client/rpc/RemoteService
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
> at 
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
> at 
> weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:344)
> at 
> weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:301)
> Truncated. see log file for complete stacktrace
>
> Caused By: java.lang.ClassNotFoundException: Class bytes found but 
> defineClass()failed for: 'com.google.gwt.user.client.rpc.RemoteService'
> at 
> weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:275)
> at 
> weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
> at 
> weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:177)
> Truncated. see log file for complete stacktrace
>
> Caused By: java.lang.UnsupportedClassVersionError: 
> com/google/gwt/user/client/rpc/RemoteService : Unsupported major.minor 
> version 51.0
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
> at 
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
> at 
> weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:344)
> at 
> weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:301)
> Truncated. see log file for complete stacktrace
> >
>
>
>
>
> On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote:
>>
>> Hi all,
>>
>> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
>> committee and the GWT team at Google.
>>
>> You can download the release from http://www.gwtproject.org/download.html 
>> or from maven central.
>>
>> The release notes can be found at 
>> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>>
>> Daniel,
>> on behalf of the GWT team
>>
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-12-31 Thread Kumarasamy R
Hi all,

I have tried to migrate to 2.8 from 2.7. somehow resolved all the build 
issues and successfully done. When I deploy my war into weblogic getting 
folloing error. 
I verified gwt-servlet jar is in war\WEB-INF\lib\gwt-servlet-2.8.0.jar
Any idea what might cause this issue ?

appreciate your help.






On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html 
> or from maven central.
>
> The release notes can be found at 
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 compile warnings

2016-12-09 Thread Stik
Perfect, thankyou very much

On Thursday, December 8, 2016 at 6:09:00 PM UTC, Dave Kichler wrote:
>
> The GWT 8 gwt-user jar (com.google.gwt:gwt-user:2.8.0) has a dependency on 
> jsinterop 1.0.1.  The problem is Ivy fails to properly download that 
> transitive dependency (grabs only the sources).  By adding an explicit 
> dependency on jsinterop, and telling Ivy explicitly to download both 
> binaries and sources and everything is good to go.  The explicit dependency 
> looks like this:
>
>  rev="1.0.1" >
>   
>   
> 
>
> Hope that helps sort you out.
>
> On Thursday, 8 December 2016 09:18:44 UTC-8, Stik wrote:
>>
>> Hi Dave, how did you resolve this?  I'm not deeply familiar with Ivy, so 
>> feeling a bit out of my depth.  Adding an explicit dependency on jsinterop 
>> to my ivy.xml file seems to have no effect at my end, so long as gwt-user 
>> is in there too it overrides my classifier :\  If i take gwt-user out then 
>> it starts downloading the non-source jar too. 
>>
>> On Monday, November 28, 2016 at 1:23:23 AM UTC, Dave Kichler wrote:
>>>
>>> Eventually figured out that the GWT jars downloaded from Google have the 
>>> jsinterop annotations bundled within the gwt-user.jar, which are the ones 
>>> referenced by Eclipse and the ones I checked for them.  The GWT jars 
>>> provided by Maven central, and which my Ant/Ivy build were referencing, do 
>>> not have the jsinterop package bundled in, and instead reference it as a 
>>> transitive dependency that Ivy was failing to resolve properly (resolving 
>>> only sources rather than compiled jar).  An explicit dependency giving Ivy 
>>> the proper classifiers on jsinterop sorted things out.  Trying the same 
>>> with Maven or Gradle resolves everything just fine without the explicit 
>>> reference.
>>>
>>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 compile warnings

2016-12-08 Thread Vassilis Virvilis
+1 to Dave's answer

Here is the relevant bug https://issues.apache.org/jira/browse/IVY-1003


On Thu, Dec 8, 2016 at 8:09 PM, Dave Kichler  wrote:

> The GWT 8 gwt-user jar (com.google.gwt:gwt-user:2.8.0) has a dependency
> on jsinterop 1.0.1.  The problem is Ivy fails to properly download that
> transitive dependency (grabs only the sources).  By adding an explicit
> dependency on jsinterop, and telling Ivy explicitly to download both
> binaries and sources and everything is good to go.  The explicit dependency
> looks like this:
>
>  rev="1.0.1" >
>   
>   
> 
>
> Hope that helps sort you out.
>
>
> On Thursday, 8 December 2016 09:18:44 UTC-8, Stik wrote:
>>
>> Hi Dave, how did you resolve this?  I'm not deeply familiar with Ivy, so
>> feeling a bit out of my depth.  Adding an explicit dependency on jsinterop
>> to my ivy.xml file seems to have no effect at my end, so long as gwt-user
>> is in there too it overrides my classifier :\  If i take gwt-user out then
>> it starts downloading the non-source jar too.
>>
>> On Monday, November 28, 2016 at 1:23:23 AM UTC, Dave Kichler wrote:
>>>
>>> Eventually figured out that the GWT jars downloaded from Google have the
>>> jsinterop annotations bundled within the gwt-user.jar, which are the ones
>>> referenced by Eclipse and the ones I checked for them.  The GWT jars
>>> provided by Maven central, and which my Ant/Ivy build were referencing, do
>>> not have the jsinterop package bundled in, and instead reference it as a
>>> transitive dependency that Ivy was failing to resolve properly (resolving
>>> only sources rather than compiled jar).  An explicit dependency giving Ivy
>>> the proper classifiers on jsinterop sorted things out.  Trying the same
>>> with Maven or Gradle resolves everything just fine without the explicit
>>> reference.
>>>
>> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Vassilis Virvilis

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 compile warnings

2016-12-08 Thread Dave Kichler
The GWT 8 gwt-user jar (com.google.gwt:gwt-user:2.8.0) has a dependency on 
jsinterop 1.0.1.  The problem is Ivy fails to properly download that 
transitive dependency (grabs only the sources).  By adding an explicit 
dependency on jsinterop, and telling Ivy explicitly to download both 
binaries and sources and everything is good to go.  The explicit dependency 
looks like this:


  
  


Hope that helps sort you out.

On Thursday, 8 December 2016 09:18:44 UTC-8, Stik wrote:
>
> Hi Dave, how did you resolve this?  I'm not deeply familiar with Ivy, so 
> feeling a bit out of my depth.  Adding an explicit dependency on jsinterop 
> to my ivy.xml file seems to have no effect at my end, so long as gwt-user 
> is in there too it overrides my classifier :\  If i take gwt-user out then 
> it starts downloading the non-source jar too. 
>
> On Monday, November 28, 2016 at 1:23:23 AM UTC, Dave Kichler wrote:
>>
>> Eventually figured out that the GWT jars downloaded from Google have the 
>> jsinterop annotations bundled within the gwt-user.jar, which are the ones 
>> referenced by Eclipse and the ones I checked for them.  The GWT jars 
>> provided by Maven central, and which my Ant/Ivy build were referencing, do 
>> not have the jsinterop package bundled in, and instead reference it as a 
>> transitive dependency that Ivy was failing to resolve properly (resolving 
>> only sources rather than compiled jar).  An explicit dependency giving Ivy 
>> the proper classifiers on jsinterop sorted things out.  Trying the same 
>> with Maven or Gradle resolves everything just fine without the explicit 
>> reference.
>>
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 compile warnings

2016-12-08 Thread Stik
Hi Dave, how did you resolve this?  I'm not deeply familiar with Ivy, so 
feeling a bit out of my depth.  Adding an explicit dependency on jsinterop 
to my ivy.xml file seems to have no effect at my end, so long as gwt-user 
is in there too it overrides my classifier :\  If i take gwt-user out then 
it starts downloading the non-source jar too. 

On Monday, November 28, 2016 at 1:23:23 AM UTC, Dave Kichler wrote:
>
> Eventually figured out that the GWT jars downloaded from Google have the 
> jsinterop annotations bundled within the gwt-user.jar, which are the ones 
> referenced by Eclipse and the ones I checked for them.  The GWT jars 
> provided by Maven central, and which my Ant/Ivy build were referencing, do 
> not have the jsinterop package bundled in, and instead reference it as a 
> transitive dependency that Ivy was failing to resolve properly (resolving 
> only sources rather than compiled jar).  An explicit dependency giving Ivy 
> the proper classifiers on jsinterop sorted things out.  Trying the same 
> with Maven or Gradle resolves everything just fine without the explicit 
> reference.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-11-29 Thread GAURAV GUPTA
Hi Daniel,

I am using GWT 2.8.0 and using -generateJsInteropExports with Polymer to 
access GWT elements, however I was able to get it successfully with 2.8 RC2 
but getting error with 2.8 final version, 

gwt-elements.html:72 Uncaught ReferenceError: com is not defined(…)attached 
@ gwt-elements.html:72_invokeBehavior @ polymer-micro.html:455_doBehavior @ 
polymer-micro.html:445(anonymous function) @ 
polymer-micro.html:227whenReady @ polymer-micro.html:107attachedCallback @ 
polymer-micro.html:225attachedCallback @ polymer-mini.html:104QX_g$ @ 
MBAApp-0.js:6137Awc_g$ @ MBAApp-0.js:14157a2b_g$ @ 
MBAApp-0.js:10126initializeModules_0_g$ @ MBAApp-0.js:28Rp_g$ @ 
MBAApp-0.js:4391Up_g$ @ MBAApp-0.js:4461(anonymous function) @ 
MBAApp-0.js:4427t1b_g$ @ MBAApp-0.js:41(anonymous function) @ 
MBAApp-0.js:24127

getting this error.

Can you please suggest.

Thanks,
Gaurav

On Saturday, 22 October 2016 00:51:41 UTC+5:30, Daniel Kurka wrote:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html 
> or from maven central.
>
> The release notes can be found at 
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 compile warnings

2016-11-27 Thread Dave Kichler
Eventually figured out that the GWT jars downloaded from Google have the 
jsinterop annotations bundled within the gwt-user.jar, which are the ones 
referenced by Eclipse and the ones I checked for them.  The GWT jars 
provided by Maven central, and which my Ant/Ivy build were referencing, do 
not have the jsinterop package bundled in, and instead reference it as a 
transitive dependency that Ivy was failing to resolve properly (resolving 
only sources rather than compiled jar).  An explicit dependency giving Ivy 
the proper classifiers on jsinterop sorted things out.  Trying the same 
with Maven or Gradle resolves everything just fine without the explicit 
reference.

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 compile warnings

2016-11-25 Thread Dave Kichler
Scoured my classpath for any conflicting dependencies and found none.  Also 
cleared out my gwt-unitCache but no to avail - the warnings still remain.  

On Wednesday, 23 November 2016 13:13:23 UTC-8, Jens wrote:
>
> Double check your classpath. Especially if you use gradle/maven make sure 
> you really have only a single GWT version on classpath. Also try deleting 
> your gwt-unitCache. 
>
> -- J.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 compile warnings

2016-11-24 Thread Kirill Prazdnikov

On Thursday, November 24, 2016 at 12:13:23 AM UTC+3, Jens wrote:
>
>  Also try deleting your gwt-unitCache. 
>

This helps for our case many times per day. 
Even more we have a special single-button-task in IDEA that clears all 
gwt-unitCache(es) and this really helps in compilation and debugging.

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 compile warnings

2016-11-23 Thread Jens
Double check your classpath. Especially if you use gradle/maven make sure 
you really have only a single GWT version on classpath. Also try deleting 
your gwt-unitCache. 

-- J.

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


GWT 2.8.0 compile warnings

2016-11-23 Thread Dave Kichler
I recently upgraded my GWT app to depend on 2.8.0 and had my compile phase 
immediately flooded with GWT compile warnings.  Under previous versions, 
there were no warnings at all.  I've done some Googling but haven't found a 
solution to this particular issue.  Some other similar issues surrounding 
other third party annotations have suggested solutions of ensuring the 
compile annotations are on the GWT compile classpath.  In this case, the 
compiled annotations are present in the gwt-user and gwt-servlet jars, both 
of which I have included on the compile classpath.  The warnings look like: 

Compiling module books.app.BooksApp
 [java]Resolving books.app.common.BaseBooksApp
 [java]   Found type 'books.app.common.BaseBooksApp'
 [java]  Found type 'java.lang.Object'
 [java] Resolving method getClass
 [java]Found type 'java.lang.Class'
 [java]   Resolving method createForClass
 [java]  Found type 'java.lang.String'
 [java] Resolving method getFromCharCodeFunction
 [java][WARN] Ignoring unresolvable 
annotation type jsinterop.annotations.JsProperty
 [java] Resolving method $isInstance
 [java][WARN] Ignoring unresolvable 
annotation type jsinterop.annotations.JsMethod
 [java]  Resolving method isWelcomePageApplicable
 [java] Found type 'java.lang.Long'
 [java]Found type 'java.lang.Number'
 [java]   Resolving method $isInstance
 [java]  [WARN] Ignoring unresolvable annotation 
type jsinterop.annotations.JsMethod
 [java] Found type 'java.lang.Boolean'
 [java]Resolving method $isInstance
 [java]   [WARN] Ignoring unresolvable annotation type 
jsinterop.annotations.JsMethod

Has anyone experienced similar warnings, and more importantly, is there any 
known solution to preventing them?

Any insight would be greatly appreciated.

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Internal GWT 2.8.0 compiler exception

2016-11-21 Thread jgindin
Yes, that was it. lib-gwt-svg was the wrong version.

Thank you for the pointer!

jay


On Wednesday, November 16, 2016 at 9:41:13 AM UTC-8, jgindin wrote:
>
> I'm trying to update my project from GWT 2.7.0 to 2.8.0. However, I'm 
> getting the following error during the GWT compilation.
>
> We're using dagger and guava 20. I've validated that:
>
>- dagger-compiler is *NOT* in the classpath when compiling. (We're 
>using gradle and the "net.ltgt.apt" gradle plugin to use the "apt" 
>configuration (which is where the dagger-compiler dependency is listed).
>- there are no gwt 2.7 artifacts in my classpath
>
>
>
>
>
> Thanks in advance for any help
>
> jay
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Internal GWT 2.8.0 compiler exception

2016-11-16 Thread Jens
Caused by: java.lang.NoSuchMethodError: com.google.gwt.uibinder.rebind.
UiBinderWriter.(Lcom/google/gwt/core/ext/typeinfo/JClassType;Ljava/
lang/String;Ljava/lang/String;Lcom/google/gwt/core/ext/typeinfo/TypeOracle;
Lcom/google/gwt/uibinder/rebind/MortalLogger;Lcom/google/gwt/uibinder/rebind
/FieldManager;Lcom/google/gwt/uibinder/rebind/messages/MessagesWriter;Lcom/
google/gwt/uibinder/rebind/DesignTimeUtils;Lcom/google/gwt/uibinder/rebind/
UiBinderContext;ZZLjava/lang/String;Lcom/google/gwt/dev/resource/
ResourceOracle;Lcom/google/gwt/resources/rg/GssResourceGenerator$GssOptions
;)V

Looks like you have a wrong version of 
com.google.gwt.uibinder.rebind.UiBinderWriter on classpath. If you are sure 
you have no GWT 2.7 dependency on classpath anymore then some 3rd party GWT 
library your app is using probably has a copy of that (outdated) class 
bundled.

-- J.

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Internal GWT 2.8.0 compiler exception

2016-11-16 Thread Michael Joyner (NewsRx)

Have you tried increasing the allocated ram?


On 11/16/2016 12:41 PM, jgindin wrote:
I'm trying to update my project from GWT 2.7.0 to 2.8.0. However, I'm 
getting the following error during the GWT compilation.


We're using dagger and guava 20. I've validated that:

  * dagger-compiler is *NOT* in the classpath when compiling. (We're
using gradle and the "net.ltgt.apt" gradle plugin to use the "apt"
configuration (which is where the dagger-compiler dependency is
listed).
  * there are no gwt 2.7 artifacts in my classpath


|
Starting process 'command '/opt/devtools/java/jdk1.8.0_102/bin/java''. 
Working directory: /home/myusername/src/mycompany/myproduct/ui/studio 
Command: /opt/devtools/java/jdk1.8.0_102/bin/java -Xmx2g 
-Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en 
-Duser.variant -cp 

Internal GWT 2.8.0 compiler exception

2016-11-16 Thread jgindin
I'm trying to update my project from GWT 2.7.0 to 2.8.0. However, I'm 
getting the following error during the GWT compilation.

We're using dagger and guava 20. I've validated that:

   - dagger-compiler is *NOT* in the classpath when compiling. (We're using 
   gradle and the "net.ltgt.apt" gradle plugin to use the "apt" configuration 
   (which is where the dagger-compiler dependency is listed).
   - there are no gwt 2.7 artifacts in my classpath


Starting process 'command '/opt/devtools/java/jdk1.8.0_102/bin/java''. 
Working directory: /home/myusername/src/mycompany/myproduct/ui/studio 
Command: /opt/devtools/java/jdk1.8.0_102/bin/java -Xmx2g 
-Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant 
-cp 

Re: GWT 2.8.0 released

2016-11-08 Thread Rasmus Olesen
Thank you.

I completely forgot about 
"com.google.jsinterop:jsinterop-annotations:1.0.0:sources"

Turns out you actually need to know how to use maven when using maven :)

Den tirsdag den 8. november 2016 kl. 13.44.28 UTC+1 skrev Thomas Broyer:
>
> Basically, either you use "managed dependencies" (Maven, Gradle, Ivy, 
> etc.) and it should resolve all dependencies for you; or you use the GWT 
> SDK that you can download from the project website which bundles (almost) 
> everything into 2 JARs.
> If you download from a Maven repo, then you'll need 
> jsinterop-annotations-1.0.1-sources.jar (have a look at the POMs for the 
> complete list of dependencies).
>
> On Tuesday, November 8, 2016 at 1:09:06 PM UTC+1, Rasmus Olesen wrote:
>>
>> Hi 
>>
>> There might be an issue with the gwt-user-2.8.0.jar or 
>> jsinterop-annotations-1.0.x.jar(s) uploaded to the maven repository.
>>
>> We are getting the following error:
>>
>>
>> *   Loading inherited module 'com.google.gwt.core.Core'  Loading 
>> inherited module 'jsinterop.annotations.Annotations' [ERROR] Unable 
>> to find 'jsinterop/annotations/Annotations.gwt.xml' on your classpath; 
>> could be a typo, or maybe you forgot to include a classpath entry for 
>> source?*
>>
>> The jsinterop-annotations sources are found in the gwt-user.jar which can 
>> be downloaded from http://www.gwtproject.org/versions.html
>> But they are not found in the gwt-user-2.8.0.jar which can be downloaded 
>> from https://mvnrepository.com/artifact/com.google.gwt/gwt-user/2.8.0
>> And the jsinterop-annotations-1.0.0.jar and 
>> jsinterop-annotations-1.0.1.jar jars, which can be found at 
>> https://mvnrepository.com/artifact/com.google.jsinterop/jsinterop-annotations,
>>  
>> only contain the binaries.
>>
>> Please let me know if this is not the correct "forum" for this question.
>>
>> Best regards
>> Rasmus
>>
>>
>> Den fredag den 21. oktober 2016 kl. 21.21.41 UTC+2 skrev Daniel Kurka:
>>>
>>> Hi all,
>>>
>>> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
>>> committee and the GWT team at Google.
>>>
>>> You can download the release from 
>>> http://www.gwtproject.org/download.html or from maven central.
>>>
>>> The release notes can be found at 
>>> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>>>
>>> Daniel,
>>> on behalf of the GWT team
>>>
>>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-11-08 Thread Thomas Broyer
Basically, either you use "managed dependencies" (Maven, Gradle, Ivy, etc.) 
and it should resolve all dependencies for you; or you use the GWT SDK that 
you can download from the project website which bundles (almost) everything 
into 2 JARs.
If you download from a Maven repo, then you'll need 
jsinterop-annotations-1.0.1-sources.jar (have a look at the POMs for the 
complete list of dependencies).

On Tuesday, November 8, 2016 at 1:09:06 PM UTC+1, Rasmus Olesen wrote:
>
> Hi 
>
> There might be an issue with the gwt-user-2.8.0.jar or 
> jsinterop-annotations-1.0.x.jar(s) uploaded to the maven repository.
>
> We are getting the following error:
>
>
> *   Loading inherited module 'com.google.gwt.core.Core'  Loading 
> inherited module 'jsinterop.annotations.Annotations' [ERROR] Unable 
> to find 'jsinterop/annotations/Annotations.gwt.xml' on your classpath; 
> could be a typo, or maybe you forgot to include a classpath entry for 
> source?*
>
> The jsinterop-annotations sources are found in the gwt-user.jar which can 
> be downloaded from http://www.gwtproject.org/versions.html
> But they are not found in the gwt-user-2.8.0.jar which can be downloaded 
> from https://mvnrepository.com/artifact/com.google.gwt/gwt-user/2.8.0
> And the jsinterop-annotations-1.0.0.jar and 
> jsinterop-annotations-1.0.1.jar jars, which can be found at 
> https://mvnrepository.com/artifact/com.google.jsinterop/jsinterop-annotations,
>  
> only contain the binaries.
>
> Please let me know if this is not the correct "forum" for this question.
>
> Best regards
> Rasmus
>
>
> Den fredag den 21. oktober 2016 kl. 21.21.41 UTC+2 skrev Daniel Kurka:
>>
>> Hi all,
>>
>> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
>> committee and the GWT team at Google.
>>
>> You can download the release from http://www.gwtproject.org/download.html 
>> or from maven central.
>>
>> The release notes can be found at 
>> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>>
>> Daniel,
>> on behalf of the GWT team
>>
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-11-08 Thread Rasmus Olesen
Hi 

There might be an issue with the gwt-user-2.8.0.jar or 
jsinterop-annotations-1.0.x.jar(s) uploaded to the maven repository.

We are getting the following error:


*   Loading inherited module 'com.google.gwt.core.Core'  Loading 
inherited module 'jsinterop.annotations.Annotations' [ERROR] Unable 
to find 'jsinterop/annotations/Annotations.gwt.xml' on your classpath; 
could be a typo, or maybe you forgot to include a classpath entry for 
source?*

The jsinterop-annotations sources are found in the gwt-user.jar which can 
be downloaded from http://www.gwtproject.org/versions.html
But they are not found in the gwt-user-2.8.0.jar which can be downloaded 
from https://mvnrepository.com/artifact/com.google.gwt/gwt-user/2.8.0
And the jsinterop-annotations-1.0.0.jar and jsinterop-annotations-1.0.1.jar 
jars, which can be found at 
https://mvnrepository.com/artifact/com.google.jsinterop/jsinterop-annotations, 
only contain the binaries.

Please let me know if this is not the correct "forum" for this question.

Best regards
Rasmus


Den fredag den 21. oktober 2016 kl. 21.21.41 UTC+2 skrev Daniel Kurka:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html 
> or from maven central.
>
> The release notes can be found at 
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-11-08 Thread Zeeshan Chughtai
Thomas,

Finally, i was able to make superdev mode work. I had to exclude all the
jetty 8.1 dependencies (those were getting included because of my some
other internal dependency). In addition to that, i am also now using 3.1
servlet-api version (it was 3.0.1).

Thanks again. Appreciated.

*Zeeshan Chughtai*
Sr. Software Engineer
*AlphaSense*  |  Tammasaarenkatu 3  |  00180 Helsinki, Finland
Mobile: +358 45 8953811
zees...@alpha-sense.com   |   www.alpha-sense.com

On Tue, Nov 8, 2016 at 12:35 PM, Zeeshan Chughtai  wrote:

> Thanks Thomas for your reply. You are correct, we definitely needs to
> optimize these dependencies.
>
> About this 'AggregateLifeCycle class. ' Issue. I did able to find out the
> origin of jetty-deploy from where it was coming, but even excluding it
> doesn't solve my issue. Any other hint , from where else it can come from ?
>
> Thanks again for your prompt reply. Always helpful.
>
> *Zeeshan Chughtai*
> Sr. Software Engineer
> *AlphaSense*  |  Tammasaarenkatu 3  |  00180 Helsinki, Finland
> Mobile: +358 45 8953811
> zees...@alpha-sense.com   |   www.alpha-sense.com
>
> On Tue, Nov 8, 2016 at 12:14 PM, Thomas Broyer  wrote:
>
>>
>>
>> On Monday, November 7, 2016 at 11:17:10 PM UTC+1, Zeeshan Chughtai wrote:
>>>
>>> Hi,
>>>
>>> Thanks for this, really happy to have it around.
>>>
>>> We were using 2.8.0-beta1 version for a while without any major fuss.
>>>
>>> While upgrading to 2.8.0 released version, we get stuck with codeserver
>>> refused to start because of class loading issues.
>>>
>>> Here are the changes which we had to made.
>>>
>>> 
>>> xml-apis
>>> xml-apis
>>> 1.4.01
>>> 
>>>
>>>
>>> >> [INFO] BUILD FAILURE
>>> [INFO] 
>>> 
>>>
>>>
>>> I've attached my WEB-IN/lib directory structure with beta version build and 
>>> released version of 2.8.0 build.
>>>
>>>
>> If this is your WEB-INF/lib, then you have a problem: why does it contain
>> gwt-dev and all those Jetty JARs? Those aren't supposed to be inside the
>> webapp, they are dev-time dependencies, not runtime ones.
>> (hint: gwt-dev should have scope provided, not compile)
>>
>>
>>> The jetty version with 2.8.0 release is jetty-util-9.2.14.v20151106.jar 
>>> which
>>>
>>> doesn't have AggregateLifeCycle class.
>>>
>>>
>> I'd bet this is due to the jetty-deploy-8.1.10.v20130312.jar. Run "mvn
>> dependency:tree" to find out where it comes from.
>> I also see guava 17 and guava-gwt 20; so overall you need a better
>> "dependency hygiene".
>> And if you somehow have conflicts between the dependencies brought by GWT
>> (Jetty et al.) and the ones needed by other, non-GWT dependencies; I highly
>> suggest splitting your project into (at least) 2 modules: one for the
>> client-side code and one for the server-side code, so that each can have
>> its own set of dependencies that won't conflict.
>>
>>
>> --
>> 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.
>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>> Visit this group at https://groups.google.com/group/google-web-toolkit.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-11-08 Thread Zeeshan Chughtai
Thanks Thomas for your reply. You are correct, we definitely needs to
optimize these dependencies.

About this 'AggregateLifeCycle class. ' Issue. I did able to find out the
origin of jetty-deploy from where it was coming, but even excluding it
doesn't solve my issue. Any other hint , from where else it can come from ?

Thanks again for your prompt reply. Always helpful.

*Zeeshan Chughtai*
Sr. Software Engineer
*AlphaSense*  |  Tammasaarenkatu 3  |  00180 Helsinki, Finland
Mobile: +358 45 8953811
zees...@alpha-sense.com   |   www.alpha-sense.com

On Tue, Nov 8, 2016 at 12:14 PM, Thomas Broyer  wrote:

>
>
> On Monday, November 7, 2016 at 11:17:10 PM UTC+1, Zeeshan Chughtai wrote:
>>
>> Hi,
>>
>> Thanks for this, really happy to have it around.
>>
>> We were using 2.8.0-beta1 version for a while without any major fuss.
>>
>> While upgrading to 2.8.0 released version, we get stuck with codeserver
>> refused to start because of class loading issues.
>>
>> Here are the changes which we had to made.
>>
>> 
>> xml-apis
>> xml-apis
>> 1.4.01
>> 
>>
>>
>> > [INFO] BUILD FAILURE
>> [INFO] 
>> 
>>
>>
>> I've attached my WEB-IN/lib directory structure with beta version build and 
>> released version of 2.8.0 build.
>>
>>
> If this is your WEB-INF/lib, then you have a problem: why does it contain
> gwt-dev and all those Jetty JARs? Those aren't supposed to be inside the
> webapp, they are dev-time dependencies, not runtime ones.
> (hint: gwt-dev should have scope provided, not compile)
>
>
>> The jetty version with 2.8.0 release is jetty-util-9.2.14.v20151106.jar which
>>
>> doesn't have AggregateLifeCycle class.
>>
>>
> I'd bet this is due to the jetty-deploy-8.1.10.v20130312.jar. Run "mvn
> dependency:tree" to find out where it comes from.
> I also see guava 17 and guava-gwt 20; so overall you need a better
> "dependency hygiene".
> And if you somehow have conflicts between the dependencies brought by GWT
> (Jetty et al.) and the ones needed by other, non-GWT dependencies; I highly
> suggest splitting your project into (at least) 2 modules: one for the
> client-side code and one for the server-side code, so that each can have
> its own set of dependencies that won't conflict.
>
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-11-08 Thread Thomas Broyer


On Monday, November 7, 2016 at 11:17:10 PM UTC+1, Zeeshan Chughtai wrote:
>
> Hi,
>
> Thanks for this, really happy to have it around. 
>
> We were using 2.8.0-beta1 version for a while without any major fuss. 
>
> While upgrading to 2.8.0 released version, we get stuck with codeserver 
> refused to start because of class loading issues. 
>
> Here are the changes which we had to made.
>
> 
> xml-apis
> xml-apis
> 1.4.01
> 
>
>
>  [INFO] BUILD FAILURE
> [INFO] 
> 
>
>
> I've attached my WEB-IN/lib directory structure with beta version build and 
> released version of 2.8.0 build.
>
>
If this is your WEB-INF/lib, then you have a problem: why does it contain 
gwt-dev and all those Jetty JARs? Those aren't supposed to be inside the 
webapp, they are dev-time dependencies, not runtime ones.
(hint: gwt-dev should have scope provided, not compile)
 

> The jetty version with 2.8.0 release is jetty-util-9.2.14.v20151106.jar which 
>
> doesn't have AggregateLifeCycle class. 
>
>
I'd bet this is due to the jetty-deploy-8.1.10.v20130312.jar. Run "mvn 
dependency:tree" to find out where it comes from.
I also see guava 17 and guava-gwt 20; so overall you need a better 
"dependency hygiene".
And if you somehow have conflicts between the dependencies brought by GWT 
(Jetty et al.) and the ones needed by other, non-GWT dependencies; I highly 
suggest splitting your project into (at least) 2 modules: one for the 
client-side code and one for the server-side code, so that each can have 
its own set of dependencies that won't conflict.


-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-11-07 Thread Zeeshan Chughtai
Hi,

Thanks for this, really happy to have it around. 

We were using 2.8.0-beta1 version for a while without any major fuss. 

While upgrading to 2.8.0 released version, we get stuck with codeserver 
refused to start because of class loading issues. 

Here are the changes which we had to made.


xml-apis
xml-apis
1.4.01




Re: GWT 2.8.0 released

2016-11-06 Thread NGdeM
Congrats to the GWT team.

I had not taken a peek at the GWT downloads in a while, having missed out 
on the last two release candidates and now the release.
UAU! 
Really, congrats to you all, thanks for the massive effort.


On Friday, October 21, 2016 at 9:21:41 PM UTC+2, Daniel Kurka wrote:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html 
> or from maven central.
>
> The release notes can be found at 
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 is not compatible with java6

2016-11-04 Thread Juan Pablo Gardella
Hi Marko,

I'm using GWT RPC, so it's required gwt-servlet in the WAR file. As it's
deployed in an old Jboss server with java6, by using retrolambda, it's
possible to use gwt-servlet 2.8 in the server.

Juan

On Fri, 4 Nov 2016 at 07:37 Thomas Broyer  wrote:

> With the exception of a few corner-cases, Java 6 source code is also Java
> 8 compliant; so the GWT Compiler should be able to process it even though
> it assumes Java 8 source code.
>
> But the question was about JVM requirements: gwt-servlet.jar is compiled
> as Java 7 bytecode in 2.8, so it requires a Java 7 JVM on your server; and
> similarly gwt-dev and gwt-user require a Java 7 JVM on your developers' and
> CI machines (and if you use GIN, because GWT will "internally" compile your
> sources to Java 8 bytecode and GIN will try to actually run that code,
> you'll need a Java 8 JVM)
> Retrolambda could possibly solve the issue of gwt-servlet at least,
> possibly also gwt-dev/gwt-user at compile-time.
>
>
> On Friday, November 4, 2016 at 11:25:46 AM UTC+1, Marko wrote:
>
> How can you use retrolambda for that? Isn't retrolambda transforming the
> compiled >>bytecode<>source code<< and not
> bytecode...
>
> Marko
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 is not compatible with java6

2016-11-04 Thread Thomas Broyer
With the exception of a few corner-cases, Java 6 source code is also Java 8 
compliant; so the GWT Compiler should be able to process it even though it 
assumes Java 8 source code.

But the question was about JVM requirements: gwt-servlet.jar is compiled as 
Java 7 bytecode in 2.8, so it requires a Java 7 JVM on your server; and 
similarly gwt-dev and gwt-user require a Java 7 JVM on your developers' and 
CI machines (and if you use GIN, because GWT will "internally" compile your 
sources to Java 8 bytecode and GIN will try to actually run that code, 
you'll need a Java 8 JVM)
Retrolambda could possibly solve the issue of gwt-servlet at least, 
possibly also gwt-dev/gwt-user at compile-time.

On Friday, November 4, 2016 at 11:25:46 AM UTC+1, Marko wrote:
>
> How can you use retrolambda for that? Isn't retrolambda transforming the 
> compiled >>bytecode<>source code<< and not 
> bytecode...
>
> Marko
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 is not compatible with java6

2016-11-04 Thread Marko
How can you use retrolambda for that? Isn't retrolambda transforming the 
compiled >>bytecode<>source code<< and not 
bytecode...

Marko

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 is not compatible with java6

2016-11-03 Thread Juan Pablo Gardella
Hi all,

A workaround to use gwt-2.8.0 in Java 6 is using retrololamda
<https://github.com/orfjackal/retrolambda>. Here how I configured it (using
maven), by adding a profile (here the gist
<https://gist.github.com/gardellajuanpablo/727d3b53e4e5a92e4068b272aa8b4fed#file-gwt28-usingjava6-xml-L1>
):


production


production





com.google.gwt
gwt-servlet
provided




${basedir}/src/env/production



org.apache.maven.plugins
maven-dependency-plugin
2.10


process-classes

unpack-dependencies


gwt-servlet
${project.build.directory}/classes






net.orfjackal.retrolambda
retrolambda-maven-plugin
2.3.0


process-classes

process-main
process-test




true
1.6





On Wed, 2 Nov 2016 at 10:53 Thomas Broyer <t.bro...@gmail.com> wrote:

>
>
> On Wednesday, November 2, 2016 at 2:38:38 PM UTC+1, Juan Pablo Gardella
> wrote:
>
> Hi all,
>
> At release notes is not mentioned that now it will support only java7.
>
>
> Good catch!
>
>
> I found tbroyer comment here:
> http://stackoverflow.com/questions/28879590/jdk-and-jre-minimal-versions-required-for-gwt-compiling-and-running
>
> Can be updated the release notes with that?
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Let me know, I can create the pull request.
>
>
> Yes please, go ahead.
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Closure compiler and GWT 2.8.0

2016-11-02 Thread Etienne Basso
This is also a big issue for me since in my application every Kb matters. 
Right now this prevent me from migrating to 2.8.


Le mercredi 26 octobre 2016 23:21:02 UTC+2, Slava Pankov a écrit :
>
> Integrated closure compiler was removed in 2.8.0
> So now I'm trying to use external (post-processing) call to closure 
> compiler.
> SIMPLE mode is working just fine, but gives no improvement over standard 
> GWT compilation at all.
> ADVANCED mode gives improvement (when GWT compiled in PRETTY mode), but 
> produces non-working resulting JS, because it obfuscates $wnd. and __ 
> functions/methods.
> It could be kind of resolved by providing --externs to closure compiler, 
> the problem is it doesn't support regexes, so I have to prepare huge file 
> with exact names to be preserved (and it's semi-manual job, I don't know 
> how to automate it).
>
> 1. So the question is - what is the proper way to get working JS by using 
> external closure compiler?
> 2. There is an option in GWT "-XclosureFormattedOutput", when defined it 
> affects resulting JS produced by GWT, but may be it's obsolete or not 
> supposed to be used at all?
> 3. I see pom-gwt.xml added to closure compiler repository on github few 
> weeks ago, but cannot figure out what for it supposed to be used? 
> https://github.com/google/closure-compiler/blob/master/pom-gwt.xml
>
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 is not compatible with java6

2016-11-02 Thread Thomas Broyer


On Wednesday, November 2, 2016 at 2:38:38 PM UTC+1, Juan Pablo Gardella 
wrote:
>
> Hi all,
>
> At release notes is not mentioned that now it will support only java7.
>

Good catch!
 

> I found tbroyer comment here:
> http://stackoverflow.com/questions/28879590/jdk-and-jre-minimal-versions-required-for-gwt-compiling-and-running
>
> Can be updated the release notes with that?
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0 
>
> Let me know, I can create the pull request.
>

Yes please, go ahead. 

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


GWT 2.8.0 is not compatible with java6

2016-11-02 Thread Juan Pablo Gardella
Hi all,

At release notes is not mentioned that now it will support only java7. I
found tbroyer comment here:
http://stackoverflow.com/questions/28879590/jdk-and-jre-minimal-versions-required-for-gwt-compiling-and-running

Can be updated the release notes with that?
http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0

Let me know, I can create the pull request.

Thanks,
Juan

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-27 Thread Thad Humphries
The doc/javadoc directory is incomplete. It is missing the index.html and 
the other files to complete it. Will these be added to the gwt-2.8.0.zip?

On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html 
> or from maven central.
>
> The release notes can be found at 
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Closure compiler and GWT 2.8.0

2016-10-27 Thread Thomas Broyer


On Wednesday, October 26, 2016 at 11:21:02 PM UTC+2, Slava Pankov wrote:
>
> Integrated closure compiler was removed in 2.8.0
> So now I'm trying to use external (post-processing) call to closure 
> compiler.
> SIMPLE mode is working just fine, but gives no improvement over standard 
> GWT compilation at all.
> ADVANCED mode gives improvement (when GWT compiled in PRETTY mode), but 
> produces non-working resulting JS, because it obfuscates $wnd. and __ 
> functions/methods.
> It could be kind of resolved by providing --externs to closure compiler, 
> the problem is it doesn't support regexes, so I have to prepare huge file 
> with exact names to be preserved (and it's semi-manual job, I don't know 
> how to automate it).
>
> 1. So the question is - what is the proper way to get working JS by using 
> external closure compiler?
> 2. There is an option in GWT "-XclosureFormattedOutput", when defined it 
> affects resulting JS produced by GWT, but may be it's obsolete or not 
> supposed to be used at all?
>

I think it's targeted at JsInterop exports so they're goog.export⋅ed thus 
usable by other Closure (JS) code in a "hybrid" Closure JS + GWT app (like 
Google Spreadsheet or Inbox).
 

> 3. I see pom-gwt.xml added to closure compiler repository on github few 
> weeks ago, but cannot figure out what for it supposed to be used? 
> https://github.com/google/closure-compiler/blob/master/pom-gwt.xml
>

This is to compile the Closure Compiler itself to JS through GWT, so it can 
be used in Node without a JVM.

Don't have an answer to your first question though…

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Closure compiler and GWT 2.8.0

2016-10-26 Thread Slava Pankov
Integrated closure compiler was removed in 2.8.0
So now I'm trying to use external (post-processing) call to closure 
compiler.
SIMPLE mode is working just fine, but gives no improvement over standard 
GWT compilation at all.
ADVANCED mode gives improvement (when GWT compiled in PRETTY mode), but 
produces non-working resulting JS, because it obfuscates $wnd. and __ 
functions/methods.
It could be kind of resolved by providing --externs to closure compiler, 
the problem is it doesn't support regexes, so I have to prepare huge file 
with exact names to be preserved (and it's semi-manual job, I don't know 
how to automate it).

1. So the question is - what is the proper way to get working JS by using 
external closure compiler?
2. There is an option in GWT "-XclosureFormattedOutput", when defined it 
affects resulting JS produced by GWT, but may be it's obsolete or not 
supposed to be used at all?
3. I see pom-gwt.xml added to closure compiler repository on github few 
weeks ago, but cannot figure out what for it supposed to be used? 
https://github.com/google/closure-compiler/blob/master/pom-gwt.xml

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-26 Thread Piotr Morgwai Kotarbinski
great news! thanks to everybody who made this happen!


On Saturday, October 22, 2016 at 2:21:41 AM UTC+7, Daniel Kurka wrote:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html 
> or from maven central.
>
> The release notes can be found at 
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-25 Thread H Maner
Thank you!

Hal Maner
M Systems International, Inc.

On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html 
> or from maven central.
>
> The release notes can be found at 
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-24 Thread Lars
May read this http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
The big points are Java8 support, JsInterop (to step away from JSNI), GSS and 
more performance in SDM and the emulation.

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-24 Thread Ahamed
Happy to see this..

but i want to know what are the extra future introduces in GWT 2.8?
Is it reduces the time taken to launch super dev mode ?
When is the GWT 3.0  next release? 

On Saturday, October 22, 2016 at 12:51:41 AM UTC+5:30, Daniel Kurka wrote:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html 
> or from maven central.
>
> The release notes can be found at 
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-24 Thread Hristo Stoyanov
Cool!
So what's next? I see a bunch of unmerged code request sitting in gerrit. 
Is GWT 2.9 coming with all things in it that did not make it into 2.8? if 
so, when?

On Friday, October 21, 2016 at 12:21:41 PM UTC-7, Daniel Kurka wrote:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html 
> or from maven central.
>
> The release notes can be found at 
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-24 Thread Lars
Yes! Guava 20 requires GWT 2.8 and the other way around.

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-24 Thread Jens


> Can someone confirm?  are we able to use Guava with this version?  20-rc1?
>

Yes, 20-rc1 actually requires GWT 2.8 and is incompatible to older GWT 
releases.

-- J.

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-24 Thread Eric Nissan
Can someone confirm?  are we able to use Guava with this version?  20-rc1?

On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html 
> or from maven central.
>
> The release notes can be found at 
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-23 Thread Marko
Thanks!

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-23 Thread Thomas Broyer


On Saturday, October 22, 2016 at 8:31:43 PM UTC+2, zakaria amine wrote:
>
> Great! Elemental 2 is part of it ?
>

No. Elemental 2 will be released independently (along with its generator I 
believe)

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-23 Thread David
The best news in years! Well done to the GWT team!
Java8, JsInterop and Elemental2 makes a really big difference in my
projects.
Looking forward for what's next to come.

On Sat, Oct 22, 2016 at 8:31 PM zakaria amine 
wrote:

> Great! Elemental 2 is part of it ?
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-22 Thread zakaria amine
Great! Elemental 2 is part of it ?

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-22 Thread Velusamy Velu
Kudos to Daniel and the GWT team!

On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html 
> or from maven central.
>
> The release notes can be found at 
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-22 Thread Franco Skrzypczak
Awesome news .. well done!

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


GWT 2.8.0 released

2016-10-22 Thread maticpetek
Thank you for all the effort.

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-21 Thread jumanor
Thanks...great job

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-21 Thread Ed
Thank You for Your effort!

On Fri, Oct 21, 2016 at 4:01 PM, Denis Shagaleev <denis.shagal...@gmail.com>
wrote:

> yeah!!
>
> thank you guys!
>
>
> On Friday, October 21, 2016 at 10:21:41 PM UTC+3, Daniel Kurka wrote:
>>
>> Hi all,
>>
>> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering
>> committee and the GWT team at Google.
>>
>> You can download the release from http://www.gwtproject.org/download.html
>> or from maven central.
>>
>> The release notes can be found at http://www.gwtproject.org/rele
>> ase-notes.html#Release_Notes_2_8_0
>>
>> Daniel,
>> on behalf of the GWT team
>>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-21 Thread Denis Shagaleev
yeah!!

thank you guys!

On Friday, October 21, 2016 at 10:21:41 PM UTC+3, Daniel Kurka wrote:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html 
> or from maven central.
>
> The release notes can be found at 
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-21 Thread Edu
Thanks!!!

2016-10-21 22:38 GMT+02:00 Rodrigue Lagoué Rodrigue <rlag...@gmail.com>:
> good job
>
> On Fri, 21 Oct 2016 at 22:32 Alberto Mancini <ab.manc...@gmail.com> wrote:
>>
>> Thanks Daniel thanks to all the contributors and to all the developers
>> that spent time, energy, and work to release 2.8.
>>
>>
>> On Fri, Oct 21, 2016 at 10:16 PM Alex W <alexwhite3...@gmail.com> wrote:
>>>
>>> The GWT team couldn't even be bothered to delete the out of date docs on
>>> gwtproject.org for the release? For shame. I'm not being negative; this is a
>>> team that  needs more criticism, both internal and external.
>>>
>>>
>>> On Saturday, October 22, 2016 at 5:21:41 AM UTC+10, Daniel Kurka wrote:
>>>>
>>>> Hi all,
>>>>
>>>> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering
>>>> committee and the GWT team at Google.
>>>>
>>>> You can download the release from
>>>> http://www.gwtproject.org/download.html or from maven central.
>>>>
>>>> The release notes can be found at
>>>> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>>>>
>>>> Daniel,
>>>> on behalf of the GWT team
>>>
>>> --
>>> 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.
>>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/google-web-toolkit.
>>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> 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.
>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>> Visit this group at https://groups.google.com/group/google-web-toolkit.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-21 Thread Rodrigue Lagoué Rodrigue
good job

On Fri, 21 Oct 2016 at 22:32 Alberto Mancini <ab.manc...@gmail.com> wrote:

> Thanks Daniel thanks to all the contributors and to all the developers
> that spent time, energy, and work to release 2.8.
>
>
> On Fri, Oct 21, 2016 at 10:16 PM Alex W <alexwhite3...@gmail.com> wrote:
>
> The GWT team couldn't even be bothered to delete the out of date docs on
> gwtproject.org for the release? For shame. I'm not being negative; this
> is a team that  needs more criticism, both internal and external.
>
>
> On Saturday, October 22, 2016 at 5:21:41 AM UTC+10, Daniel Kurka wrote:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html
> or from maven central.
>
> The release notes can be found at
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-21 Thread Alberto Mancini
Thanks Daniel thanks to all the contributors and to all the developers that
spent time, energy, and work to release 2.8.


On Fri, Oct 21, 2016 at 10:16 PM Alex W <alexwhite3...@gmail.com> wrote:

> The GWT team couldn't even be bothered to delete the out of date docs on
> gwtproject.org for the release? For shame. I'm not being negative; this
> is a team that  needs more criticism, both internal and external.
>
>
> On Saturday, October 22, 2016 at 5:21:41 AM UTC+10, Daniel Kurka wrote:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html
> or from maven central.
>
> The release notes can be found at
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-21 Thread Vassilis Virvilis
+1 congrats for the release +1

   Vassilis

On Fri, Oct 21, 2016 at 11:29 PM, Daniel Kurka <kurka.dan...@gmail.com>
wrote:

> Hi Alex,
>
> thanks for your non negative way of approaching this. The docs on
> gwtproject.org are open source and anybody is welcome to change them on
> github:
>
> It's as simple as clicking edit on the page: https://github.com/
> gwtproject/gwt-site
>
> If you feel something is outdated simply propose a patch. These docs are
> not being maintained by the GWT team at Google and we rely on open source
> contributions to update them.
>
> -Daniel
>
>
>
> On Fri, Oct 21, 2016 at 10:16 PM Alex W <alexwhite3...@gmail.com> wrote:
>
>> The GWT team couldn't even be bothered to delete the out of date docs on
>> gwtproject.org for the release? For shame. I'm not being negative; this
>> is a team that  needs more criticism, both internal and external.
>>
>>
>> On Saturday, October 22, 2016 at 5:21:41 AM UTC+10, Daniel Kurka wrote:
>>
>> Hi all,
>>
>> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering
>> committee and the GWT team at Google.
>>
>> You can download the release from http://www.gwtproject.org/download.html
>> or from maven central.
>>
>> The release notes can be found at http://www.gwtproject.org/
>> release-notes.html#Release_Notes_2_8_0
>>
>> Daniel,
>> on behalf of the GWT team
>>
>> --
>> 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.
>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>> Visit this group at https://groups.google.com/group/google-web-toolkit.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Vassilis Virvilis

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-21 Thread Daniel Kurka
Hi Alex,

thanks for your non negative way of approaching this. The docs on
gwtproject.org are open source and anybody is welcome to change them on
github:

It's as simple as clicking edit on the page:
https://github.com/gwtproject/gwt-site

If you feel something is outdated simply propose a patch. These docs are
not being maintained by the GWT team at Google and we rely on open source
contributions to update them.

-Daniel



On Fri, Oct 21, 2016 at 10:16 PM Alex W <alexwhite3...@gmail.com> wrote:

> The GWT team couldn't even be bothered to delete the out of date docs on
> gwtproject.org for the release? For shame. I'm not being negative; this
> is a team that  needs more criticism, both internal and external.
>
>
> On Saturday, October 22, 2016 at 5:21:41 AM UTC+10, Daniel Kurka wrote:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html
> or from maven central.
>
> The release notes can be found at
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-21 Thread Alex W
The GWT team couldn't even be bothered to delete the out of date docs on 
gwtproject.org for the release? For shame. I'm not being negative; this is 
a team that  needs more criticism, both internal and external.

On Saturday, October 22, 2016 at 5:21:41 AM UTC+10, Daniel Kurka wrote:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html 
> or from maven central.
>
> The release notes can be found at 
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-21 Thread Kirill Prazdnikov
Cool. Nice Job. We have ported out project and it works perfectly.

Thanks 

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-21 Thread Alain Ekambi
YEES

On 21 October 2016 at 21:48, Wesley.JUNG <wesley.j...@gmail.com> wrote:

> Hoorey~~~
>
>
> On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote:
>>
>> Hi all,
>>
>> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering
>> committee and the GWT team at Google.
>>
>> You can download the release from http://www.gwtproject.org/download.html
>> or from maven central.
>>
>> The release notes can be found at http://www.gwtproject.org/rele
>> ase-notes.html#Release_Notes_2_8_0
>>
>> Daniel,
>> on behalf of the GWT team
>>
> --
> 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.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Alain Ekambi

Co-Founder

Ahomé Innovation Technologies

http://www.ahome-it.com/ <http://ahome-it.com/>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 released

2016-10-21 Thread Wesley.JUNG
Hoorey~~~

On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote:
>
> Hi all,
>
> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering 
> committee and the GWT team at Google.
>
> You can download the release from http://www.gwtproject.org/download.html 
> or from maven central.
>
> The release notes can be found at 
> http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0
>
> Daniel,
> on behalf of the GWT team
>

-- 
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.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


  1   2   3   4   >