Changes between Version 27 and Version 28 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
Sep 30, 2009 12:23:01 PM (4 years ago)
Author:
vsandre
Comment:

Updating a plugin

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v27 v28  
    112112 
    113113 
     114= Updating the plugin = 
     115 
     116You have found a bug in a plugin and you are able to fix it. Then your next steps are: 
     117  1. check for an existing JOSM trac-ticket 
     118  1. improve the source of the plugin 
     119  1. check the new dependencies and change the ''Plugin-Mainversion'' in the ''build.xml'' if needed 
     120  1. compile the plugin in your environment 
     121  1. test it 
     122  1. commit the changes of the source to the OSM SVN (edited files get new revision) 
     123  1. compile the plugin again (with the new SVN revision number) 
     124  1. update the ''.jar'' file in the ''dist'' directory 
     125Ready. The new plugin version will be send out to all JOSM users while there next update. 
     126 
    114127= Legal stuff (Imis opinion) = 
    115128