|
GettingStarted
Information on downloading, compiling, packaging and using the OpenHandle code.
IntroductionThis page contains information about how to obtain the OpenHandle source code and how to use it once you have obtained it. Checking out the sourceThe latest version of the OpenHandle source is kept in the Google Code Subversion repository for this project. Details on how to check it out are provided on the source page. Compiling the sourceOpenHandle has a critical dependency on version 6 of the Handle client for Java which is not distributed with OpenHandle. Additionally, OpenHandle itself uses the software project management tool Maven to manage build and packaging. Therefore, to build OpenHandle, you need to complete the following steps:
mvn install:install-file -Dfile=<path-to-handle.jar> -DgroupId=net.handle -DartifactId=handle -Dversion=6 -Dpackaging=jar |
Sign in to add a comment