NIH | National Cancer Institute | NCI Wiki  

WIKI MAINTENANCE NOTICE

Please be advised that NCI Wiki will be undergoing maintenance Monday, July 22nd between 1700 ET and 1800 ET and will be unavailable during this period.
Please ensure all work is saved before said time.

If you have any questions or concerns, please contact the CBIIT Atlassian Management Team.

Versions Compared

Key

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

...

  • Example environment technology includes Java 1.7, Maven 3.2.3, Git, and Eclipse Neon or some other maven enabled Eclipse IDE. 
  • This example assumes some familiarity with Eclipse and Maven.
  • Run git clone https://github.com/lexevs/LexEVS_Distributed_Client.git
  • Change working directory to LexEVS_Distributed_Client
  • Run

    Code Block
    languagebash
    mvn clean install

    , if tests fail you may add -DskipTests

  • Create a new Java Project in Eclipse
  • Image Added
  • Configure as a Maven project
  • Image Added
  • Add as dependency to the pom file:

...