From dev-return-12138-apmail-tika-dev-archive=tika.apache.org@tika.apache.org Mon Jul 7 19:56:34 2014 Return-Path: X-Original-To: apmail-tika-dev-archive@www.apache.org Delivered-To: apmail-tika-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CD6E211C13 for ; Mon, 7 Jul 2014 19:56:34 +0000 (UTC) Received: (qmail 86502 invoked by uid 500); 7 Jul 2014 19:56:34 -0000 Delivered-To: apmail-tika-dev-archive@tika.apache.org Received: (qmail 86459 invoked by uid 500); 7 Jul 2014 19:56:34 -0000 Mailing-List: contact dev-help@tika.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tika.apache.org Delivered-To: mailing list dev@tika.apache.org Received: (qmail 86410 invoked by uid 99); 7 Jul 2014 19:56:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2014 19:56:34 +0000 Date: Mon, 7 Jul 2014 19:56:34 +0000 (UTC) From: "Ann Burgess (JIRA)" To: dev@tika.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (TIKA-1363) .mat files not parsing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ann Burgess created TIKA-1363: --------------------------------- Summary: .mat files not parsing Key: TIKA-1363 URL: https://issues.apache.org/jira/browse/TIKA-1363 Project: Tika Issue Type: Bug Components: parser Affects Versions: 1.6 Reporter: Ann Burgess We recently committed a parser for Matlab .mat files, however I've just downloaded the most recent Tika and am not getting any parsed --text or --metadata for the .mat file used in the unit test. The steps I've used are below. Am I missing something at the command line? Can anyone else successfully get a text or metadata output for a .mat file? Steps: svn co https://svn.apache.org/repos/asf/tika/trunk tika setenv MAVEN_OPTS "-Xms128m -Xmx256m" cd tika mvn install java -jar tika-app/target/tika-app-1.6-SNAPSHOT.jar --text /Users/IGSWAHWSWBURGESS/Development/tika/tika-parsers/src/test/resources/test-documents/breidamerkurjokull_radar_profiles_2009.mat -- This message was sent by Atlassian JIRA (v6.2#6252)