Changes between Version 73 and Version 74 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2015-06-22T12:29:32+02:00 (10 years ago)
Author:
Polyglot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v73 v74  
    4949</table>
    5050}}}
     51
     52== Automated testing ==
     53To add new unit tests, look at these existing plugins:
     54- opendata
     55- turnrestrictions
     56- alignways
     57- elevation
     58- graphview
     59- wikipedia
     60
     61and copy the arborescence.
     62
     63Make sure to set the SVN properties (externals and ignore)!
     64
     65Then add your plugin to the list of tests being run in the common build file:
     66https://trac.openstreetmap.org/browser/subversion/applications/editors/josm/plugins/build.xml
     67
     68It will then be run automatically in the Jenkins build, see:
     69https://josm.openstreetmap.de/jenkins/job/JOSM-Plugins/lastCompletedBuild/testReport/
     70
     71
    5172
    5273== JOSM plugins ==
     
    255276Ready. The new plugin version is now available. If necessary, JOSM asks users to upgrade to the new version, when JOSM is started up.
    256277
    257 The steps describe above can be automated, see [osm:source:/applications/editors/josm/plugins/tageditor/build.xml build.xml of the tageditor plugin]. It includes an ant target {{{publish}}}. 
     278The steps describe above can be automated, see [osm:source:/applications/editors/josm/plugins/tageditor/build.xml build.xml of the tageditor plugin]. It includes an ant target {{{publish}}}.
    258279
    259280== Legal stuff (Imis opinion) ==