You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ctakes.apache.org by "Sean Finan (JIRA)" <ji...@apache.org> on 2017/05/01 20:44:04 UTC

[jira] [Created] (CTAKES-443) Stop rebuilding the typesystem for every module

Sean Finan created CTAKES-443:
---------------------------------

             Summary: Stop rebuilding the typesystem for every module
                 Key: CTAKES-443
                 URL: https://issues.apache.org/jira/browse/CTAKES-443
             Project: cTAKES
          Issue Type: Improvement
          Components: ctakes-assertion, ctakes-assertion-zoner, ctakes-constituency-parser, ctakes-context-tokenizer, ctakes-coreference, ctakes-drug-ner, ctakes-ne-contexts, ctakes-side-effect
    Affects Versions: 4.0.0
            Reporter: Sean Finan
            Assignee: Sean Finan
             Fix For: 4.0.1


The jcasgen maven plugin has a <limitToProject> feature.  Right now all of the ctakes projects set this to false, which means that every time one of those projects compiles it performs jcasgen for all of its dependencies.  So, instead of typesystem being compiled once it is compiled some 8 or 9 times.  Setting to true stops this behavior.

The alternative is to have each pom explicitly declare its type system path.  One or the other is preferable to the current state.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)