I pulled the new trunk and looks like Tika is now successfully parsing Matlab .mat files at the command line and in the GUI. Thanks all for your help on this new parser!
On Tue, Jul 15, 2014 at 12:05 AM, Hudson (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/TIKA-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14061817#comment-14061817 > ] > > Hudson commented on TIKA-1363: > ------------------------------ > > SUCCESS: Integrated in tika-trunk-jdk1.6 #93 (See [ > https://builds.apache.org/job/tika-trunk-jdk1.6/93/]) > updated patch for TIKA-1363 from Annie Burgess: enables Mat parser in > META-INF and fixes unit test to use AutoDetectParser to validate it. > (mattmann: http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1610600) > * > /tika/trunk/tika-parsers/src/main/resources/META-INF/services/org.apache.tika.parser.Parser > * > /tika/trunk/tika-parsers/src/test/java/org/apache/tika/parser/mat/MatParserTest.java > > > > .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 > > Assignee: Chris A. Mattmann > > Labels: metadata, parser, snapshot > > Fix For: 1.6 > > > > Attachments: TIKA.1363.aburgess.140614.patch.txt, test_data_1.mat > > > > > > 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) > -- ------------------------------------------------------------------------------------------ Ann Bryant Burgess, PhD Postdoctoral Fellow Computer Science Department University of Southern California Viterbi School of Engineering Los Angeles, CA Alaska Science Center/USGS Anchorage, AK Cell: (585) 738-7549 Office: (907) 786-7059 Fax: (907) 786-7150 E-mail: [email protected] Office Address: 4210 University Dr., Anchorage, AK 99508-4626 -------------------------------------------------------------------------------------------
