Changes between Version 8 and Version 9 of DevelopersGuide/CompilingUsingIntelliJ


Ignore:
Timestamp:
2020-02-02T18:01:54+01:00 (5 years ago)
Author:
hiddewie
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/CompilingUsingIntelliJ

    v8 v9  
    11111. Import the project into IntelliJ using the menu: `File` → `New` → `Project from Existing Sources`. Follow the wizard:
    1212  1. Navigate to the folder containing the project, and select it.
    13   1. Select `Create Project from existing sources`. [[BR]] [[Image(intellij-from--01.png)]]
    14   1. Give the project a name, and click `Next`. [[BR]] [[Image(intellij-from--01.png)]]
    15   1. IntelliJ auto-detects the folders which contain source code. Click `Next`. [[BR]] [[Image(intellij-from--01.png)]]
    16   1. IntelliJ auto-detects the project libraries. Click `Next`. [[BR]] [[Image(intellij-from--01.png)]]
    17   1. IntelliJ auto-detects a number of project modules. Click `Next`. [[BR]] [[Image(intellij-from--01.png)]]
    18   1. Select a Java SDK, at least version 8. Click `Next`. [[BR]] [[Image(intellij-from--01.png)]]
    19   1. Deselect OSGI automatic configuration. Click `Next`. [[BR]] [[Image(intellij-from--01.png)]]
    20 
     13  1. Select `Create Project from existing sources`. [[BR]] [[Image(intellij-start-from-sources (2).png)]]
     14  1. Give the project a name, and click `Next`. [[BR]] [[Image(intellij-start-from-sources (3).png)]]
     15  1. IntelliJ auto-detects the folders which contain source code. Click `Next`. [[BR]] [[Image(intellij-start-from-sources (4).png)]]
     16  1. IntelliJ auto-detects the project libraries. Click `Next`. [[BR]] [[Image(intellij-start-from-sources (5).png)]]
     17  1. IntelliJ auto-detects a number of project modules. Click `Next`. [[BR]] [[Image(intellij-start-from-sources (6).png)]]
     18  1. Select a Java SDK, at least version 8. Click `Next`. [[BR]] [[Image(intellij-start-from-sources (7).png)]]
     19  1. Deselect OSGI automatic configuration. Click `Next`. [[BR]] [[Image(intellij-start-from-sources (8).png)]]
    2120== Building the project ==
    2221
    23 1. When you are prompted to add IntelliJ project configuration to Subversion, check the box `Don't ask again`, and click `Cancel`. [[BR]] [[Image(intellij-from--01.png)]]
    24 1. IntelliJ will intex the project. [[BR]] [[Image(intellij-from--01.png)]]
     221. When you are prompted to add IntelliJ project configuration to Subversion, check the box `Don't ask again`, and click `Cancel`. [[BR]] [[Image(intellij-start-from-sources (9).png)]]
     231. IntelliJ will index the project. [[BR]] [[Image(intellij-start-from-sources (10).png)]]
    25241. Open the `Ant` tool window. It contains no configuration yet. [[BR]] [[Image(intellij-from--01.png)]]
    26251. Click the `+` button to add an Ant configuration file. Select the file `build.xml` [[BR]] [[Image(intellij-from--01.png)]]