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:
[hidden email]