Changes between Version 9 and Version 10 of DevelopersGuide/Compiling
- Timestamp:
- 2016-08-20T10:14:27+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/Compiling
v9 v10 4 4 → [[Source code#Getthesource]] 5 5 6 == Compiling using Ant == 7 The easiest way to compile JOSM, provided [https://www.java.com/en/download/faq/develop.xml Java JDK] and [https://ant.apache.org/ Ant] on your machine are properly set up, is to go to the josm directory and type: 6 == Compiling == 7 === Compiling using Ant === 8 The easiest way to compile JOSM 8 9 9 {{{ 10 #!sh 11 ant 12 }}} 10 → [[Source code#CompilingusingAnt]] 13 11 14 That will create a `dist/josm-custom.jar` file if successful. 15 16 == Compiling using Eclipse == 12 === Compiling using Eclipse === 17 13 18 14 Download and install Eclipse: https://www.eclipse.org/ … … 26 22 There are also two Videos available at youtube, which show [https://www.youtube.com/watch?v=-LoWGf-hqiQ how to checkout JOSM into Eclipse] and [https://www.youtube.com/watch?v=Z3OjG3nDvzA how to checkout a JOSM plugin into Eclipse]. 27 23 28 == Compiling using Netbeans == 24 === Compiling using Netbeans === 29 25 30 26 1. Download and install Netbeans: https://netbeans.org/ … … 33 29 4. Use `1` to compile, `2` to clean and compile, and `3` to run JOSM: [[BR]] [[Image(netbeans-compile-run.png)]] 34 30 35 == Compiling using IntelliJ IDEA == 31 === Compiling using IntelliJ IDEA === 36 32 → [[DevelopersGuide/CompilingUsingIntelliJ]] 37 33
