Changes between Version 12 and Version 17 of Source code
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Source code
v12 v17 7 7 8 8 9 == Get the source == 9 == Get the source ==#Getthesource 10 10 11 11 * From the official Subversion repository (recommended if you're interested in JOSM core only): … … 14 14 svn co https://josm.openstreetmap.de/svn/trunk josm 15 15 }}} 16 * From the officialOSM Subversion repository (recommended if you're also interested in plugins):16 * From the former OSM Subversion repository (recommended if you're also interested in plugins): 17 17 {{{ 18 18 #!sh 19 svn co https:// svn.openstreetmap.org/applications/editors/josm19 svn co https://josm.openstreetmap.de/osmsvn/applications/editors/josm 20 20 }}} 21 * From the unofficial [https://github.com/openstreetmap/josm GitHub mirror]:21 * JMapViewer from the former OSM Subversion repository 22 22 {{{ 23 23 #!sh 24 git clone git://github.com/openstreetmap/josm.git 24 svn co https://josm.openstreetmap.de/osmsvn/applications/viewer/jmapviewer/ 25 }}} 26 * If the old URL https://svn.openstreetmap.org/applications/editors/josm is used, then go to the working copy and call {{{svn relocate}}} with the new URL. 27 * From the unofficial [https://github.com/JOSM/josm GitHub mirror]: 28 {{{ 29 #!sh 30 git clone git://github.com/JOSM/josm.git 25 31 }}} 26 32 27 33 == Compile source code == 28 === Compiling using Ant === 34 === Compiling using Ant ===#CompilingusingAnt 29 35 The easiest way to compile JOSM, provided [https://adoptopenjdk.net/ OpenJDK] and [https://ant.apache.org/ Ant] on your machine are properly set up, is to go to the {{{josm}}} directory and type: 30 36