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 3AC66200B55 for ; Sun, 17 Jul 2016 03:42:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 396D5160A8A; Sun, 17 Jul 2016 01:42:22 +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 A8883160A6C for ; Sun, 17 Jul 2016 03:42:21 +0200 (CEST) Received: (qmail 86487 invoked by uid 500); 17 Jul 2016 01:42:20 -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 86475 invoked by uid 99); 17 Jul 2016 01:42:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jul 2016 01:42:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B01022C036E for ; Sun, 17 Jul 2016 01:42:20 +0000 (UTC) Date: Sun, 17 Jul 2016 01:42:20 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@ctakes.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CTAKES-399) Add profile to pom.xml which permits build with JDK1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 17 Jul 2016 01:42:22 -0000 [ https://issues.apache.org/jira/browse/CTAKES-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15381031#comment-15381031 ] ASF subversion and git services commented on CTAKES-399: -------------------------------------------------------- Commit 1753007 from [~lewismc] in branch 'ctakes/trunk' [ https://svn.apache.org/r1753007 ] CTAKES-399 Add profile to pom.xml which permits build with JDK1.8 > Add profile to pom.xml which permits build with JDK1.8 > ------------------------------------------------------ > > Key: CTAKES-399 > URL: https://issues.apache.org/jira/browse/CTAKES-399 > Project: cTAKES > Issue Type: Improvement > Components: ctakes-core > Affects Versions: 3.2.2 > Reporter: Lewis John McGibbney > Fix For: 3.2.3 > > Attachments: CTAKES-399.patch > > > Right now, due to autogenerated code, a clean compile and install of cTAKES trunk fails due to doclint strictness within the JDK1.8. > I propose to add a short profile to parent pom.xml which will work around this issue. Patch coming up. > The real solution is to address the @generated tags which are the offending culprits, however that is work for a rainy day :) -- This message was sent by Atlassian JIRA (v6.3.4#6332)