NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

Maven 3.0.x

Tomcat 7.x

Git 1.7.7.5

Java 1.7

Build Instructions

 

Clone the URI Resolver project using:

...

Code Block
cd URI_Resolver

Change to the 6.1 branch:

Code Block
git checkout tags/qa_v0.0.1.rc8.05.2013

Build the application with Maven:

Code Block
mvn clean install
Info

This application can be built and run in Java 1.6 by changing the java source and target values from 1.7 to  1.6 in the pom.xml file

 

If the build is successful then the resulting war file will be in the target directory

...