Changes between Version 85 and Version 86 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2018-06-17T15:12:53+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v85 v86 6 6 Any Questions left? Ask at the [https://lists.openstreetmap.org/listinfo/josm-dev developers mailinglist]. 7 7 8 The 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://git hub.com/floscher/gradle-josm-plugin#getting-started the gradle-josm-pluginat GitHub] for documentation about that option and a [https://github.com/floscher/gradle-josm-plugin/tree/demo demo project].8 The 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://gitlab.com/floscher/gradle-josm-plugin#getting-started the code repository of gradle-josm-plugin] for documentation about that option and a [https://gitlab.com/floscher/gradle-josm-plugin/tree/demo demo project]. 9 9 You 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. 10 10