Changes between Version 47 and Version 48 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2010-11-18T20:34:41+01:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v47 v48 17 17 * Also note, that JOSM is compiled into Java5 compatible class files, so if you are using Java6 or Java7, specify "-target 1.5" as parameter to javac or your plugin will not be usable with the official josm builds. 18 18 * If you need other OSM resources you can check out the complete osm - trunk: {{{svn co http://svn.openstreetmap.org/}}} 19 20 == Building == 21 Call ant to build the plugin : 22 {{{ 23 cd josm/plugins/yourpluginname 24 ant clean 25 ant dist 26 }}} 19 27 20 28 == JOSM plugins ==