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_plaintext_1.txt";


Thanks!

Melvin

Reply via email to