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 2018/12/25 17:20:00 UTC

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

     [ https://issues.apache.org/jira/browse/CTAKES-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Finan closed CTAKES-443.
-----------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>             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
(v7.6.3#76005)