Changes between Version 13 and Version 14 of DevelopersGuide/CreateBuild
- Timestamp:
- 2018-03-24T19:21:23+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/CreateBuild
v13 v14 6 6 === Using Eclipse === 7 7 8 * [http://www.youtube.com/watch?v=Z3OjG3nDvzA How to checkout a JOSM plugin into Eclipse]. 8 * [https://www.youtube.com/watch?v=Z3OjG3nDvzA How to checkout a JOSM plugin into Eclipse]. 9 9 10 10 === Using command line tools === 11 11 {{{ 12 12 $ cd ~/src 13 $ svn co http://josm.openstreetmap.de/svn/trunk josm 13 $ svn co https://josm.openstreetmap.de/svn/trunk josm 14 14 ''tons of output here'' 15 15 }}} … … 47 47 48 48 == Creating a standard build == 49 The scripts to create an "official" JOSM build (i.e. one of the builds published on http://josm.openstreetmap.de as {{{tested}}} or {{{latest}}}) are not publicly available. Please get in touch with current maintainer if you need more information. 49 The scripts to create an "official" JOSM build (i.e. one of the builds published on https://josm.openstreetmap.de as {{{tested}}} or {{{latest}}}) are not publicly available. Please get in touch with current maintainer if you need more information. 50 50 51 51 === The REVISION file === 52 52 Currently, the build build procedures for a standard build generates a {{{REVISION}}} file too. Here's an example from one of the more recent JOSM builds: 53 53 {{{ 54 Path: trunk 55 URL: http://josm.openstreetmap.de/svn/trunk 56 Repository Root: http://josm.openstreetmap.de/svn 57 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b 58 Revision: 2255 59 Node Kind: directory 60 Last Changed Author: Gubaer 61 Last Changed Rev: 2255 62 Last Changed Date: 2009-10-07 21:25:15 +0200 (Wed, 07 Oct 2009) 54 URL:https://josm.openstreetmap.de/svn/trunk 55 Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b 56 Last:Changed Date: 2018-03-24 00:03:37 +0100 (Sat, 24 Mar 2018) 57 Build-Date:2018-03-24 02:34:21 58 Revision:13554 59 Redirecting:to URL 'https://josm.openstreetmap.de/svn/trunk': 60 Relative:URL: ^/trunk 63 61 }}} 64 62