THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
DUCC Project Documentation
Quick Start
Prerequisites
Prepare build environment
- cd ~
- vi .profile
- i
- export JAVA_HOME=~/apps/java/java-home
note: substitute for your actual java home location - <esc>
- :wq
- . .profile
Fetch DUCC from svn
- cd ~
- mkdir svn
- cd svn
- mkdir ducc
- cd ducc
- svn co https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk
Build DUCC jars
- cd ~svn/ducc/trunk
- mvn clean
- mvn install
This is a work in progress...more to come soon (Lou 11/05/2013)