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

ASF GitHub Bot commented on TIKA-3164:
--------------------------------------

tballison commented on pull request #404:
URL: https://github.com/apache/tika/pull/404#issuecomment-784115989


   Fresh checkout...
   
   ./gradlew build
   Results:
   ```> Task :ooxml:compileJava
   
/home/tallison/Intellij/poi-trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java:564:
 error: cannot access DocumentFactory
               f = CTCellFormula.Factory.newInstance();
                                        ^
     class file for org.apache.xmlbeans.impl.schema.DocumentFactory not found
   
/home/tallison/Intellij/poi-trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFColor.java:117:
 error: recursive constructor invocation
       public XSSFColor(byte[] rgb, IndexedColorMap colorMap) {
              ^
   
/home/tallison/Intellij/poi-trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/XDDFLineProperties.java:42:
 error: recursive constructor invocation
       public XDDFLineProperties(XDDFFillProperties fill) {
              ^
   
/home/tallison/Intellij/poi-trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFHyperlink.java:29:
 error: recursive constructor invocation
       public XDDFHyperlink(String id) {
   ```
   
   I'm guessing I need to run ant first to pull in the dependencies?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to POI 5.0.0 when available
> -----------------------------------
>
>                 Key: TIKA-3164
>                 URL: https://issues.apache.org/jira/browse/TIKA-3164
>             Project: Tika
>          Issue Type: Bug
>            Reporter: Tim Allison
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to