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

Bob Paulin commented on TIKA-1799:
----------------------------------

[[email protected]]

Looks like the structure of org.apache.poi:ooxml-schemas:1.1 -> 
org.apache.poi:ooxml-schemas:1.3 changed pretty dramatically.  Within the 
tika-bundle/pom.xml there are optional includes for 
{code}
schemasMicrosoftComOfficePowerpoint;resolution:=optional,
schemasMicrosoftComOfficeWord;resolution:=optional,
{code}

For the new version of poi these would need to be replaced with:
{code} 
com.microsoft.schemas.office.powerpoint;resolution:=optional,
com.microsoft.schemas.office.word;resolution:=optional,
{code}

There is also an excel, visio, and office package in there as well.  Not sure 
of those need to be excluded too but this should put you on the correct path.  

> Upgrade to POI 3.14-Beta1 when available
> ----------------------------------------
>
>                 Key: TIKA-1799
>                 URL: https://issues.apache.org/jira/browse/TIKA-1799
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Tim Allison
>            Priority: Minor
>         Attachments: 349008.ppt, 349008.ppt.json
>
>
> Should be out in the next week or two.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to