Changes between Version 73 and Version 74 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2015-06-22T12:29:32+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v73 v74 49 49 </table> 50 50 }}} 51 52 == Automated testing == 53 To add new unit tests, look at these existing plugins: 54 - opendata 55 - turnrestrictions 56 - alignways 57 - elevation 58 - graphview 59 - wikipedia 60 61 and copy the arborescence. 62 63 Make sure to set the SVN properties (externals and ignore)! 64 65 Then add your plugin to the list of tests being run in the common build file: 66 https://trac.openstreetmap.org/browser/subversion/applications/editors/josm/plugins/build.xml 67 68 It will then be run automatically in the Jenkins build, see: 69 https://josm.openstreetmap.de/jenkins/job/JOSM-Plugins/lastCompletedBuild/testReport/ 70 71 51 72 52 73 == JOSM plugins == … … 255 276 Ready. The new plugin version is now available. If necessary, JOSM asks users to upgrade to the new version, when JOSM is started up. 256 277 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}}}. 278 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}}}. 258 279 259 280 == Legal stuff (Imis opinion) ==