Re: Mvn package error

2015-06-23 Thread Pei Chen
Zhiwen, I think this unit test needs to be updated/fixed. Even though it runs fine in mvn compile test. In the interim- package needs to -DskipTests=true. The longer story is that once modules are packaged (i.e. lvg, dictionary) mvn loads them from the jars instead of unpacked resources. So

Mvn package error

2015-06-22 Thread Zhiwen Li
Hi, I tried to compile the 3.2.3 version of Ctakes, got the following error. Tests in error: TestClearNLPPipeLine(org.apache.ctakes.dependency.parser.ae.util.TestClearNLPAnalysisEngines): URI is not hierarchical I realized this error was resolved before in this thread