Dashboard > Projects > ... > Java Reference Implementation > Quick start guide for the openEHR Java project
  Projects Log In | Sign Up   View a printable version of the current page.  
  Quick start guide for the openEHR Java project
Added by Rong Chen, last edited by Rong Chen on 20-Sep-2008  (view change)
Labels: 
(None)

Qucik start guide for the Java Implementation Project


Required software


Steps to download, build and install

  1. Open a command line console
  2. Create a new directory, e.g. openehr-java, or use an existing one; cd to it
  3. Type 'svn co http://www.openehr.org/svn/ref_impl_java/TRUNK openehr-java' to downlaod components from the TRUNK
  4. cd to openehr-java directory
  5. Type 'mvn clean install' to build, test and install all components
  6. To get source updated, stand in openehr-java and type 'svn update' and repeat 5

Similarly you can build components from the SANDBOX area.


Useful commands

  • Run all testcase of a single component: cd to the top directory of the source tree and type 'mvn clean test'
  • Run a single testcase mvn test -Dtest=your.testcase.without.fullpath, e.g mvn test -Dtest=DvTimeTest


Back to the Java project page

Site running on a free Atlassian Confluence Community License granted to The openEHR Foundation . Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.7 Build:#813 Aug 28, 2007) - Bug/feature request - Contact Administrators