See <https://builds.apache.org/job/POI-with-old-Xerces/126/changes>

Changes:

[onealj] update changelog for bug 60153

[onealj] bug 60153: patch from PJ Fanning to demonstrate that SXSSFWorkbook 
SheetDataWriter can write encrypted temporary files to disk and the workbook 
can be AES encrypted when written to disk for a fully secure disk environment

[onealj] fix findbugs warning BC_VACUOUS_INSTANCEOF from bug 55075

[onealj] bug 60228: getCellTypeEnum should not be deprecated until after 
getCellType returns a CellType enum

[onealj] bug 60153: findbugs OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE close 
opened streams if an exception is raised while decorating the stream

[onealj] bug 55075: add missing import

[onealj] update changelog for bug 51233 and 55075

[onealj] bug 55075: remove wildcard import; previous commit contributed by 
Frank Ploessel

[onealj] bug 55075,51233: create drawings with correct height when rows are 
custom height

[onealj] bug 60021: add note that EncryptionInfo may require poi-ooxml.jar to 
run EncryptionModes

[onealj] bug 60153: encrypt SXSSF temporary files; patch from PJ Fanning

[onealj] update changelog for bug 60197

[onealj] bug 60197: Workbook#setSheetOrder should update named range sheet 
indices

[onealj] bug 60219: add disabled unit test for parsing formulas containing 
external workbook references with a quoted sheet name

[kiwiwings] Bug 60003 - Regression: HSLF Powerpoint text extractor from footer 
of master slide

[kiwiwings] Bug 60226 - ClassLoader workaround for OSGI when processing OOXML 
files

[centic] Add initial compile steps with a simple multi-project setup to 
build.gradle
Adjust some tests to make them run fine in the Gradle build as well

[onealj] bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; 
patch from Daniel Kueppers

[centic] Bug 59958: Add simple test-case

[centic] Use IOUtils.closeQuietly() in more places
Avoid two possible file-handle leaks when opening files fails with an exception
Make tests close resources properly to not spam the output when running with 
file-leak-detector

[centic] Bug 53028: Broken auto fit row height in the cells with word wrap

[centic] Print out size of extracted text in CommandLineExtractor

[centic] Some IDE warning fixes and unit test adjustments

[onealj] announce 15 year anniversary

[nick] Javadoc fixes

[jmarkmurphy] Add PropertyTemplate for drawing Borders (58787)

------------------------------------------
[...truncated 5400 lines...]
AU        src/documentation/resources/images/asf_logo.png
AU        src/documentation/resources/images/logoRussellBeattie1.png
AU        src/documentation/resources/images/logoRussellBeattie2.png
AU        src/documentation/resources/images/logoRussellBeattie3.png
AU        src/documentation/resources/images/logoRussellBeattie4.png
AU        src/documentation/resources/images/logoRussellBeattie5.png
AU        src/documentation/resources/images/logoKarmokar2s.png
A         src/documentation/README.txt
At revision 1763975

At revision 1763975

No changes for http://svn.apache.org/repos/asf/poi/site/forrest.properties 
since the previous build
[EnvInject] - Executing scripts and injecting environment variables after the 
SCM step.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.UTF-8

[EnvInject] - Variables injected successfully.
[POI-with-old-Xerces] $ /bin/bash -xe /tmp/hudson7480821932784342190.sh
+ svn status
    X   forrest.properties
X       src/documentation

Performing status on external item at 'src/documentation':
+ mkdir -p compile-lib
+ test -f compile-lib/xercesImpl-2.6.1.jar
+ wget -O compile-lib/xercesImpl-2.6.1.jar 
http://repo1.maven.org/maven2/xerces/xercesImpl/2.6.1/xercesImpl-2.6.1.jar
--2016-10-09 13:16:57--  
http://repo1.maven.org/maven2/xerces/xercesImpl/2.6.1/xercesImpl-2.6.1.jar
Resolving repo1.maven.org (repo1.maven.org)... 151.101.52.209
Connecting to repo1.maven.org (repo1.maven.org)|151.101.52.209|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 959368 (937K) [application/java-archive]
Saving to: ‘compile-lib/xercesImpl-2.6.1.jar’

     0K .......... .......... .......... .......... ..........  5% 2.50M 0s
    50K .......... .......... .......... .......... .......... 10%  268M 0s
   100K .......... .......... .......... .......... .......... 16%  275M 0s
   150K .......... .......... .......... .......... .......... 21% 10.2M 0s
   200K .......... .......... .......... .......... .......... 26% 11.6M 0s
   250K .......... .......... .......... .......... .......... 32% 1.05M 0s
   300K .......... .......... .......... .......... .......... 37%  141M 0s
   350K .......... .......... .......... .......... .......... 42%  146M 0s
   400K .......... .......... .......... .......... .......... 48%  316M 0s
   450K .......... .......... .......... .......... .......... 53% 11.2M 0s
   500K .......... .......... .......... .......... .......... 58% 4.13M 0s
   550K .......... .......... .......... .......... .......... 64%  120M 0s
   600K .......... .......... .......... .......... .......... 69% 10.3M 0s
   650K .......... .......... .......... .......... .......... 74% 14.0M 0s
   700K .......... .......... .......... .......... .......... 80% 13.9M 0s
   750K .......... .......... .......... .......... .......... 85% 15.8M 0s
   800K .......... .......... .......... .......... .......... 90% 17.0M 0s
   850K .......... .......... .......... .......... .......... 96% 17.3M 0s
   900K .......... .......... .......... ......               100% 20.7M=0.1s

2016-10-09 13:16:57 (7.95 MB/s) - ‘compile-lib/xercesImpl-2.6.1.jar’ saved 
[959368/959368]

[POI-with-old-Xerces] $ /home/jenkins/tools/ant/apache-ant-1.8.4/bin/ant 
-Dcoverage.enabled=true -Dadditionaljar=compile-lib/xercesImpl-2.6.1.jar clean 
jenkins
Buildfile: <https://builds.apache.org/job/POI-with-old-Xerces/ws/build.xml>

clean:

check-jars:
   [delete] Deleting 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/compile-lib/xercesImpl-2.6.1.jar>

fetch-jars:
      [get] Getting: 
https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/lib/commons-logging-1.2.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/lib/commons-codec-1.10.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/lib/log4j-1.2.17.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/lib/junit-4.12.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/lib/hamcrest-core-1.3.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/lib/ant-1.9.4.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/lib/ant-launcher-1.9.4.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/lib/asm-all-5.0.3.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/jacoco/jacoco/0.7.7.201606060606/jacoco-0.7.7.201606060606.zip
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/lib/jacoco-0.7.7.201606060606.zip>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/lib/commons-collections4-4.1.jar>
    [unzip] Expanding: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/lib/jacoco-0.7.7.201606060606.zip>
 into <https://builds.apache.org/job/POI-with-old-Xerces/ws/>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/lib/apache-rat-0.12.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/de/thetaphi/forbiddenapis/2.1/forbiddenapis-2.1.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/lib/forbiddenapis-2.1.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/bouncycastle/bcprov-ext-jdk15on/1.54/bcprov-ext-jdk15on-1.54.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/compile-lib/bcprov-ext-jdk15on-1.54.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.54/bcpkix-jdk15on-1.54.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/compile-lib/bcpkix-jdk15on-1.54.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/santuario/xmlsec/2.0.6/xmlsec-2.0.6.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/compile-lib/xmlsec-2.0.6.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/compile-lib/slf4j-api-1.7.12.jar>

check-ooxml-jars:

fetch-ooxml-jars:
      [get] Getting: 
https://repo1.maven.org/maven2/com/github/virtuald/curvesapi/1.04/curvesapi-1.04.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/curvesapi-1.04.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/xmlbeans-2.3.0.jar.orig>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.jar
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/xmlbeans-2.6.0.jar.orig>
      [zip] Building zip: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/xmlbeans-2.3.0.jar>
      [zip] Building zip: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/xmlbeans-2.6.0.jar>

init:
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/test-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/test-results>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/scratchpad-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/scratchpad-test-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/scratchpad-test-results>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/geometry-java>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/ooxml-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/ooxml-test-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/ooxml-test-results>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/excelant-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/excelant-test-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/excelant-test-results>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/examples-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/integration-test-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/126/artifact/build/integration-test-results>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/dist>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/tmp/site/build/site>
     [echo] Using Ant: Apache Ant(TM) version 1.8.4 compiled on May 22 2012 
from /home/jenkins/tools/ant/apache-ant-1.8.4, Ant detected Java 1.6 (may be 
different than actual Java sometimes...)
     [echo] Using Java: 1.6.0_45/1.6.0_45-b06/20.45-b01/Java HotSpot(TM) 64-Bit 
Server VM from Sun Microsystems Inc. on Linux: 3.13.0-92-generic
     [echo] Using Findbugs: 2.0.3 for Java 1.6.0_45

compile-main:
    [javac] Compiling 1194 source files to 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/classes>
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/src/java/org/apache/poi/hpsf/CustomProperties.java>
 uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 532 source files to 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/test-classes>
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/src/testcases/org/apache/poi/util/LocalTestNode.java>
 uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
     [copy] Copying 4 files to 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/classes>

check-ooxml-xsds:

fetch-ooxml-xsds:
      [get] Getting: 
http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%204%20(PDF).zip
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/OfficeOpenXML-Part4.zip>
      [get] Getting: 
http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%202%20(PDF).zip
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/OfficeOpenXML-Part2.zip>
      [get] Getting: 
https://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/xmldsig-core-schema.xsd>
      [get] Getting: http://uri.etsi.org/01903/v1.3.2/XAdES.xsd
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/XAdES.xsd>
      [get] Getting: http://uri.etsi.org/01903/v1.4.1/XAdESv141.xsd
      [get] To: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/XAdESv141.xsd>
    [unzip] Expanding: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/OfficeOpenXML-Part4.zip>
 into <https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib>
    [unzip] Expanding: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/OfficeOpenXML-Part2.zip>
 into <https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib>
    [unzip] Expanding: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/OfficeOpenXML-Part4.zip>
 into <https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib>

generate-geometry:

compile-scratchpad:
    [javac] Compiling 466 source files to 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/scratchpad-classes>
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Compiling 185 source files to 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/scratchpad-test-classes>
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
     [copy] Copying 2 files to 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/scratchpad-classes>

check-compiled-ooxml-xsds:

compile-ooxml-xsds:
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-xsds>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-sources>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-classes>
     [copy] Copying 2 files to 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-xsds>
     [copy] Copying 87 resources to 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-xsds>
  [xmlbean] Time to build schema type system: 3.627 seconds
  [xmlbean] Time to generate code: 13.21 seconds
     [copy] Copying 7 files to 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-sources>
    [javac] Compiling 4575 source files to 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-classes>
    [javac] Note: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-sources/org/apache/poi/POIXMLTypeLoader.java>
 uses or overrides 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.
      [jar] Building jar: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/ooxml-schemas-1.3.jar>
      [jar] Building jar: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/ooxml-schemas-1.3-sources.jar>
   [delete] Deleting directory 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-xsds>
   [delete] Deleting directory 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-sources>
   [delete] Deleting directory 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-xsds>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-sources>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-classes>
     [copy] Copying 10 files to 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-xsds>
     [copy] Copying 2 resources to 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-xsds>
  [xmlbean] Time to build schema type system: 0.917 seconds
  [xmlbean] Time to generate code: 0.852 seconds
     [copy] Copying 7 files to 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-sources>
    [javac] Compiling 379 source files to 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-classes>
    [javac] Note: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-sources/org/apache/poi/POIXMLTypeLoader.java>
 uses or overrides 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.
      [jar] Building jar: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/ooxml-security-1.1.jar>
      [jar] Building jar: 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/ooxml-lib/ooxml-security-1.1-sources.jar>
   [delete] Deleting directory 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-xsds>
   [delete] Deleting directory 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-sources>
   [delete] Deleting directory 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/xmlbean-classes>

compile-ooxml:
    [javac] Compiling 411 source files to 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/ooxml-classes>
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Compiling 213 source files to 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/ooxml-test-classes>
    [javac] 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFWorkbookWithCustomZipEntrySource.java>:22:
 cannot find symbol
    [javac] symbol  : class StandardCharsets
    [javac] location: package java.nio.charset
    [javac] import static java.nio.charset.StandardCharsets.UTF_8;
    [javac]                               ^
    [javac] 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFWorkbookWithCustomZipEntrySource.java>:22:
 static import only from classes and interfaces
    [javac] import static java.nio.charset.StandardCharsets.UTF_8;
    [javac] ^
    [javac] 
<https://builds.apache.org/job/POI-with-old-Xerces/ws/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFWorkbookWithCustomZipEntrySource.java>:133:
 cannot find symbol
    [javac] symbol  : variable UTF_8
    [javac] location: class 
org.apache.poi.xssf.streaming.TestSXSSFWorkbookWithCustomZipEntrySource
    [javac]         String text = new String(data, UTF_8);
    [javac]                                        ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 3 errors

BUILD FAILED
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build.xml>:1006: Compile 
failed; see the compiler error output for details.

Total time: 5 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files 
were found. Configuration error?


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

Reply via email to