Opened 8 years ago
Closed 8 years ago
#15753 closed defect (fixed)
Latest release of geochat plugin reverted API upgrades
Reported by: | Don-vip | Owned by: | Zverikk |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Plugin geochat | Version: | |
Keywords: | Cc: |
Description
Something went wrong in [o33983].
It seems the API updates I made earlier have been reverted and now the plugin references Main.map
(removed a while ago), see Jenkins report:
GeoChatPanel$JPanelTextField:295, geochat, Priority: Normale org.openstreetmap.josm.gui.MapFrame org.openstreetmap.josm.Main.map GeoChatPanel$JPanelTextField:296, geochat, Priority: Normale org.openstreetmap.josm.gui.MapFrame org.openstreetmap.josm.Main.map GeoChatPanel$ToggleUserLayerAction:537, geochat, Priority: Normale org.openstreetmap.josm.gui.MapFrame org.openstreetmap.josm.Main.map GeoChatPanel$ToggleUserLayerAction:539, geochat, Priority: Normale org.openstreetmap.josm.gui.MapFrame org.openstreetmap.josm.Main.map GeoChatPanel$ToggleUserLayerAction:541, geochat, Priority: Normale org.openstreetmap.josm.gui.MapFrame org.openstreetmap.josm.Main.map GeoChatPanel$ToggleUserLayerAction:542, geochat, Priority: Normale org.openstreetmap.josm.gui.MapFrame org.openstreetmap.josm.Main.map
=> The plugin will crash at runtime.
Attachments (0)
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Oh. That may be a result of compiling the plugin without updating the JOSM source code beforehand. Sorry for that.
I have just uploaded the rebuilt jar, please try again.
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks, it's working now :) This test is really useful, we probably avoided any crash for end users :)
Maybe you had an old .class file and did not run target
ant clean
?