Tika parsers 1.14-SNAPSHOT build fails on local

2016-10-13 Thread Simone Tripodi
Hi all, I am re-building the whole Tika project for an internal company usage, unfortunately I stumbled in a failing build in Tika parsers, please have a look at the gist[1]. Sorry for asking maybe a silly question, but what do I need to setup in my environment in order to have a fully working bui

RE: Tika parsers 1.14-SNAPSHOT build fails on local

2016-10-13 Thread Allison, Timothy B.
Hmmm... Is there anything else besides pure Tika involved? Is something going wrong with this dependency and/or its dependency on xmp-core in tika-parsers? com.drewnoakes metadata-extractor 2.8.1 -Original Message- From: simone.trip...@gmail.com [mailto:simo

[jira] [Created] (TIKA-2113) Upgrade metadata-extractor to 2.9.1

2016-10-13 Thread Tim Allison (JIRA)
Tim Allison created TIKA-2113: - Summary: Upgrade metadata-extractor to 2.9.1 Key: TIKA-2113 URL: https://issues.apache.org/jira/browse/TIKA-2113 Project: Tika Issue Type: Improvement

Re: Tika parsers 1.14-SNAPSHOT build fails on local

2016-10-13 Thread Simone Tripodi
Hi Tim, thanks for jumping in to help, very appreciated! I honestly don't know - I just hit the following commands on my laptop: 552 git clone https://git-wip-us.apache.org/repos/asf/tika.git 553 cd tika/ 554 mvn install Any hint? many thanks in advance! -Simo http://people.apache.org/

RE: Tika parsers 1.14-SNAPSHOT build fails on local

2016-10-13 Thread Allison, Timothy B.
I'm not able to reproduce this on a fresh build on Linux...all works. Can you manually check that drew noakes' metadata-extractor is in your .m2? Could anything be preventing that from being downloaded? -Original Message- From: simone.trip...@gmail.com [mailto:simone.trip...@gmail.com] O

RE: Tika parsers 1.14-SNAPSHOT build fails on local

2016-10-13 Thread Allison, Timothy B.
Wait, no, you clearly have drew noakes' metadata-extractor. Is there a conflict with the xmp-core version somehow? Do you have xmp-core 5.1.2 in your .m2? -Original Message- From: Allison, Timothy B. Sent: Thursday, October 13, 2016 10:04 AM To: dev@tika.apache.org Subject: RE: Tika p

Re: Tika parsers 1.14-SNAPSHOT build fails on local

2016-10-13 Thread Simone Tripodi
Hi Tim, I do have xmpcore in my local .m2 repo: $ ls ~/.m2/repository/com/adobe/xmp/xmpcore/5.1.2/ _maven.repositories _remote.repositoriesxmpcore-5.1.2.jar xmpcore-5.1.2.jar.sha1 xmpcore-5.1.2.pom xmpcore-5.1.2.pom.sha1 http://people.apache.org/~simonetripodi/ http://twitter.com/

tika-2.x-windows - Build # 62 - Still Failing

2016-10-13 Thread Apache Jenkins Server
The Apache Jenkins build system has built tika-2.x-windows (build #62) Status: Still Failing Check console output at https://builds.apache.org/job/tika-2.x-windows/62/ to view the results.

[jira] [Commented] (TIKA-2113) Upgrade metadata-extractor to 2.9.1

2016-10-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15572047#comment-15572047 ] Hudson commented on TIKA-2113: -- FAILURE: Integrated in Jenkins build tika-2.x-windows #62 (See

[jira] [Resolved] (TIKA-2113) Upgrade metadata-extractor to 2.9.1

2016-10-13 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Allison resolved TIKA-2113. --- Resolution: Fixed Fix Version/s: 1.14 2.0 > Upgrade metadata-extractor to 2.9

Re: Tika parsers 1.14-SNAPSHOT build fails on local

2016-10-13 Thread Simone Tripodi
Hi Tim, yes, the metadata-extractor is on ~/.m2 local repo! $ ls ~/.m2/repository/com/drewnoakes/metadata-extractor/2. 2.4.0-beta-1/ 2.6.2/2.8.1/ http://people.apache.org/~simonetripodi/ http://twitter.com/simonetripodi On Thu, Oct 13, 2016 at 4:03 PM, Allison, Timothy B. wrote: > I'm

RE: Tika parsers 1.14-SNAPSHOT build fails on local

2016-10-13 Thread Allison, Timothy B.
-lrt look like this? -rw-rw-r--. 1 someone somegroup 40 Oct 13 09:57 xmpcore-5.1.2.pom.sha1 -rw-rw-r--. 1 someone somegroup 1127 Oct 13 09:57 xmpcore-5.1.2.pom -rw-rw-r--. 1 someone somegroup 40 Oct 13 09:57 xmpcore-5.1.2.jar.sha1 -rw-rw-r--. 1 someone somegroup 117333 Oct 13 09:57 xmpcor

Re: Tika parsers 1.14-SNAPSHOT build fails on local

2016-10-13 Thread Simone Tripodi
uhm, it looks like they are different... $ ls -lrt ~/.m2/repository/com/adobe/xmp/xmpcore/5.1.2/ -rw-r--r-- 1 stripodi stripodi 4988 Oct 13 14:20 xmpcore-5.1.2.pom -rw-r--r-- 1 stripodi stripodi 40 Oct 13 14:20 xmpcore-5.1.2.pom.sha1 -rw-r--r-- 1 stripodi stripodi 131254 Oct 13 14:20 xmpcore

RE: Tika parsers 1.14-SNAPSHOT build fails on local

2016-10-13 Thread Allison, Timothy B.
From an internal build perhaps? I just wiped my entire local repo, and I'm rebuilding from scratch. JpegParserTests passed... Might try wiping 5.1.2 from your local repo and having mvn repull? -Original Message- From: simone.trip...@gmail.com [mailto:simone.trip...@gmail.com] On Behalf

[jira] [Commented] (TIKA-2113) Upgrade metadata-extractor to 2.9.1

2016-10-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15572152#comment-15572152 ] Hudson commented on TIKA-2113: -- SUCCESS: Integrated in Jenkins build Tika-trunk #1116 (See [h

Re: Tika parsers 1.14-SNAPSHOT build fails on local

2016-10-13 Thread Simone Tripodi
ah yeah, something is gonna go really, really bad, xmpcore-5.1.2 in my local repo does not contain the com.adobe.xmp package but rather com.adobe.internal.xmp... that would cause conflicts, I guess... http://people.apache.org/~simonetripodi/ http://twitter.com/simonetripodi On Thu, Oct 13, 20

Re: Tika parsers 1.14-SNAPSHOT build fails on local

2016-10-13 Thread Simone Tripodi
Hi again Tim, would it be possible to upgrade xmpcore to latest 6.X version? I'll try to give a help, -Simo http://people.apache.org/~simonetripodi/ http://twitter.com/simonetripodi On Thu, Oct 13, 2016 at 4:53 PM, Simone Tripodi wrote: > ah yeah, something is gonna go really, really bad, x

[jira] [Commented] (TIKA-2113) Upgrade metadata-extractor to 2.9.1

2016-10-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15572197#comment-15572197 ] Hudson commented on TIKA-2113: -- SUCCESS: Integrated in Jenkins build tika-2.x #160 (See [http

RE: Tika parsers 1.14-SNAPSHOT build fails on local

2016-10-13 Thread Allison, Timothy B.
We'd have to ask Drew Noakes to do the same so that we don't have a conflict with metadata-extractor. I'll open a PR over there. Looks like everything works for that project with the exception of one test! -Original Message- From: simone.trip...@gmail.com [mailto:simone.trip...@gmail.c

Re: 1.14?

2016-10-13 Thread Mattmann, Chris A (3010)
Hey Tim, got it. Sorry I’ve been battling a nasty flu or food poisoning not sure. I’m slowly back online today and will pick this up. Cheers, Chris ++ Chris Mattmann, Ph.D. Principal Data Scientist, Engineering Administrative Offic

[jira] [Created] (TIKA-2114) Upgrade to xmp-core 6.1.10

2016-10-13 Thread Tim Allison (JIRA)
Tim Allison created TIKA-2114: - Summary: Upgrade to xmp-core 6.1.10 Key: TIKA-2114 URL: https://issues.apache.org/jira/browse/TIKA-2114 Project: Tika Issue Type: Improvement Reporter:

[jira] [Updated] (TIKA-2114) Upgrade to xmp-core 6.1.10

2016-10-13 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Allison updated TIKA-2114: -- Description: On the dev list, [~simao] asked if we could upgrade to xmp-core 6.1.10. This issue depends