NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document describes the required software and tools used for setting up and developing LexEVS.

Required Software

...

Install the ivy plugin for Eclipse

Update the Eclipse Ivy settings

Select Eclipse>Preferences

  • Select Ivy→Settings
    • Set the “Ivy settings path:” ${workspace_loc:lbPackager/ivysettings.xml}

Add the LexEVS Project

  • Select File->Import…->Git->Projects from Git
    • Select Next…
  • Select Existing local repository
    • Select Next…
  • Select Add…
    • Select the LexEVS git project that was previously built.
  • Select Next…
    • Select "Import Existing Eclipse Projects"
  • Select Finish

Once the project is imported, select all of the project folders

  • Right click and select Ivy->Resolve


Build LexEVS from Eclipse

You can now build the project in Eclipse.

  • In the Project Explorer, right click on lbPackager
  • Select Run As->Ant build