https://github.com/opensagres/xdocreport depends on the full ooxml-schemas jar as opposed to the poi-ooxml-schemas.jar. I was under the impression that the latter jar contained the ooxml-schema classes that we expect to suffice in most cases. xdocreport won't compile with just poi-ooxml-schemas. Is it possible that we are missing a few classes in poi-ooxml-schemas.jar that we should add? I have pasted the errors from my test build below.
A 2nd topic is that this project depends very heavily on the generated CT classes - presumably because the XWPF code base does not expose the necessary features directly. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project fr.opensagres.poi.xwpf.converter.core: Compilation failure: Compilation failure: [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/AbstractTableCellValueProvider.java:[30,62] cannot find symbol [ERROR] symbol: class CTTblStylePr [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/AbstractTableCellValueProvider.java:[56,28] cannot find symbol [ERROR] symbol: class CTTblStylePr [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider<Value> [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[54,62] cannot find symbol [ERROR] symbol: class CTFont [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[73,62] cannot find symbol [ERROR] symbol: class CTTextDirection [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[75,62] cannot find symbol [ERROR] symbol: class CTTwipsMeasure [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[76,62] cannot find symbol [ERROR] symbol: class FontsDocument [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/AbstractTableCellValueProvider.java:[79,45] cannot find symbol [ERROR] symbol: class CTTblStylePr [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider<Value> [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/AbstractValueProvider.java:[213,123] package org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/AbstractValueProvider.java:[364,107] package org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/AbstractValueProvider.java:[372,120] package org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/AbstractValueProvider.java:[399,54] cannot find symbol [ERROR] symbol: class CTTblStylePr [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.AbstractValueProvider<Value,XWPFElement> [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/IOpenXMLFormatsPartProvider.java:[34,62] cannot find symbol [ERROR] symbol: class FontsDocument [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[213,54] cannot find symbol [ERROR] symbol: class FontsDocument [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[230,57] cannot find symbol [ERROR] symbol: class FontsDocument [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1079,12] cannot find symbol [ERROR] symbol: class CTTextDirection [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1084,12] cannot find symbol [ERROR] symbol: class CTTextDirection [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1378,117] package org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1377,12] cannot find symbol [ERROR] symbol: class CTTblStylePr [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1615,25] cannot find symbol [ERROR] symbol: class FontsDocument [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/IOpenXMLFormatsPartProvider.java:[47,10] cannot find symbol [ERROR] symbol: class FontsDocument [ERROR] location: interface fr.opensagres.poi.xwpf.converter.core.openxmlformats.IOpenXMLFormatsPartProvider [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/paragraph/AbstractSpacingParagraphValueProvider.java:[32,85] package org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/paragraph/AbstractParagraphValueProvider.java:[56,28] cannot find symbol [ERROR] symbol: class CTTblStylePr [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.paragraph.AbstractParagraphValueProvider<Value> [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/paragraph/AbstractParagraphValueProvider.java:[84,45] cannot find symbol [ERROR] symbol: class CTTblStylePr [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.paragraph.AbstractParagraphValueProvider<Value> [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/row/AbstractTableRowExValueProvider.java:[74,45] cannot find symbol [ERROR] symbol: class CTTblStylePr [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.table.row.AbstractTableRowExValueProvider<Value> [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/AbstractTableValueProvider.java:[70,45] cannot find symbol [ERROR] symbol: class CTTblStylePr [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.table.AbstractTableValueProvider<Value> [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/TableCellMarginLeftValueProvider.java:[28,62] cannot find symbol [ERROR] symbol: class CTTcMar [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/AbstractTableCellMarginValueProvider.java:[28,62] cannot find symbol [ERROR] symbol: class CTTcMar [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/TableCellMarginLeftValueProvider.java:[38,33] cannot find symbol [ERROR] symbol: class CTTcMar [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.table.cell.TableCellMarginLeftValueProvider [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/AbstractTableCellMarginValueProvider.java:[68,42] cannot find symbol [ERROR] symbol: class CTTcMar [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellMarginValueProvider [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/TableCellTextDirectionValueProvider.java:[28,62] cannot find symbol [ERROR] symbol: class CTTextDirection [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/TableCellTextDirectionValueProvider.java:[31,44] cannot find symbol [ERROR] symbol: class CTTextDirection [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/TableCellTextDirectionValueProvider.java:[37,12] cannot find symbol [ERROR] symbol: class CTTextDirection [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.table.cell.TableCellTextDirectionValueProvider [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/TableCellMarginBottomValueProvider.java:[28,62] cannot find symbol [ERROR] symbol: class CTTcMar [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/TableCellMarginBottomValueProvider.java:[38,33] cannot find symbol [ERROR] symbol: class CTTcMar [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.table.cell.TableCellMarginBottomValueProvider [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/row/AbstractTableRowValueProvider.java:[96,45] cannot find symbol [ERROR] symbol: class CTTblStylePr [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.table.row.AbstractTableRowValueProvider<Value> [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/run/AbstractRunValueProvider.java:[69,26] cannot find symbol [ERROR] symbol: class CTTblStylePr [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.run.AbstractRunValueProvider<Value> [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/run/AbstractRunValueProvider.java:[87,45] cannot find symbol [ERROR] symbol: class CTTblStylePr [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.run.AbstractRunValueProvider<Value> [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/paragraph/AbstractIndentationParagraphValueProvider.java:[31,85] package org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/AbstractOpenXMLFormatsPartProvider.java:[38,62] cannot find symbol [ERROR] symbol: class FontsDocument [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/RelashionShipsHandler.java:[38,62] cannot find symbol [ERROR] symbol: class FontsDocument [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/AbstractOpenXMLFormatsPartProvider.java:[74,17] cannot find symbol [ERROR] symbol: class FontsDocument [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.openxmlformats.AbstractOpenXMLFormatsPartProvider [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/RelashionShipsHandler.java:[78,24] cannot find symbol [ERROR] symbol: class FontsDocument [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.openxmlformats.RelashionShipsHandler [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/RelashionShipsHandler.java:[183,17] cannot find symbol [ERROR] symbol: class FontsDocument [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.openxmlformats.RelashionShipsHandler [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/TableCellMarginRightValueProvider.java:[28,62] cannot find symbol [ERROR] symbol: class CTTcMar [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/TableCellMarginRightValueProvider.java:[38,33] cannot find symbol [ERROR] symbol: class CTTcMar [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.table.cell.TableCellMarginRightValueProvider [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/utils/XWPFTableUtil.java:[39,62] cannot find symbol [ERROR] symbol: class CTShortHexNumber [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/utils/XWPFTableUtil.java:[456,19] cannot find symbol [ERROR] symbol: class CTShortHexNumber [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.utils.XWPFTableUtil [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/row/TableRowHeightValueProvider.java:[34,62] cannot find symbol [ERROR] symbol: class STHeightRule [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/styles/ValueProviderHelper.java:[27,62] cannot find symbol [ERROR] symbol: class STTblStyleOverrideType [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/styles/ValueProviderHelper.java:[36,56] package STTblStyleOverrideType does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/styles/ValueProviderHelper.java:[42,69] package STTblStyleOverrideType does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/XWPFDocumentVisitor.java:[49,72] cannot find symbol [ERROR] symbol: class CTPosH [ERROR] location: package org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/XWPFDocumentVisitor.java:[50,72] cannot find symbol [ERROR] symbol: class CTPosV [ERROR] location: package org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/XWPFDocumentVisitor.java:[51,72] cannot find symbol [ERROR] symbol: class CTWrapSquare [ERROR] location: package org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/XWPFDocumentVisitor.java:[52,72] cannot find symbol [ERROR] symbol: class STRelFromH [ERROR] location: package org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/XWPFDocumentVisitor.java:[53,72] cannot find symbol [ERROR] symbol: class STRelFromV [ERROR] location: package org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/XWPFDocumentVisitor.java:[54,72] cannot find symbol [ERROR] symbol: class STWrapText [ERROR] location: package org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/XWPFDocumentVisitor.java:[1372,50] package STRelFromH does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/XWPFDocumentVisitor.java:[1372,96] package STRelFromV does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/XWPFDocumentVisitor.java:[1373,50] package STWrapText does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/XWPFDocumentVisitor.java:[1458,87] package STRelFromH does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/XWPFDocumentVisitor.java:[1459,68] package STRelFromV does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/XWPFDocumentVisitor.java:[1459,99] package STWrapText does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1589,28] cannot find symbol [ERROR] symbol: class FontsDocument [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument.FontsDocumentVisitor [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1610,22] cannot find symbol [ERROR] symbol: class FontsDocument [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument.FontsDocumentVisitor [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/TableCellMarginTopValueProvider.java:[28,62] cannot find symbol [ERROR] symbol: class CTTcMar [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/TableCellMarginTopValueProvider.java:[38,33] cannot find symbol [ERROR] symbol: class CTTcMar [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.table.cell.TableCellMarginTopValueProvider [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/OpenXMlFormatsVisitor.java:[45,72] cannot find symbol [ERROR] symbol: class STRelFromH [ERROR] location: package org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/OpenXMlFormatsVisitor.java:[46,72] cannot find symbol [ERROR] symbol: class STRelFromV [ERROR] location: package org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/OpenXMlFormatsVisitor.java:[47,72] cannot find symbol [ERROR] symbol: class STWrapText [ERROR] location: package org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/OpenXMlFormatsVisitor.java:[738,50] package STRelFromH does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/OpenXMlFormatsVisitor.java:[738,96] package STRelFromV does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/OpenXMlFormatsVisitor.java:[739,50] package STWrapText does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/OpenXMlFormatsVisitor.java:[779,118] package org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing.STRelFromH does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/OpenXMlFormatsVisitor.java:[781,118] package org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing.STRelFromV does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/openxmlformats/OpenXMlFormatsVisitor.java:[782,53] package STWrapText does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/utils/XWPFUtils.java:[30,62] cannot find symbol [ERROR] symbol: class CTSectType [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/utils/XWPFUtils.java:[32,62] cannot find symbol [ERROR] symbol: class STSectionMark [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/utils/XWPFUtils.java:[55,127] package org.openxmlformats.schemas.wordprocessingml.x2006.main.STPageOrientation does not exist [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/AbstractValueProvider.java:[102,26] reference to getValueFromTableStyleId is ambiguous [ERROR] both method getValueFromTableStyleId(XWPFElement,fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument,java.lang.String,fr.opensagres.poi.xwpf.converter.core.styles.TableCellInfo) in fr.opensagres.poi.xwpf.converter.core.styles.AbstractValueProvider and method getValueFromTableStyleId(XWPFElement,fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument,java.lang.String,Enum) in fr.opensagres.poi.xwpf.converter.core.styles.AbstractValueProvider match [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/AbstractValueProvider.java:[180,96] cannot find symbol [ERROR] symbol: class STTblStyleOverrideType [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/AbstractValueProvider.java:[189,96] cannot find symbol [ERROR] symbol: class STTblStyleOverrideType [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/AbstractValueProvider.java:[198,96] cannot find symbol [ERROR] symbol: class STTblStyleOverrideType [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/AbstractValueProvider.java:[207,96] cannot find symbol [ERROR] symbol: class STTblStyleOverrideType [ERROR] location: package org.openxmlformats.schemas.wordprocessingml.x2006.main [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/AbstractValueProvider.java:[241,9] cannot find symbol [ERROR] symbol: class CTTblStylePr [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.AbstractValueProvider<Value,XWPFElement> [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/AbstractTableCellValueProvider.java:[41,19] name clash: getTcPr(org.apache.poi.xwpf.usermodel.XWPFTableCell) in fr.opensagres.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider overrides a method whose erasure is the same as another method, yet neither overrides the other [ERROR] first method: getTcPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle) in fr.opensagres.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider [ERROR] second method: getTcPr(CTTblStylePr) in fr.opensagres.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/table/cell/AbstractTableCellValueProvider.java:[61,19] name clash: getTcPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults) in fr.opensagres.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider overrides a method whose erasure is the same as another method, yet neither overrides the other [ERROR] first method: getTcPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle) in fr.opensagres.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider [ERROR] second method: getTcPr(CTTblStylePr) in fr.opensagres.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[235,15] cannot find symbol [ERROR] symbol: class FontsDocument [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[238,18] cannot find symbol [ERROR] symbol: class CTFont [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[239,19] cannot find symbol [ERROR] symbol: class CTFont [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1279,65] incompatible types: org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth cannot be converted to java.lang.Float [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1289,68] incompatible types: org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth cannot be converted to java.lang.Float [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1299,66] incompatible types: org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth cannot be converted to java.lang.Float [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1309,67] incompatible types: org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth cannot be converted to java.lang.Float [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1386,14] cannot find symbol [ERROR] symbol: class CTTblStylePr [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1387,15] cannot find symbol [ERROR] symbol: class CTTblStylePr [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1413,17] cannot find symbol [ERROR] symbol: class CTTwipsMeasure [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1589,74] cannot find symbol [ERROR] symbol: class FontsDocument [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument.FontsDocumentVisitor [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1600,33] cannot find symbol [ERROR] symbol: class FontsDocument [ERROR] location: class fr.opensagres.poi.xwpf.converter.core.styles.XWPFStylesDocument.FontsDocumentVisitor [ERROR] /Users/pj.fanning/code/xdocreport/thirdparties-extension/fr.opensagres.poi.xwpf.converter.core/src/main/java/fr/opensagres/poi/xwpf/converter/core/styles/XWPFStylesDocument.java:[1600,76] package FontsDocument does not exist [ERROR] -> [Help 1] -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org