See
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/47/display/redirect?page=changes>
Changes:
[Marius Volkhart] Remove unnecessary array conversion in HWPF FSPATable
[Marius Volkhart] Remove deprecated HWPF FSPA methods
These methods have been @Deprecated for years, and are part of @Internal
structures.
[Marius Volkhart] Improve performance of HSLFPictureData#write
[Marius Volkhart] Deprecate functions that duplicate functionality
DrawingGroupRecord#processChildRecords and
AbstractEscherHolderRecord#convertRawBytesToEscherRecords duplicate the
functionality of AbstractEscherHolderRecord#decode. This makes the code harder
to follow, as it is not clear when certain access patterns repeat. Accordingly,
these functions are deprecated and flagged for removal.
[Marius Volkhart] Review EscherContainerRecord#getChildRecords() call sites for
unnecessary work
This started off as wanting to add the EscherContainerRecord#getChildCount()
function in order to do an efficient check for how many children the container
has. This was desirable in new code for editing HSSF pictures. The existing
option of calling getChildRecords().size() was undesirable as this requires a
list copy first.
In the process of finding call sites that would benefit from replacing
getChildRecords().size(), I realized that several other patterns would benefit
from eliminating a copy, such as iterating over the children in a for-each
loop, and indexed access to specific children.
[Marius Volkhart] Add the ability to edit HSLFPictureData contents
Pictures can now be edited by calling HSLFPictureData#setData(byte[]). The
byte[] should contain the image data as an image viewer might read it.
To enable this functionality, a tighter coupling between the EscherBSERecords
of the slideshow and the HSLFPictureData was required. This ensures that
changes in image data size are accurately recorded in the records.
In the course of coupling the records and the HSLFPictureData, various
scenarios arose where a mapping of records to pictures was non-trivial.
Accordingly, the HSLFSlideShowImpl#matchPicturesAndRecords(...) function was
added to perform a more sophisticated matching pass. This function is heavily
exercised by org.apache.poi.hslf.usermodel.TestBugs.testFile[5] and
PPTX2PNG.render[2], as well as the new
TestPictures#testSlideshowWithIncorrectOffsets().
Closes #225
------------------------------------------
[...truncated 10.28 KB...]
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/lib\ooxml-batik\batik-gvt-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/lib\ooxml-batik\batik-i18n-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/lib\ooxml-batik\batik-parser-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/lib\ooxml-batik\batik-script-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/lib\ooxml-batik\batik-shared-resources-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/lib\ooxml-batik\batik-svg-dom-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/lib\ooxml-batik\batik-svggen-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/lib\ooxml-batik\batik-svgrasterizer-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/lib\ooxml-batik\batik-transcoder-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/lib\ooxml-batik\batik-util-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/lib\ooxml-batik\batik-xml-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/lib\ooxml-batik\xml-apis-ext-1.3.04.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/lib\ooxml-batik\xmlgraphics-commons-2.4.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/lib\ooxml-provided\pdfbox-2.0.22.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/lib\ooxml-provided\fontbox-2.0.22.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/lib\ooxml-provided\graphics2d-0.30.jar>
init:
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\test-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\test-results>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\scratchpad-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\scratchpad-test-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\scratchpad-test-results>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\geometry-java>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\ooxml-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\ooxml-test-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\ooxml-test-results>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\excelant-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\excelant-test-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\excelant-test-results>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\examples-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\integration-test-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\integration-test-results>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\dist>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\site>
[echo] Using Ant: Apache Ant(TM) version 1.10.9 compiled on September 27
2020 from F:\\jenkins\\tools\\ant\\latest1.10, Ant detected Java 14 (may be
different than actual Java sometimes...)
[echo] Using Java: 14-ea/14-ea+6-171/14-ea+6-171/OpenJDK 64-Bit Server VM
from Oracle Corporation on Windows Server 2016: 10.0
[echo] Building Apache POI version 5.0.1-SNAPSHOT and RC: RC1
-version-java-check:
compile-version:
[copy] Copying 1 file to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi>
[javac] Compiling 1 source file to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes>
[javac] warning: [options] bootstrap class path not set in conjunction with
-source 8
[javac] 1 warning
[delete] Deleting:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\Version.java>
compile-main:
[javac] Compiling 1171 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes>
[javac] Ignoring source, target and bootclasspath as release has been set
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\ddf\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\hssf\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\poifs\dev\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\util\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\poifs\common\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\hssf\record\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\poifs\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\poifs\crypt\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\hpsf\wellknown\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\hssf\dev\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\ss\formula\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\hpsf\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\poifs\property\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\poifs\filesystem\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\ss\formula\ptg\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\poifs\storage\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\hssf\eventusermodel\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\hssf\record\aggregates\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\ss\format\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\hssf\model\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\hssf\usermodel\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\hssf\util\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\classes\org\apache\poi\poifs\eventfilesystem\package-info.class>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\dist\maven\poi>
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\dist\maven\poi\poi-5.0.1-SNAPSHOT.jar>
[javac] Compiling 518 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\test-classes>
[javac] Ignoring source, target and bootclasspath as release has been set
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/src\testcases\org\apache\poi\sl\usermodel\BaseTestSlideShow.java>
uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\dist\maven\poi-tests\poi-5.0.1-SNAPSHOT-tests.jar>
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\dist\maven\poi\poi-5.0.1-SNAPSHOT-sources.jar>
compile-scratchpad:
[javac] Compiling 515 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\scratchpad-classes>
[javac] Ignoring source, target and bootclasspath as release has been set
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\dist\maven\poi-scratchpad>
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\dist\maven\poi-scratchpad\poi-scratchpad-5.0.1-SNAPSHOT.jar>
[javac] Compiling 197 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\scratchpad-test-classes>
[javac] Ignoring source, target and bootclasspath as release has been set
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\dist\maven\poi-scratchpad-tests\poi-scratchpad-5.0.1-SNAPSHOT-tests.jar>
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\dist\maven\poi-scratchpad\poi-scratchpad-5.0.1-SNAPSHOT-sources.jar>
check-compiled-ooxml-xsds:
compile-ooxml-xsds:
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\xmlbean-xsds>
[copy] Copying 8 files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\xmlbean-xsds>
[copy] Copying 28 resources to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\xmlbean-xsds>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\xmlbean-sources>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\xmlbean-classes>
[xmlbean] SchemaCompiler Metadata LOAD:org/apache/xmlbeans/metadata
GEN:org/apache/poi/schemas/ooxml
[xmlbean] Time to build schema type system: 4.865 seconds
[xmlbean] Time to generate code: 76.484 seconds
[javac] Compiling 5064 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\xmlbean-classes>
[javac] Ignoring source, target and bootclasspath as release has been set
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\dist\maven\poi-ooxml-full>
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\dist\maven\poi-ooxml-full\poi-ooxml-full-5.0.1-SNAPSHOT.jar>
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\dist\maven\poi-ooxml-full\poi-ooxml-full-5.0.1-SNAPSHOT-sources.jar>
compile-ooxml:
[javac] Compiling 620 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\ooxml-classes>
[javac] Ignoring source, target and bootclasspath as release has been set
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\ooxml-classes\org\apache\poi\xwpf\package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build\ooxml-classes\org\apache\poi\xssf\binary\package-info.class>
[javac] Compiling 1 source file to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/src\multimodule\ooxml\java9>
[javac] error: the unnamed module reads package org.apache.batik.xml from
both batik.xml and batik.all
[javac] error: the unnamed module reads package org.apache.batik.transcoder
from both batik.transcoder and batik.all
[javac] error: the unnamed module reads package
org.apache.batik.transcoder.print from both batik.transcoder and batik.all
[javac] error: the unnamed module reads package
org.apache.batik.transcoder.wmf from both batik.transcoder and batik.all
[javac] error: the unnamed module reads package
org.apache.batik.transcoder.wmf.tosvg from both batik.transcoder and batik.all
[javac] error: the unnamed module reads package
org.apache.batik.transcoder.svg2svg from both batik.transcoder and batik.all
[javac] error: the unnamed module reads package
org.apache.batik.transcoder.image from both batik.transcoder and batik.all
[javac] error: the unnamed module reads package
org.apache.batik.transcoder.image.resources from both batik.transcoder and
batik.all
[javac] error: the unnamed module reads package
org.apache.batik.transcoder.keys from both batik.transcoder and batik.all
[javac] error: the unnamed module reads package
org.apache.batik.apps.rasterizer from both batik.svgrasterizer and batik.all
[javac] error: the unnamed module reads package org.apache.batik.parser
from both batik.parser and batik.all
[javac] error: the unnamed module reads package org.apache.batik.gvt from
both batik.gvt and batik.all
[javac] error: the unnamed module reads package
org.apache.batik.gvt.renderer from both batik.gvt and batik.all
[javac] error: the unnamed module reads package org.apache.batik.gvt.text
from both batik.gvt and batik.all
[javac] error: the unnamed module reads package org.apache.batik.gvt.filter
from both batik.gvt and batik.all
[javac] error: the unnamed module reads package org.apache.batik.gvt.font
from both batik.gvt and batik.all
[javac] error: the unnamed module reads package org.apache.batik.gvt.event
from both batik.gvt and batik.all
[javac] error: the unnamed module reads package org.apache.batik.gvt.flow
from both batik.gvt and batik.all
[javac] error: the unnamed module reads package org.apache.batik.dom from
both batik.dom and batik.all
[javac] error: the unnamed module reads package org.apache.batik.dom.xbl
from both batik.dom and batik.all
[javac] error: the unnamed module reads package
org.apache.batik.dom.traversal from both batik.dom and batik.all
[javac] error: the unnamed module reads package org.apache.batik.dom.util
from both batik.dom and batik.all
[javac] error: the unnamed module reads package org.apache.batik.dom.events
from both batik.dom and batik.all
[javac] error: the unnamed module reads package org.apache.batik.css.engine
from both batik.css and batik.all
[javac] error: the unnamed module reads package
org.apache.batik.css.engine.value from both batik.css and batik.all
[javac] error: the unnamed module reads package
org.apache.batik.css.engine.value.svg from both batik.css and batik.all
[javac] error: the unnamed module reads package
org.apache.batik.css.engine.value.css2 from both batik.css and batik.all
[javac] error: the unnamed module reads package
org.apache.batik.css.engine.value.svg12 from both batik.css and batik.all
[javac] error: the unnamed module reads package
org.apache.batik.css.engine.sac from both batik.css and batik.all
[javac] error: the unnamed module reads package org.apache.batik.css.dom
from both batik.css and batik.all
[javac] error: the unnamed module reads package org.apache.batik.css.parser
from both batik.css and batik.all
[javac] error: the unnamed module reads package org.apache.batik.constants
from both batik.constants and batik.all
[javac] error: the unnamed module reads package org.apache.batik.bridge
from both batik.bridge and batik.all
[javac] error: the unnamed module reads package
org.apache.batik.bridge.svg12 from both batik.bridge and batik.all
[javac] error: the unnamed module reads package org.apache.batik.script
from both batik.all and batik.script
[javac] error: the unnamed module reads package
org.apache.batik.script.jpython from both batik.all and batik.script
[javac] error: the unnamed module reads package
org.apache.batik.script.rhino from both batik.all and batik.script
[javac] error: the unnamed module reads package org.apache.batik.dom.svg
from both batik.all and batik.svg.dom
[javac] error: the unnamed module reads package org.apache.batik.dom.svg12
from both batik.all and batik.svg.dom
[javac] error: the unnamed module reads package org.apache.batik.w3c.dom
from both batik.all and batik.ext
[javac] error: the unnamed module reads package
org.apache.batik.w3c.dom.events from both batik.all and batik.ext
[javac] error: the unnamed module reads package org.apache.batik.anim from
both batik.all and batik.anim
[javac] error: the unnamed module reads package
org.apache.batik.anim.timing from both batik.all and batik.anim
[javac] error: the unnamed module reads package
org.apache.batik.anim.values from both batik.all and batik.anim
[javac] error: the unnamed module reads package org.apache.batik.anim.dom
from both batik.all and batik.anim
[javac] error: the unnamed module reads package org.apache.batik from both
batik.all and batik.util
[javac] error: the unnamed module reads package org.apache.batik.util from
both batik.all and batik.util
[javac] error: the unnamed module reads package
org.apache.batik.util.resources from both batik.all and batik.util
[javac] error: the unnamed module reads package org.apache.batik.util.io
from both batik.all and batik.util
[javac] error: the unnamed module reads package org.apache.batik.ext.swing
from both batik.all and batik.awt.util
[javac] error: the unnamed module reads package org.apache.batik.ext.awt
from both batik.all and batik.awt.util
[javac] error: the unnamed module reads package
org.apache.batik.ext.awt.geom from both batik.all and batik.awt.util
[javac] error: the unnamed module reads package
org.apache.batik.ext.awt.font from both batik.all and batik.awt.util
[javac] error: the unnamed module reads package
org.apache.batik.ext.awt.image from both batik.all and batik.awt.util
[javac] error: the unnamed module reads package
org.apache.batik.ext.awt.image.renderable from both batik.all and batik.awt.util
[javac] error: the unnamed module reads package
org.apache.batik.ext.awt.image.rendered from both batik.all and batik.awt.util
[javac] error: the unnamed module reads package
org.apache.batik.ext.awt.image.spi from both batik.all and batik.awt.util
[javac] error: the unnamed module reads package
org.apache.batik.ext.awt.g2d from both batik.all and batik.awt.util
[javac] error: the unnamed module reads package
org.apache.batik.ext.awt.color from both batik.all and batik.awt.util
[javac] error: the unnamed module reads package org.apache.batik.svggen
from both batik.all and batik.svggen
[javac] error: the unnamed module reads package
org.apache.batik.svggen.font from both batik.all and batik.svggen
[javac] error: the unnamed module reads package
org.apache.batik.svggen.font.table from both batik.all and batik.svggen
[javac] error: the unnamed module reads package org.apache.batik.i18n from
both batik.all and batik.i18n
[javac] error: the unnamed module reads package
org.apache.batik.ext.awt.image.codec.png from both batik.all and batik.codec
[javac] error: the unnamed module reads package
org.apache.batik.ext.awt.image.codec.imageio from both batik.all and batik.codec
[javac] error: the unnamed module reads package
org.apache.batik.ext.awt.image.codec.util from both batik.all and batik.codec
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.xml from both batik.xml and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.transcoder from both batik.transcoder and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.transcoder.print from both batik.transcoder and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.transcoder.wmf from both batik.transcoder and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.transcoder.wmf.tosvg from both batik.transcoder and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.transcoder.svg2svg from both batik.transcoder and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.transcoder.image from both batik.transcoder and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.transcoder.image.resources from both batik.transcoder and
batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.transcoder.keys from both batik.transcoder and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.apps.rasterizer from both batik.svgrasterizer and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.parser from both batik.parser and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.gvt from both batik.gvt and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.gvt.renderer from both batik.gvt and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.gvt.text from both batik.gvt and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.gvt.filter from both batik.gvt and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.gvt.font from both batik.gvt and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.gvt.event from both batik.gvt and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.gvt.flow from both batik.gvt and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.dom from both batik.dom and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.dom.xbl from both batik.dom and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.dom.traversal from both batik.dom and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.dom.util from both batik.dom and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.dom.events from both batik.dom and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.css.engine from both batik.css and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.css.engine.value from both batik.css and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.css.engine.value.svg from both batik.css and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.css.engine.value.css2 from both batik.css and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.css.engine.value.svg12 from both batik.css and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.css.engine.sac from both batik.css and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.css.dom from both batik.css and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.css.parser from both batik.css and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.constants from both batik.constants and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.bridge from both batik.bridge and batik.all
[javac] error: module de.rototor.pdfbox.graphics2d reads package
org.apache.batik.bridge.svg12 from both batik.bridge and batik.all
[javac] 100 errors
[javac] only showing the first 100 errors, of 3697 total; use -Xmaxerrs if
you would like to see more
BUILD FAILED
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build.xml>:1227:
The following error occurred while executing this line:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.14/ws/build.xml>:1065:
Compile failed; see the compiler error output for details.
Total time: 8 minutes 26 seconds
Build step 'Invoke Ant' marked build as failure
[SpotBugs] Skipping execution of recorder since overall result is 'FAILURE'
Archiving artifacts
[Fast Archiver] Compressed 2.81 MB of artifacts by 24.5% relative to #42
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files
were found. Configuration error?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]