I noticed a few issues when trying to comile the chii2 project:
- jpathwatch is not found in any maven repo
Adding the following entry to the master POM resolves this issue
DFKI
http://www.dfki.uni-kl.de/artifactory/libs-releases/
false
- The cling repository is not specified and thus the Cling libraries are not found
Adding the following entry to the mast POM resolves the issue:
4thline.org-repo
http://4thline.org/m2/
true
- There is no version teleal-common-1.1-SNAPSHOT.jar in the Cling Maven repository
Switching back to version 1.0-SNAPSHOT resolves the issue for the compile, but I'm not sure what this means for runtime.
After those 3 changes the code compiles without any further manual modifications
I noticed a few issues when trying to comile the chii2 project:
Adding the following entry to the master POM resolves this issue
DFKI
http://www.dfki.uni-kl.de/artifactory/libs-releases/
false
Adding the following entry to the mast POM resolves the issue:
4thline.org-repo
http://4thline.org/m2/
true
Switching back to version 1.0-SNAPSHOT resolves the issue for the compile, but I'm not sure what this means for runtime.
After those 3 changes the code compiles without any further manual modifications