Skip to content
jacobrousseau edited this page Sep 14, 2012 · 3 revisions

The TraITOCWS library runs on anything supporting Java 1.6. It is a Maven 2 project and it can be built from the command-line with:

mvn install

Two external libraries are required as can be seen in the pom.xml file:

In order to run the supplied utility (odm.sh) a bash shell is required, either on a native Linux/UNIX machine or in Cygwin on Windows (http://www.cygwin.com/). The software has been tested using the following setup:

  • CentOS 5
  • Sun JDK 1.6.0_30-b12
  • Tomcat 6.0.33
  • OpenClinica 3.1.2 (community)
  • OpenClinica 3.1.2 web services (community)
  • Mirth Connect 2.1.1.5490 (also Java 1.6.0_30-b12)
  • Apache Log4J 1.2.17
  • Apache Commons CLI 1.2
Clone this wiki locally