abuerki / gwtai

Automatically exported from code.google.com/p/gwtai
3 stars 2 forks source link

Issues with the GWT upgrade to 2.3.0 #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have been using using gwtai-0.2 with GWT-2.1.1, and every thing works fine 
for me. Today I have upgraded GWT to GWT-2.3.0. and I have started getting the 
below errors.

[INFO]       [ERROR]  Internal compiler error
[INFO] java.lang.IncompatibleClassChangeError: Found interface com.google.gwt.co
re.ext.typeinfo.JClassType, but class was expected
[INFO]  at com.google.gwt.gwtai.applet.generator.AppletProxyGenerator.generate(A
ppletProxyGenerator.java:71)

The solution to this is to recompile the GWTAI code with the latest version of 
GWT (GWT-2.3.0) (similar to posted on the link 
http://code.google.com/p/gwt-platform/issues/detail?id=292).

1 But I am not sure if GWTAI is compatible with GWT-2.3.0.
2 How can I get the source code, So that I can compile and test my self.
3 Is there any release planned in near future for GWTUpgrade.

Thanks and Regards,
Amit Sethi

Original issue reported on code.google.com by amit.x.s...@gmail.com on 6 Jun 2011 at 3:51

GoogleCodeExporter commented 9 years ago
I have the same problem.

Original comment by kamil.jo...@gmail.com on 17 Jun 2011 at 12:01

GoogleCodeExporter commented 9 years ago
I was able to move ahead by following the below steps:
1. update the 'gwt.dir' property of the gwtai build.xml file to point to your 
gwt-2.3.0 directory.
2. rebuild gwtai via the 'all' ant target.
3. Use the generated GwtAI-Client.jar and GwtAI-Core.jar from the gwtai/build 
directory.

Original comment by amit.x.s...@gmail.com on 17 Jun 2011 at 12:08