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 81157200CE1 for ; Thu, 31 Aug 2017 19:06:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7F70116B7F6; Thu, 31 Aug 2017 17:06:56 +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 54E3116B7F7 for ; Thu, 31 Aug 2017 19:06:55 +0200 (CEST) Received: (qmail 50347 invoked by uid 500); 31 Aug 2017 17:06:54 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 50337 invoked by uid 99); 31 Aug 2017 17:06:54 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2017 17:06:54 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id D008E3A0052 for ; Thu, 31 Aug 2017 17:06:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1806824 - in /manifoldcf/trunk: CHANGES.txt build.xml connectors/gts/build.xml framework/build.xml framework/buildfiles/connector-build.xml pom.xml Date: Thu, 31 Aug 2017 17:06:53 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170831170653.D008E3A0052@svn01-us-west.apache.org> archived-at: Thu, 31 Aug 2017 17:06:56 -0000 Author: kwright Date: Thu Aug 31 17:06:53 2017 New Revision: 1806824 URL: http://svn.apache.org/viewvc?rev=1806824&view=rev Log: Tentative fix for CONNECTORS-1450. Move all poi* jars from connector-common-lib to lib in the distribution, and change build process accordingly. Also going to version 3.9 of POI jars. Modified: manifoldcf/trunk/CHANGES.txt manifoldcf/trunk/build.xml manifoldcf/trunk/connectors/gts/build.xml manifoldcf/trunk/framework/build.xml manifoldcf/trunk/framework/buildfiles/connector-build.xml manifoldcf/trunk/pom.xml Modified: manifoldcf/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1806824&r1=1806823&r2=1806824&view=diff ============================================================================== --- manifoldcf/trunk/CHANGES.txt (original) +++ manifoldcf/trunk/CHANGES.txt Thu Aug 31 17:06:53 2017 @@ -3,6 +3,12 @@ $Id$ ======================= 2.9-dev ===================== +CONNECTORS-1450: Tika extractor cannot process MS Office files due +to a dependency problem. The dependency issue is that poi-ooxml-schemas +is apparently accessed via reflection, and the class lookup does not +apparently use the current classloader, but rather some other classloader. +This requires the entire poi* set of jars, and all dependencies, to be +included in ManifoldCF's core jar list. ======================= Release 2.8 ===================== Modified: manifoldcf/trunk/build.xml URL: http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1806824&r1=1806823&r2=1806824&view=diff ============================================================================== --- manifoldcf/trunk/build.xml (original) +++ manifoldcf/trunk/build.xml Thu Aug 31 17:06:53 2017 @@ -56,7 +56,7 @@ - + Modified: manifoldcf/trunk/connectors/gts/build.xml URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/gts/build.xml?rev=1806824&r1=1806823&r2=1806824&view=diff ============================================================================== --- manifoldcf/trunk/connectors/gts/build.xml (original) +++ manifoldcf/trunk/connectors/gts/build.xml Thu Aug 31 17:06:53 2017 @@ -30,22 +30,6 @@ - - - - - - - - - - - - - - - - Modified: manifoldcf/trunk/framework/build.xml URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/build.xml?rev=1806824&r1=1806823&r2=1806824&view=diff ============================================================================== --- manifoldcf/trunk/framework/build.xml (original) +++ manifoldcf/trunk/framework/build.xml Thu Aug 31 17:06:53 2017 @@ -46,6 +46,7 @@ + @@ -68,6 +69,10 @@ + + + + @@ -129,7 +134,6 @@ - @@ -140,9 +144,6 @@ - - - @@ -480,6 +481,7 @@ + @@ -494,6 +496,10 @@ + + + + @@ -523,6 +529,7 @@ + @@ -537,6 +544,10 @@ + + + + @@ -572,6 +583,7 @@ + @@ -586,6 +598,10 @@ + + + + @@ -616,6 +632,7 @@ + @@ -630,6 +647,10 @@ + + + + @@ -667,6 +688,7 @@ + @@ -682,6 +704,10 @@ + + + + @@ -723,6 +749,7 @@ + @@ -738,6 +765,10 @@ + + + + @@ -783,6 +814,7 @@ + @@ -798,6 +830,10 @@ + + + + @@ -837,6 +873,7 @@ + @@ -852,6 +889,10 @@ + + + + @@ -960,6 +1001,7 @@ + @@ -976,6 +1018,10 @@ + + + + @@ -1202,6 +1248,7 @@ + @@ -1224,6 +1271,10 @@ + + + + @@ -1507,7 +1558,6 @@ - @@ -1523,9 +1573,6 @@ - - - Modified: manifoldcf/trunk/framework/buildfiles/connector-build.xml URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/buildfiles/connector-build.xml?rev=1806824&r1=1806823&r2=1806824&view=diff ============================================================================== --- manifoldcf/trunk/framework/buildfiles/connector-build.xml (original) +++ manifoldcf/trunk/framework/buildfiles/connector-build.xml Thu Aug 31 17:06:53 2017 @@ -116,6 +116,10 @@ + + + + @@ -123,6 +127,7 @@ + @@ -179,7 +184,6 @@ - @@ -190,9 +194,6 @@ - - - Modified: manifoldcf/trunk/pom.xml URL: http://svn.apache.org/viewvc/manifoldcf/trunk/pom.xml?rev=1806824&r1=1806823&r2=1806824&view=diff ============================================================================== --- manifoldcf/trunk/pom.xml (original) +++ manifoldcf/trunk/pom.xml Thu Aug 31 17:06:53 2017 @@ -83,7 +83,7 @@ 2.2.6 3.4.8 2.6.0 - 3.15-beta1 + 3.9 1.14 1.1.0 2.6.0