See <https://builds.apache.org/job/POI-DSL-OpenJDK/66/changes>
Changes: [onealj] Per JavaDoc and tallison, XWPFTableCell#getVerticalAlignment() should return null if valign is not set. Patch from prasad-babu. This closes #30 on GitHub. https://github.com/apache/poi/pull/30#issuecomment-186224438 [onealj] bug 59227/github-48 [onealj] update changelog for bug 59227 [onealj] bug 59227: set charset to UTF-8 to avoid editor problems [onealj] bug 59227: parse dates formatted in Japanese or Chinese. Change javac source encoding from ASCII to UTF-8 (same as build.gradle). Patch from jzhao. This closes #48 on Github. [onealj] target version 3.16-beta3 [onealj] Convert all *.java files to use native end of line character(s) $ dos2unix `find -name *.java` $ svn propset svn:eol-style native `find -name *.java` [onealj] update changelog for bug 59983 [onealj] bug 59983: correctly update shared formulas when shifting rows. Thanks to Luca Martini for the initial failing unit test with test file and Chiara Marcheschi for the patch [onealj] +svn:eol-style native [kiwiwings] add #60625 and #60626 [kiwiwings] #60625 - Rendering issue with background and shape overlayed by image [kiwiwings] #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStream ------------------------------------------ [...truncated 1974 lines...] [java] /xl/_rels/workbook.xml.rels [java] application/vnd.openxmlformats-package.relationships+xml [java] 980 bytes [java] /xl/sharedStrings.xml [java] application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml [java] 477 bytes [java] 0 relations [java] /xl/styles.xml [java] application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml [java] 2237 bytes [java] 0 relations [java] /xl/theme/theme1.xml [java] application/vnd.openxmlformats-officedocument.theme+xml [java] 6995 bytes [java] 0 relations [java] /xl/workbook.xml [java] application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml [java] 624 bytes [java] 6 relations [java] Relationship: [java] From: /xl/workbook.xml [java] To: /xl/worksheets/sheet1.xml [java] ID: rId1 [java] Mode: INTERNAL [java] Type: http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet [java] Relationship: [java] From: /xl/workbook.xml [java] To: /xl/worksheets/sheet2.xml [java] ID: rId2 [java] Mode: INTERNAL [java] Type: http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet [java] Relationship: [java] From: /xl/workbook.xml [java] To: /xl/worksheets/sheet3.xml [java] ID: rId3 [java] Mode: INTERNAL [java] Type: http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet [java] Relationship: [java] From: /xl/workbook.xml [java] To: /xl/theme/theme1.xml [java] ID: rId4 [java] Mode: INTERNAL [java] Type: http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme [java] Relationship: [java] From: /xl/workbook.xml [java] To: /xl/styles.xml [java] ID: rId5 [java] Mode: INTERNAL [java] Type: http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles [java] Relationship: [java] From: /xl/workbook.xml [java] To: /xl/sharedStrings.xml [java] ID: rId6 [java] Mode: INTERNAL [java] Type: http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings [java] /xl/worksheets/sheet1.xml [java] application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml [java] 1814 bytes [java] 0 relations [java] /xl/worksheets/sheet2.xml [java] application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml [java] 439 bytes [java] 0 relations [java] /xl/worksheets/sheet3.xml [java] application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml [java] 439 bytes [java] 0 relations [java] [java] Relationship: [java] From: / [java] To: /xl/workbook.xml [java] ID: rId1 [java] Mode: INTERNAL [java] Type: http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument [java] Relationship: [java] From: / [java] To: /docProps/core.xml [java] ID: rId2 [java] Mode: INTERNAL [java] Type: http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties [java] Relationship: [java] From: / [java] To: /docProps/app.xml [java] ID: rId3 [java] Mode: INTERNAL [java] Type: http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties [java] ....................................................................I.......................................................................E.E...............................................................................BorderStyle short usage [java] ...FillPatternType short usage [java] ....setCellStyleProps start [java] HorizontalAlignment short usage [java] HorizontalAlignment short usage [java] setCellStyleProps nearing end [java] .......BorderStyle short usage [java] ...FillPatternType short usage [java] ....setCellStyleProps start [java] HorizontalAlignment short usage [java] HorizontalAlignment short usage [java] setCellStyleProps nearing end [java] ...............Took: 1618ms [java] org.apache.poi.openxml4j.exceptions.NotOfficeXmlFileException: No valid entries or contents found, this is not a valid OOXML (Office Open XML) file [java] at org.apache.poi.openxml4j.opc.ZipPackage.getPartsImpl(ZipPackage.java:286) [java] at org.apache.poi.openxml4j.opc.OPCPackage.getParts(OPCPackage.java:758) [java] at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:298) [java] at org.apache.poi.openxml4j.opc.TestPackage.testCorruptFile(TestPackage.java:953) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [java] at java.lang.reflect.Method.invoke(Method.java:622) [java] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [java] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [java] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [java] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [java] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [java] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [java] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [java] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [java] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [java] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [java] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [java] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [java] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [java] at org.junit.runners.Suite.runChild(Suite.java:128) [java] at org.junit.runners.Suite.runChild(Suite.java:27) [java] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [java] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [java] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [java] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [java] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [java] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:115) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:105) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:94) [java] at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:131) [java] at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:88) [java] ........................I...............................org.apache.poi.openxml4j.exceptions.NotOfficeXmlFileException [java] No valid entries or contents found, this is not a valid OOXML (Office Open XML) file [java] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [java] SLF4J: Defaulting to no-operation (NOP) logger implementation [java] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [java] .........I..........................................................................................................................I.......................................................................................................................................Cell formula evaluation currently unsupported [java] Array formulas currently unsupported [java] ............................................................................................................................................................I.....Cell: 3E-104 [java] Cell: 5E-104 [java] Cell: 5E-106 [java] Cell: [java] .II........I.I........................I........Reading row 0, col 1 [java] Formula:A1 [java] Formula Result Type:STRING [java] Reading row 1, col 1 [java] Formula:A1 [java] Formula Result Type:STRING [java] .I.....I............................................................................................................................................................................I..............III.II.I.......I.......I.....I..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................I.....I.....................................................................................I.................................................................................................................................................................................Setting col: 0 and row 0 [java] Setting col: 1 and row 1 [java] .............................................................................................................................................................11 [java] Calibri [java] .I..I.I.I...................................... [java] Time: 116.25 [java] There were 2 failures: [java] 1) testCellVerticalAlign(org.apache.poi.xwpf.usermodel.TestXWPFTableCell) [java] junit.framework.AssertionFailedError: expected:<TOP> but was:<null> [java] at junit.framework.Assert.fail(Assert.java:57) [java] at junit.framework.Assert.failNotEquals(Assert.java:329) [java] at junit.framework.Assert.assertEquals(Assert.java:78) [java] at junit.framework.Assert.assertEquals(Assert.java:86) [java] at junit.framework.TestCase.assertEquals(TestCase.java:253) [java] at org.apache.poi.xwpf.usermodel.TestXWPFTableCell.testCellVerticalAlign(TestXWPFTableCell.java:109) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [java] at java.lang.reflect.Method.invoke(Method.java:622) [java] at junit.framework.TestCase.runTest(TestCase.java:176) [java] at junit.framework.TestCase.runBare(TestCase.java:141) [java] at junit.framework.TestResult$1.protect(TestResult.java:122) [java] at junit.framework.TestResult.runProtected(TestResult.java:142) [java] at junit.framework.TestResult.run(TestResult.java:125) [java] at junit.framework.TestCase.run(TestCase.java:129) [java] at junit.framework.TestSuite.runTest(TestSuite.java:252) [java] at junit.framework.TestSuite.run(TestSuite.java:247) [java] at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) [java] at org.junit.runners.Suite.runChild(Suite.java:128) [java] at org.junit.runners.Suite.runChild(Suite.java:27) [java] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [java] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [java] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [java] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [java] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [java] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:115) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:105) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:94) [java] at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:131) [java] at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:88) [java] 2) testCellVerticalAlign2(org.apache.poi.xwpf.usermodel.TestXWPFTableCell) [java] junit.framework.AssertionFailedError [java] at junit.framework.Assert.fail(Assert.java:55) [java] at junit.framework.Assert.assertTrue(Assert.java:22) [java] at junit.framework.Assert.assertNotNull(Assert.java:256) [java] at junit.framework.Assert.assertNotNull(Assert.java:248) [java] at junit.framework.TestCase.assertNotNull(TestCase.java:417) [java] at org.apache.poi.xwpf.usermodel.TestXWPFTableCell.testCellVerticalAlign2(TestXWPFTableCell.java:123) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [java] at java.lang.reflect.Method.invoke(Method.java:622) [java] at junit.framework.TestCase.runTest(TestCase.java:176) [java] at junit.framework.TestCase.runBare(TestCase.java:141) [java] at junit.framework.TestResult$1.protect(TestResult.java:122) [java] at junit.framework.TestResult.runProtected(TestResult.java:142) [java] at junit.framework.TestResult.run(TestResult.java:125) [java] at junit.framework.TestCase.run(TestCase.java:129) [java] at junit.framework.TestSuite.runTest(TestSuite.java:252) [java] at junit.framework.TestSuite.run(TestSuite.java:247) [java] at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) [java] at org.junit.runners.Suite.runChild(Suite.java:128) [java] at org.junit.runners.Suite.runChild(Suite.java:27) [java] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [java] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [java] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [java] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [java] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [java] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:115) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:105) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:94) [java] at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:131) [java] at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:88) [java] [java] FAILURES!!! [java] Tests run: 2135, Failures: 2 [java] [java] Exception in thread "main" java.lang.RuntimeException: Tests did not succeed, cannot build ooxml-lite jar [java] at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:133) [java] at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:88) BUILD FAILED <https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build.xml>:1624: Java returned: 1 Total time: 2 minutes 47 seconds Build step 'Invoke Ant' marked build as failure Skipping publisher since build result is FAILURE Archiving artifacts Compressed 66.31 MB of artifacts by 100.0% relative to #65 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: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org