Silvio127 / gwt-comet

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

support for GWT 2.5.0 #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. update the project to GWT 2.5.0-rc1
2. run or compile the app

What is the expected output? What do you see instead?
dev mode - runtime error
gwt compile - compile error

What version of the product are you using? On what operating system?
2.5.0-rc1, Win7

Please provide any additional information below.
Due to GeneratorExt.java has been removed since gwt 2.5.0, we need to update 
CometSerializerGenerator for gwt-comet :)

for those people looking for a quick fix, you may want to find the attached 
java file.

Original issue reported on code.google.com by superkei@gmail.com on 29 Jun 2012 at 5:09

Attachments:

GoogleCodeExporter commented 9 years ago
thanks a lot! I was facing the same problem. But could someone provide a new 
compiled version?

Original comment by msek.go...@googlemail.com on 29 Nov 2012 at 11:44

GoogleCodeExporter commented 9 years ago
and now its out, and there is still no new version :(

Original comment by phillip....@gmail.com on 7 Dec 2012 at 7:55

GoogleCodeExporter commented 9 years ago
Anyone has a compiled version already??

Original comment by tumo...@gmail.com on 12 Jan 2013 at 3:52

GoogleCodeExporter commented 9 years ago
I tried to recompile from source but it appears that the project is incomplete.

I'd also like a precompiled jar if at all possible or preferably the project to 
be updated on this site so that I can compile it for myself.

Original comment by tak...@gmail.com on 15 Feb 2013 at 4:36

GoogleCodeExporter commented 9 years ago
Many thanks to superkei@gmail.com who did the heavy lifting here.

I managed to compile "CometSerializerGenerator.java" in a standalone java 
project with both GWT 2.5 (libraries) and the old "gwt-comet-1.2.3.jar" on the 
classpath (not from the source on the site here!).

I then unzipped the old jar, and overwrote CometSerializerGenerator.java and 
CometSerializerGenerator.class with the patched versions, re-zipped and renamed 
to gwt-comet-1.2.5.jar.

This seems to be working and is attached here.

Original comment by tak...@gmail.com on 15 Feb 2013 at 4:53

Attachments:

GoogleCodeExporter commented 9 years ago

Hey tak...@gmail.com

Thanks a lot for the updated jar , it worked fine but it throws an Eventsource 
exception while logging in , What should i do now ?

Original comment by gn.vigne...@gmail.com on 23 Jul 2013 at 12:12