Changes between Version 9 and Version 10 of DevelopersGuide/Compiling


Ignore:
Timestamp:
2016-08-20T10:14:27+02:00 (10 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/Compiling

    v9 v10  
    44→ [[Source code#Getthesource]]
    55
    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 ===
     8The easiest way to compile JOSM
    89
    9 {{{
    10 #!sh
    11 ant
    12 }}}
     10→ [[Source code#CompilingusingAnt]]
    1311
    14 That will create a `dist/josm-custom.jar` file if successful.
    15 
    16 == Compiling using Eclipse ==
     12=== Compiling using Eclipse ===
    1713
    1814Download and install Eclipse: https://www.eclipse.org/
     
    2622There 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].
    2723
    28 == Compiling using Netbeans ==
     24=== Compiling using Netbeans ===
    2925
    30261. Download and install Netbeans: https://netbeans.org/
     
    33294. Use `1` to compile, `2` to clean and compile, and `3` to run JOSM: [[BR]] [[Image(netbeans-compile-run.png)]]
    3430
    35 == Compiling using ​IntelliJ IDEA ==
     31=== Compiling using ​IntelliJ IDEA ===
    3632→ [[DevelopersGuide/CompilingUsingIntelliJ]]
    3733