First off, thank you all and congratulations on this major release milestone.
I went through the dev install on a clean Ubuntu 17.04 desktop VM and while
things went pretty smoothly I had a few comments to add in case others are
going through the same process:
1. I received an error message when trying to runCVD due to a missing
dependency version in the clinical pipeline pom.xml file
* Error message:
"The project org.apache.ctakes:ctakes-clinical-pipeline:4.0.1-SNAPSHOT (<my
ctakes dir>) has 1 error
'build.plugins.plugin[org.codehaus.mojo:exec-maven-plugin].dependencies.dependency.version'
for gov.nih.nlm.nls.lvg:lvgdist:jar is missing. @
org.apache.ctakes:ctakes-clinical-pipeline:[unknown-version], <my ctakes
dir>/ctakes-clinical-pipeline/pom.xml, line 174, column 20
* Fix:
Add "<version>2016.0</version>" for that dependency in pom.xml (line 177)
2. I had to uncheck the box "Use command line client: [svn]" at
File>Settings>Version Control>Subversion before I could checkout the project. I
don't know Subversion or IntelliJ well enough to know whether this is
idiosyncratic to my environment. Consider adding is as Step 2 for IntelliJ
install instructions under "Perform a fresh checkout from SVN" right after "1.
Start IntelliJ IDEA" in case it is a more global issue.
3. I decided to switch from Eclipse to IntelliJ for this fresh install and
wasn't sure where to add my umlsuser and pw in IntelliJ. I ended up finding
File>Settings>Build,Execution,Deployment>Build Tools>Maven>Runner>VM Options
and put them there: -Dctakes.umlsuser=<> -Dctakes.umlspw=<>
Those were the only minor stumbles along the way.
Tom