Changes between Version 36 and Version 37 of DevelopersGuide/Compiling


Ignore:
Timestamp:
2024-06-07T16:03:36+02:00 (8 months ago)
Author:
taylor.smock
Comment:

Add information on compiling with eclipse + maven

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/Compiling

    v36 v37  
    1414→ [[Source code#CompilingusingAnt]]
    1515
    16 === Compiling using Eclipse ===
     16=== Compiling using Eclipse + Maven ]]
     17
     18Download and install Eclipse: https://www.eclipse.org/
     19
     20If you were previously using the `.project` and `.classpath` file that were in source control, you must first remove the old project (right-click -> `Delete` -> `OK` -- DO NOT check `Delete project contents on dist (cannot be undone)`).
     21
     22You will want to use `File` -> `Import...` -> `Existing Maven Projects` -> root source directory -> leave all `Projects` checked.
     23
     24=== Compiling using Eclipse (old) ===
    1725
    1826Download and install Eclipse: https://www.eclipse.org/