NorbertSandor / gwt-ent

Automatically exported from code.google.com/p/gwt-ent
0 stars 0 forks source link

gwt-ent won't compile with gwt 2.7.0 #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've been using
gwtent2.0 RC1(GWT2.3).zip = GWTENT 2.0 RC1(Reflection Only - GWT 2.3)
for a long time and up until GWT 2.6.1 everyhing I used of gwt-ent (client side 
reflection) worked nicely.

Though now after testing with GWT 2.7.0 I see this ERROR during GWT compile:

[INFO]    Tracing compile failure path for type 
'com.gwtent.widget.client.EnumListBox'
[ERROR] Errors in 
'jar:file:/home/kaefert/.m2/repository/gwtent/gwtent/2.0_RC1_GWT2.3/gwtent-2.0_R
C1_GWT2.3.jar!/com/gwtent/widget/client/EnumListBox.java'
[ERROR] Line 23: The return type is incompatible with ListBox.getSelectedValue()

It would be great if you could release a version that works with GWT 2.7.0

Original issue reported on code.google.com by kaef...@gmail.com on 13 Jan 2015 at 12:59