The problem is that Josm is loading the plugin jar's from the ~/josm/plugins folder and not from where it is compiled. What I did to fix this is create an export file descriptor (Eclipse->Export->jar->save to file) .jardesc in the plugin project which export the plugin jar file into the final location (right click on the jardesc file and click on 'create jar'): In "select the export destination", I gave: C:\Documents and Settings\<myusername>\Application Data\JOSM\plugins\myplugin.jar
regards Pieren _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/josm-dev
