[ 
https://issues.apache.org/jira/browse/TIKA-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16497168#comment-16497168
 ] 

Hudson commented on TIKA-2653:
------------------------------

SUCCESS: Integrated in Jenkins build Tika-trunk #1498 (See 
[https://builds.apache.org/job/Tika-trunk/1498/])
TIKA-2653 first, rough draft (tallison: 
[https://github.com/apache/tika/commit/bcf09e04d7b232a3d5ac56bd858045e63e41205d])
* (edit) tika-core/src/test/java/org/apache/tika/fork/ForkParserTest.java
* (add) tika-core/src/main/java/org/apache/tika/parser/ParserFactory.java
* (add) tika-core/src/main/java/org/apache/tika/parser/ParserFactoryFactory.java
* (add) tika-core/src/main/java/org/apache/tika/utils/ProcessUtils.java
* (edit) tika-parsers/src/test/resources/test-documents/testPST.pst
* (add) tika-core/src/test/resources/test-documents/example.xml
* (edit) tika-core/src/main/java/org/apache/tika/fork/ForkParser.java
* (edit) tika-core/src/main/java/org/apache/tika/fork/ForkServer.java
* (edit) tika-core/src/main/java/org/apache/tika/fork/ForkClient.java
* (add) tika-core/src/main/java/org/apache/tika/utils/SystemUtils.java
* (add) 
tika-core/src/test/java/org/apache/tika/parser/mock/MockParserFactory.java
* (add) tika-core/src/test/java/org/apache/tika/fork/ForkParserTikaBinTest.java
* (edit) 
tika-parsers/src/test/resources/test-documents/testPST_variousBodyTypes.pst
TIKA-2653 -- fix debugger on ForkParser test (tallison: 
[https://github.com/apache/tika/commit/56ff337b65a5ee66c582ad0e877c6bc583bc3adf])
* (edit) tika-core/src/main/java/org/apache/tika/fork/ForkClient.java


> Allow users to specify a directory of jars for classloading in ForkParser
> -------------------------------------------------------------------------
>
>                 Key: TIKA-2653
>                 URL: https://issues.apache.org/jira/browse/TIKA-2653
>             Project: Tika
>          Issue Type: New Feature
>            Reporter: Tim Allison
>            Assignee: Tim Allison
>            Priority: Major
>             Fix For: 1.19, 2.0.0
>
>
> The ForkParser now builds the parser in the parent process and serializes it 
> to the child process.  It would be neat to make it easier for users of the 
> ForkParser to depend solely on tika-core and put all of our dependency 
> nastiness in a separate directory that will be used by the the fork server 
> (child process) to build the underlying parser.
> This would allow, e.g. Solr, to point to a directory with the tika-app.jar 
> and remove all of our dependencies (except tika-core) from their 
> dependencies. 
> I propose that we allow users to initialize ForkParser with a Path that 
> contains all the jars necessary to build the Parser, and, optionally, a 
> ParserFactory.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to