Yes, it would be great if we can fix the unit test. So "mvn test" works fine, but if you need to install or package, we had -skipTests=true because the unit test attempts to load resources after it's been bundled/packaged. We should fix update the unit test or allow load resource from stream.
Sent from my iPhone On Oct 15, 2015, at 1:36 PM, Bruce Tietjen <[email protected]<mailto:[email protected]>> wrote: Typically if the trunk is generally broken for everyone, it would be addressed pretty quickly. I may be wrong, but I believe broken build issues should probably be addressed to '[email protected]<mailto:[email protected]>' for more prompt responses. On Thu, Oct 15, 2015 at 10:26 AM, Lewis John Mcgibbney <[email protected]<mailto:[email protected]>> wrote: For example, when I try to build trunk I get the following Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.776 sec <<< FAILURE! Results : 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 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache cTAKES ...................................... SUCCESS [ 1.328 s] [INFO] Apache cTAKES common type system ................... SUCCESS [ 5.040 s] [INFO] Apache cTAKES utils ................................ SUCCESS [ 1.620 s] [INFO] Apache cTAKES Resources core ....................... SUCCESS [ 0.359 s] [INFO] Apache cTAKES core ................................. SUCCESS [ 7.365 s] [INFO] Apache cTAKES Resources pos-tagger ................. SUCCESS [ 1.055 s] [INFO] Apache cTAKES part-of-speech tagger ................ SUCCESS [ 2.798 s] [INFO] Apache cTAKES Resources ctakes-chunker-res ......... SUCCESS [ 0.896 s] [INFO] Apache cTAKES chunker .............................. SUCCESS [ 0.801 s] [INFO] Apache cTAKES document preprocessor ................ SUCCESS [ 1.141 s] [INFO] Apache cTAKES Resources dictionary-lookup .......... SUCCESS [ 7.870 s] [INFO] Apache cTAKES dictionary lookup .................... SUCCESS [ 0.904 s] [INFO] Apache cTAKES context dependent tokenizer .......... SUCCESS [ 0.697 s] [INFO] Apache cTAKES Resources lvg ........................ SUCCESS [ 12.562 s] [INFO] Apache cTAKES LVG lexical tools .................... SUCCESS [ 0.768 s] [INFO] Apache cTAKES Resources ne-contexts ................ SUCCESS [ 0.236 s] [INFO] Apache cTAKES named entity contexts ................ SUCCESS [ 2.246 s] [INFO] Apache cTAKES Resources constituency-parser ........ SUCCESS [ 2.426 s] [INFO] Apache cTAKES Constituency Parser .................. SUCCESS [ 0.737 s] [INFO] Apache cTAKES Resources coreference ................ SUCCESS [ 3.742 s] [INFO] Apache cTAKES Resources relation-extractor ......... SUCCESS [ 0.409 s] [INFO] Apache cTAKES Resources dependency-parser .......... SUCCESS [ 16.388 s] [INFO] Apache cTAKES Dependency Parser .................... FAILURE [ 3.108 s] My environment is Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T04:57:37-07:00) Maven home: /usr/local/apache-maven-3.3.3 Java version: 1.7.0_79, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "10.9.5", arch: "x86_64", family: "mac" On Thu, Oct 15, 2015 at 9:11 AM, Lewis John Mcgibbney <[email protected]<mailto:[email protected]>> wrote: Hi Folks, I tried for the first time to test cTAKES trunk. It seems to be brolen, is this correct? Are you guys interested in setting up a Jenkins build for cTAKES? I can do this no problem, please let me know. Thanks Lewis -- Lewis -- Lewis
