Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add CLI building steps

...

Code Block
Bash
Bash
git checkout trunk
svn update
git checkout .
git pull --rebase apache trunk

Build

If you would like to build with the same settings as the default Jenkins job, use:

Code Block
languagebash
$ rm -fr /tmp/ctakes-*
$ export MAVEN_OPTS='-Xms3072m -Xmx4g -Xss128M  -XX:+CMSClassUnloadingEnabled  -XX:MaxPermSize=512m -XX:-UseGCOverheadLimit -Dmaven.test.failure.ignore=false'
$ mvn --fail-at-end --errors --update-snapshots clean install

 

IDE based installs

Below are instructions for Eclipse and for IntelliJ

...