Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Subversion is the default VCS used by cTAKES.

Panel
borderColor#969696
bgColor#F6F6F6
titleProject PATH

There is current issue with the development setup where there are _hardcodings_ to the level the project is supposed to exist relative to M2_HOME (e.g. ~/.m2) folder. That is why it
It is recommended to checkout/clone 3 levels from M2_HOME. (e.g. ~/projects/apache/ctakes). We will name this folder as CTAKES_DEV_HOME.

Code Block
languagebash
export CTAKES_DEV_HOME=~/projects/ctakes

...