Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ED3B6200C64 for ; Fri, 28 Apr 2017 15:53:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EBD12160B8C; Fri, 28 Apr 2017 13:53:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 49463160BB8 for ; Fri, 28 Apr 2017 15:53:08 +0200 (CEST) Received: (qmail 13804 invoked by uid 500); 28 Apr 2017 13:53:07 -0000 Mailing-List: contact notifications-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list notifications@ctakes.apache.org Received: (qmail 13539 invoked by uid 99); 28 Apr 2017 13:53:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Apr 2017 13:53:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 83563188C85 for ; Fri, 28 Apr 2017 13:53:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id mpr6j281JhXG for ; Fri, 28 Apr 2017 13:53:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2E27F5FDC6 for ; Fri, 28 Apr 2017 13:53:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 71FD9E073A for ; Fri, 28 Apr 2017 13:53:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 20F6621DD5 for ; Fri, 28 Apr 2017 13:53:04 +0000 (UTC) Date: Fri, 28 Apr 2017 13:53:04 +0000 (UTC) From: "Sean Finan (JIRA)" To: notifications@ctakes.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CTAKES-437) lvg-dist version error when starting CVD or CPE profile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 28 Apr 2017 13:53:09 -0000 [ https://issues.apache.org/jira/browse/CTAKES-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Finan resolved CTAKES-437. ------------------------------- Resolution: Pending Closed Fix Version/s: 4.0.1 Requires additional testing. Testing will be passive by users of trunk cpe, cvd profiles > lvg-dist version error when starting CVD or CPE profile > ------------------------------------------------------- > > Key: CTAKES-437 > URL: https://issues.apache.org/jira/browse/CTAKES-437 > Project: cTAKES > Issue Type: Bug > Components: ctakes-clinical-pipeline > Affects Versions: 4.0.0 > Reporter: Sean Finan > Assignee: Sean Finan > Priority: Critical > Labels: easyfix, patch > Fix For: 4.0.1 > > Original Estimate: 1h > Remaining Estimate: 1h > > Many thanks to Thomas W Loehfelm for reporting the problem and a fix: > I received an error message when trying to runCVD due to a missing dependency version in the clinical pipeline pom.xml file > * Error message: > "The project org.apache.ctakes:ctakes-clinical-pipeline:4.0.1-SNAPSHOT () has 1 error 'build.plugins.plugin[org.codehaus.mojo:exec-maven-plugin].dependencies.dependency.version' for gov.nih.nlm.nls.lvg:lvgdist:jar is missing. @ org.apache.ctakes:ctakes-clinical-pipeline:[unknown-version], /ctakes-clinical-pipeline/pom.xml, line 174, column 20 > * Fix: > Add "2016.0" for that dependency in pom.xml (line 177) > It seems that lvgdist is actually unnecessary for CPE and CVD, I my tests removing the dependency had no ill effects. From James Masanz: > Looks like it's a left over from when we switched from using a local copy of LVG jar in a local lib directory to using a maven dependency several years ago. > It seems that the fix is actually to remove the dependency. -- This message was sent by Atlassian JIRA (v6.3.15#6346)