Skip to content
James Agnew edited this page Sep 14, 2019 · 6 revisions

Welcome to the org.hl7.fhir.core wiki!

Setting up an Eclipse Build Environment

Prerequisite:

  • Have this project checked out on your workstation via git: [email protected]:hapifhir/org.hl7.fhir.core.git
    • It is highly recommended to check out using git, as opposed to downloading the sources as a zip file. This project changes quickly and frequently, and it is a painful exercize trying to use the zip file.

Steps:

  • Download an Eclipse installer from https://www.eclipse.org/downloads/
  • Install Eclipse IDE for Java Developers
  • Launch Eclipse
  • If the welcome screen opens, close it
  • Import the project:
    • File -> Import...
    • Maven -> Existing Maven Projects
    • Click Next
    • Under Select Root Directory, pick the org.hl7.fhir.core directory (the root of the project)
    • Click Finish
  • Eclipse will now try to build the project, and this takes a while. Wait until you don't see "Building Workspace" in the bottom right corner of the window
Clone this wiki locally