Changes between Version 82 and Version 83 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2018-02-21T16:13:53+01:00 (7 years ago)
Author:
floscher
Comment:

Add info about the possibility to build with Gradle.

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v82 v83  
    55This page gives a short introduction for developers how to create, deploy and develop plugins for JOSM.
    66Any Questions left? Ask at the developers mailinglist.
     7
     8The following instructions show the most widely used setup for Plugins (Ant build, versioned in [osm:source:/applications/editors/josm/plugins/ SVN]). An alternative option is using Gradle, see [https://github.com/floscher/gradle-josm-plugin#getting-started the gradle-josm-plugin at GitHub] for documentation about that option and a [https://github.com/floscher/gradle-josm-plugin/tree/demo demo project].
     9You can choose either method to build, depending on what you prefer, even setting up both build systems on one project is possible. However if you want to put your plugin into the SVN repo for JOSM plugins, it's generally preferred to use the Ant build described below.
    710
    811== Setting up the environment ==