[
https://issues.apache.org/jira/browse/TIKA-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15135336#comment-15135336
]
Ken Krugler commented on TIKA-1851:
-----------------------------------
I did a top-level "mvn clean install", which failed with:
[ERROR] Failed to execute goal
org.codehaus.groovy.maven:gmaven-plugin:1.0:execute (testSetup) on project
tika-test-resources: java.net.SocketException: Connection reset -> [Help 1]
I re-ran that inside of tika-test-resources, and this time it worked - I assume
the failure was in downloading resources from the opennlp project in
SourceForge (e.g. GET :
http://opennlp.sourceforge.net/models-1.5/en-ner-person.bin ->
src/test/resources/org/apache/tika/parser/ner/opennlp/ner-person.bin)
In general I'm not a big fan of relying on SF infrastructure for builds, as
it's too flaky to be reliable. Other solutions here?
> Tika 2.0 - Move test resources from core to test-resources
> ----------------------------------------------------------
>
> Key: TIKA-1851
> URL: https://issues.apache.org/jira/browse/TIKA-1851
> Project: Tika
> Issue Type: Sub-task
> Reporter: Tim Allison
> Assignee: Tim Allison
> Priority: Trivial
> Fix For: 2.0
>
>
> Let's try to move resources that are used for testing to the test-resources
> module if possible: MockParser, DummyParser, TikaTest and the unit tests for
> MockParser. That should also allow us to drop the test-jar goal in
> tika-core. Anything else?
> Haven't actually tried this yet; there may be surprises.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)