Hi Melvin, Thank you for reporting the test bug and going through the effort of tracking down the root. You can post a bug report on https://issues.apache.org/jira/browse/CTAKES/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel
1. Search emails using something like MarkMail http://apache.markmail.org 2. I don't contribute to stackoverflow discussions. 3. I agree. We would like to get away from SourceForge, but haven't had time to research an appropriate replacement. Use mvn -DskipTests clean package. Sean -----Original Message----- From: Melvin Ma [mailto:ma.qian...@gmail.com] Sent: Thursday, October 20, 2016 12:13 PM To: dev@ctakes.apache.org Subject: Newbie Question: TestClearNLPPipeLine failed Hi, there. I am new here and have some questions. 1. For the past emails, where is a good place to search? 2. Do your guys typically use stackoverflow to discuss issues? 3. When building workspace, where we have to go to sourceforge to download them. It has the annoying HTTP redirects that block straight forward curl command. Also it would so much nicer if I could run a command to download them and place them to a right place. Now, here is my specific question. I checked out cTakes and tried to build it from my workspace (mvn clean package). Tests in error: > > TestClearNLPPipeLine(org.apache.ctakes.dependency.parser.ae.util.TestClearNLPAnalysisEngines): > URI is not hierarchical > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 Looking into the code, it appears to be a resource reference problem from the relative path in the test case below. Since the file is already in the jar created by ctakes-clinical-pipeline. Should we make the file loaded from jar file instead? Also how do you run mvn? Am I missing something? public static String INPUT_FILE = > "../ctakes-clinical-pipeline/src/test/data/plaintext/testpatient_plain > text_1.txt"; Thanks! Melvin