You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ctakes.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/06/28 14:48:00 UTC

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

    [ https://issues.apache.org/jira/browse/CTAKES-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16066609#comment-16066609 ] 

ASF subversion and git services commented on CTAKES-443:
--------------------------------------------------------

Commit 1800177 from [~seanfinan] in branch 'ctakes/trunk'
[ https://svn.apache.org/r1800177 ]

CTAKES-443 : stop rebuilding the type system for every module
CTAKES-448 : dependency tree is a mess

> 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.4.14#64029)