See 
<https://builds.apache.org/job/POI-DSL-API-Check/564/display/redirect?page=changes>

Changes:

[kiwiwings] use Ant 1.10 for the builds

[fanningpj] add back TempFileUtils.java due to broken build

[kiwiwings] #64411 - Provide JigSaw modules
- use classpath-build for Java 8, otherwise use modulepath
- save module-info classes to source, when using Java 9+ environment
- rename example packages - otherwise package clashes occured in the tests
- move agile encryption from ooxml to main.
  remove EncryptionInfo XmlBeans and schema and use custom xml marshalling
- move ooxml test classes which reside in the same package as their tested main 
class
- rename base test classes to "BaseTest..." - temporarily I've used a light 
version of the main test classes to test scratchpad / ooxml
- build.xml - fixed the Rhino javascript errors of the dependency-macros
- DrawTextParagraph - fixed StringIndexOutOfBounds when logging set to debug 
level
- use JigSaw provider interface (= Java ServiceLoader), i.e. it wasn't possible 
(without openening everything), to access ooxml factory classes from main 
factory stub


------------------------------------------
[...truncated 61.24 KB...]
  location: class StylesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:65:
 error: cannot find symbol
    private final List<CTXf> xfs = new ArrayList<>();
                       ^
  symbol:   class CTXf
  location: class StylesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:67:
 error: cannot find symbol
    private final List<CTDxf> dxfs = new ArrayList<>();
                       ^
  symbol:   class CTDxf
  location: class StylesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:118:
 error: cannot find symbol
    private StyleSheetDocument doc;
            ^
  symbol:   class StyleSheetDocument
  location: class StylesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:99:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:100:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookViews;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:101:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:102:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:103:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedNames;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:104:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDialogsheet;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:105:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExternalReference;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:106:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:107:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCaches;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:108:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheet;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:109:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheets;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:110:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbook;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:111:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:112:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookProtection;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:113:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:114:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.STCalcMode;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:115:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.STSheetState;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:116:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.WorkbookDocument;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:41:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:42:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorderPr;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:43:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellAlignment;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:44:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:45:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:46:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:47:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPatternFill;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:48:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:49:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.STBorderStyle;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:50:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.STPatternType;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:509:
 error: cannot find symbol
    public CTXf getCellXfAt(int idx) {
           ^
  symbol:   class CTXf
  location: class StylesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:521:
 error: cannot find symbol
    public int putCellXf(CTXf cellXf) {
                         ^
  symbol:   class CTXf
  location: class StylesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:527:
 error: cannot find symbol
    public void replaceCellXfAt(int idx, CTXf cellXf) {
                                         ^
  symbol:   class CTXf
  location: class StylesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:532:
 error: cannot find symbol
    public CTXf getCellStyleXfAt(int idx) {
           ^
  symbol:   class CTXf
  location: class StylesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:549:
 error: cannot find symbol
    public int putCellStyleXf(CTXf cellStyleXf) {
                              ^
  symbol:   class CTXf
  location: class StylesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:556:
 error: cannot find symbol
    protected void replaceCellStyleXfAt(int idx, CTXf cellStyleXf) {
                                                 ^
  symbol:   class CTXf
  location: class StylesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:597:
 error: cannot find symbol
    public CTStylesheet getCTStylesheet() {
           ^
  symbol:   class CTStylesheet
  location: class StylesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:734:
 error: cannot find symbol
    private static CTXf createDefaultXf() {
                   ^
  symbol:   class CTXf
  location: class StylesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:742:
 error: cannot find symbol
    private static CTBorder createDefaultBorder() {
                   ^
  symbol:   class CTBorder
  location: class StylesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:753:
 error: cannot find symbol
    private static CTFill[] createDefaultFills() {
                   ^
  symbol:   class CTFill
  location: class StylesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:772:
 error: cannot find symbol
    public CTDxf getDxfAt(int idx) {
           ^
  symbol:   class CTDxf
  location: class StylesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:784:
 error: cannot find symbol
    public int putDxf(CTDxf dxf) {
                      ^
  symbol:   class CTDxf
  location: class StylesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFFont.java>:67:
 error: cannot find symbol
    private CTFont _ctFont;
            ^
  symbol:   class CTFont
  location: class XSSFFont
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFFont.java>:76:
 error: cannot find symbol
    public XSSFFont(CTFont font) {
                    ^
  symbol:   class CTFont
  location: class XSSFFont
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFFont.java>:88:
 error: cannot find symbol
    public XSSFFont(CTFont font, int index, IndexedColorMap colorMap) {
                    ^
  symbol:   class CTFont
  location: class XSSFFont
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFFont.java>:107:
 error: cannot find symbol
    public CTFont getCTFont() {
           ^
  symbol:   class CTFont
  location: class XSSFFont
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:26:
 error: package org.openxmlformats.schemas.spreadsheetml.x2006.main does not 
exist
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor;
                                                          ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/ThemesTable.java>:65:
 error: cannot find symbol
    private ThemeDocument theme;
            ^
  symbol:   class ThemeDocument
  location: class ThemesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/model/ThemesTable.java>:96:
 error: cannot find symbol
    public ThemesTable(ThemeDocument theme) {
                       ^
  symbol:   class ThemeDocument
  location: class ThemesTable
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.java>:37:
 error: cannot find symbol
    private CTFill _fill;
            ^
  symbol:   class CTFill
  location: class XSSFCellFill
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.java>:44:
 error: cannot find symbol
    public XSSFCellFill(CTFill fill, IndexedColorMap colorMap) {
                        ^
  symbol:   class CTFill
  location: class XSSFCellFill
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.java>:137:
 error: package STPatternType does not exist
    public STPatternType.Enum getPatternType() {
                        ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.java>:147:
 error: package STPatternType does not exist
    public void setPatternType(STPatternType.Enum patternType) {
                                            ^
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.java>:152:
 error: cannot find symbol
    private CTPatternFill ensureCTPatternFill() {
            ^
  symbol:   class CTPatternFill
  location: class XSSFCellFill
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.java>:166:
 error: cannot find symbol
    public CTFill getCTFill() {
           ^
  symbol:   class CTFill
  location: class XSSFCellFill
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: 
<https://builds.apache.org/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xslf/draw/SVGImageRenderer.java>
 uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get 
full output
100 errors

> Task :ooxml:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':ooxml:compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See 
https://docs.gradle.org/6.5/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 51s
14 actionable tasks: 13 executed, 1 up-to-date
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 29.31 MB of artifacts by 99.3% relative to #563

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to