Error Using GeoCode with GW2.2

2011-02-16 Thread Ahmed Shoeib
hi all, when adding GeoCode lib ( http://code.google.com/p/gwt-google-apis/wiki/Downloads?tm=2 ) To GWT Application ( using GWT2.2) i face this problem . and this lib work and the application compile with GWT2.1.1 how can i solve it ?? the error happen if i need to compile the application

Re: Error Using GeoCode with GW2.2

2011-02-16 Thread Brian Reilly
Unfortunately, GWT 2.2 introduced an incompatibility for many libraries that rely on code generators. This includes the gwt-google-apis project, GIN, and at least one other that I know of. The only solution I know of right now is to compile your own versions of these libraries against GWT 2.2.

Re: Error Using GeoCode with GW2.2

2011-02-16 Thread Ahmed Shoeib
thanks Brian for this reply On Feb 16, 3:57 pm, Brian Reilly brian.irei...@gmail.com wrote: Unfortunately, GWT 2.2 introduced an incompatibility for many libraries that rely on code generators. This includes the gwt-google-apis project, GIN, and at least one other that I know of. The only