From: Edwin C. <com...@gm...> - 2010-08-24 19:19:24
|
Hi Bryce, You have hit upon a bug in the gwt-ol 0.4 jar in SelectFeature.java which wraps the SelectFeature control. This bug has been fixed in the 0.5 snapshot that is for download on the gwt-ol site: http://gwt-openlayers.sourceforge.net/latest/openlayers_gwt-0.5-SNAPSHOT.jar I would recommend using that snapshot. We are working to get a 0.5 release out next week, and it should be a drop-replace to transition from the 0.5 snapshot to the 0.5 release. Greetings, Edwin P.S. If upgrading to the snapshot gives problems you have to give me a shout out and I will upload a bugfix 0.4.1 to SF (still, the 0.5 release is the recommended one to go with and it's release is now really really close). On 24 August 2010 19:14, Fisher, Bryce <bry...@lm...> wrote: > I am using the standard jar download (http://sourceforge.net/projects/gwt-openlayers/files/gwt-openlayers/0.4/openlayers_gwt-0.4.jar/download). I did notice that you publish it as being 321KB and I only get 315KB when I download. Not sure if that is a conversion thing or anything. If you can check the download and let me know if it is all there I would appreciate it. > Thanks, > > Bryce Fisher > Bry...@lm... > 703-466-1483 > > -----Original Message----- > From: Edwin Commandeur [mailto:com...@gm...] > Sent: Friday, August 20, 2010 4:17 PM > To: Fisher, Bryce > Cc: gwt-openlayers-users > Subject: EXTERNAL: Re: openlayers_gwt-0.4 > > Hi Brice, > > Are you using the standard jar download, or the snapshot build > (renamed then)? The GWT compiler complains because Java class is > apparently not there. Seems like a bug that should be noticed be > someone in the 0.4 release before (which is out a long time now), so I > cannot imagine this is the standard jar download. I will check the > standard download if that's what you are using. > > A 0.5 release is coming up soon, but you might not have time to wait for that... > > Greetings, > Edwin > > On 20 August 2010 19:45, Fisher, Bryce <bry...@lm...> wrote: >> Hi, whenever I try to compile the project I get the following error: >> >> >> >> [ERROR] Errors in >> jar:file:openlayers_gwt-0.4.jar!/org/gwtopenmaps/openlayers/client/control/SelectFeatureImpl.java >> >> [ERROR] Line 49: Unresolvable native reference to method >> 'onFeatureUnselected' in type >> 'org.gwtopenmaps.openlayers.client.control.SelectFeature.UnselectFeatureListener' >> (did you mean >> 'onFeatureUnselected(Lorg/gwtopenmaps/openlayers/client/util/JSObject;)V'?) >> >> >> >> Anything you can do to help out? >> >> Thanks, >> >> >> >> Bryce Fisher >> >> Bry...@lm... >> >> 703-466-1483 >> >> > |