See <https://builds.apache.org/job/ctakes-trunk-package/org.apache.ctakes$ctakes-clinical-pipeline/569/display/redirect?page=changes>
Changes: [seanfinan] CTAKES-443 : stop rebuilding the type system for every module CTAKES-448 : dependency tree is a mess ------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache cTAKES ctakes-clinical-pipeline 4.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ctakes-clinical-pipeline --- [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ ctakes-clinical-pipeline --- [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ ctakes-clinical-pipeline --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/ctakes-trunk-package/org.apache.ctakes$ctakes-clinical-pipeline/ws/src/main/resources> [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.4:compile (default-compile) @ ctakes-clinical-pipeline --- [INFO] Compiling 5 source files to <https://builds.apache.org/job/ctakes-trunk-package/org.apache.ctakes$ctakes-clinical-pipeline/ws/target/classes> [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <https://builds.apache.org/job/ctakes-trunk-package/org.apache.ctakes$ctakes-clinical-pipeline/ws/src/main/java/org/apache/ctakes/clinicalpipeline/ClinicalPipelineFactory.java>:[30,44] error: package org.apache.ctakes.coreference.factory does not exist [ERROR] <https://builds.apache.org/job/ctakes-trunk-package/org.apache.ctakes$ctakes-clinical-pipeline/ws/src/main/java/org/apache/ctakes/clinicalpipeline/ClinicalPipelineFactory.java>:[32,45] error: package org.apache.ctakes.dictionary.lookup.ae does not exist [ERROR] <https://builds.apache.org/job/ctakes-trunk-package/org.apache.ctakes$ctakes-clinical-pipeline/ws/src/main/java/org/apache/ctakes/clinicalpipeline/runtime/BagOfAnnotationsGenerator.java>:[92,55] [unchecked] unchecked cast [ERROR] required: Class<T> found: Type where T is a type-variable: T extends Annotation declared in class BagOfAnnotationsGenerator <https://builds.apache.org/job/ctakes-trunk-package/org.apache.ctakes$ctakes-clinical-pipeline/ws/src/main/java/org/apache/ctakes/clinicalpipeline/ClinicalPipelineFactory.java>:[71,19] error: cannot find symbol [ERROR] symbol: variable UmlsDictionaryLookupAnnotator location: class ClinicalPipelineFactory <https://builds.apache.org/job/ctakes-trunk-package/org.apache.ctakes$ctakes-clinical-pipeline/ws/src/main/java/org/apache/ctakes/clinicalpipeline/ClinicalPipelineFactory.java>:[139,17] error: cannot find symbol [ERROR] symbol: variable CoreferenceAnnotatorFactory location: class ClinicalPipelineFactory <https://builds.apache.org/job/ctakes-trunk-package/org.apache.ctakes$ctakes-clinical-pipeline/ws/src/main/java/org/apache/ctakes/clinicalpipeline/ae/ExtractionPrepAnnotator.java>:[158,23] [unchecked] unchecked call to add(E) as a member of the raw type Set [INFO] 6 errors [INFO] -------------------------------------------------------------