See <https://builds.apache.org/job/POI/141/changes>

Changes:

[nick] More unit tests for column conversion, and avoid the use of Math.pow 
based on the suggestion from github-6

[centic] Tried to reproduce Bug 47090, but seems to be fixed now.

[centic] Add testcase which tries to reproduce Bug 48495, but seems to be fixed
now.

[centic] Some Eclipse warnings removed

[nick] Add some explicit tests for column letter to/from number conversion

[nick] Remove some @author tags, as per 
http://poi.apache.org/guidelines.html#CodeStyle

[nick] Start to remove @author tags, as per 
http://poi.apache.org/guidelines.html#CodeStyle

[nick] Inspired by github pull-6, use a StringBuilder for quicker string 
appending

[centic] fix some Eclipse warnings, adjust some unit tests slightly

------------------------------------------
[...truncated 351 lines...]
     [java] ==Time:Sun Nov 11 23:59:59 UTC 2012
     [java] ==Time:Sun Nov 11 23:59:59 UTC 2012
     [java] ==Time:Sun Nov 11 23:59:58 UTC 2012
     [java] ==Time:Sun Nov 11 23:59:58 UTC 2012
     [java] ==Time:Sun Nov 11 23:59:58 UTC 2012
     [java] ==Time:Sun Nov 11 23:59:58 UTC 2012
     [java] ==Time:Sun Nov 11 23:59:58 UTC 2012
     [java] ==Time:Sun Nov 11 23:59:58 UTC 2012
     [java] ==Time:Sun Nov 11 23:59:58 UTC 2012
     [java] ==Time:Sun Nov 11 23:59:58 UTC 2012
     [java] ==Time:Sun Nov 11 23:59:58 UTC 2012
     [java] ==Time:Sun Nov 11 23:59:58 UTC 2012
     [java] .F...................
     [java] .........................................
     [java] .........................................
     [java] ................................F.........
     [java] ..E.E......................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] ....Done
     [java] .....................................
     [java] ......................E...................
     [java] .........................................
     [java] ......E.F.F.F.F.F..............................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] ....
     [java] Time: 31.831
     [java] There were 6 errors:
     [java] 1) 
testCellBounds(org.apache.poi.xssf.streaming.TestSXSSFRow)java.lang.NullPointerException
     [java]     at 
org.apache.poi.ss.usermodel.BaseTestRow.baseTestCellBounds(BaseTestRow.java:187)
     [java]     at 
org.apache.poi.xssf.streaming.TestSXSSFRow.testCellBounds(TestSXSSFRow.java:46)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:105)
     [java]     at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:79)
     [java] 2) 
testBug53798XLSX(org.apache.poi.xssf.usermodel.TestUnfixedBugs)org.apache.xmlbeans.impl.values.XmlValueDisconnectedException
     [java]     at 
org.apache.xmlbeans.impl.values.XmlObjectBase.check_orphaned(XmlObjectBase.java:1213)
     [java]     at 
org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTFontImpl.sizeOfBArray(Unknown
 Source)
     [java]     at 
org.apache.poi.xssf.usermodel.TestUnfixedBugs.saveAndReloadReport(TestUnfixedBugs.java:180)
     [java]     at 
org.apache.poi.xssf.usermodel.TestUnfixedBugs.bug53798Work(TestUnfixedBugs.java:138)
     [java]     at 
org.apache.poi.xssf.usermodel.TestUnfixedBugs.testBug53798XLSX(TestUnfixedBugs.java:111)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:105)
     [java]     at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:79)
     [java] 3) 
testBuiltInFormulas(org.apache.poi.xssf.usermodel.TestXSSFFormulaParser)org.apache.poi.ss.formula.FormulaParseException:
 Specified named range 'LOG10' does not exist in the current workbook.
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.parseNonRange(FormulaParser.java:569)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.parseRangeable(FormulaParser.java:429)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.parseRangeExpression(FormulaParser.java:268)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.parseSimpleFactor(FormulaParser.java:1119)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.percentFactor(FormulaParser.java:1079)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.powerFactor(FormulaParser.java:1066)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.Term(FormulaParser.java:1426)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.additiveExpression(FormulaParser.java:1526)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.concatExpression(FormulaParser.java:1510)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.comparisonExpression(FormulaParser.java:1467)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.unionExpression(FormulaParser.java:1447)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.parse(FormulaParser.java:1568)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.parse(FormulaParser.java:176)
     [java]     at 
org.apache.poi.xssf.usermodel.TestXSSFFormulaParser.parse(TestXSSFFormulaParser.java:33)
     [java]     at 
org.apache.poi.xssf.usermodel.TestXSSFFormulaParser.testBuiltInFormulas(TestXSSFFormulaParser.java:82)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:105)
     [java]     at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:79)
     [java] 4) 
testParse(org.apache.poi.xssf.usermodel.TestXSSFFormulaParser)org.apache.poi.ss.formula.FormulaParseException:
 Specified named range 'XFD1048576' does not exist in the current workbook.
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.parseNonRange(FormulaParser.java:569)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.parseRangeable(FormulaParser.java:429)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.parseRangeExpression(FormulaParser.java:268)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.parseSimpleFactor(FormulaParser.java:1119)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.percentFactor(FormulaParser.java:1079)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.powerFactor(FormulaParser.java:1066)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.Term(FormulaParser.java:1426)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.additiveExpression(FormulaParser.java:1526)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.concatExpression(FormulaParser.java:1510)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.comparisonExpression(FormulaParser.java:1467)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.unionExpression(FormulaParser.java:1447)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.parse(FormulaParser.java:1568)
     [java]     at 
org.apache.poi.ss.formula.FormulaParser.parse(FormulaParser.java:176)
     [java]     at 
org.apache.poi.xssf.usermodel.TestXSSFFormulaParser.parse(TestXSSFFormulaParser.java:33)
     [java]     at 
org.apache.poi.xssf.usermodel.TestXSSFFormulaParser.testParse(TestXSSFFormulaParser.java:55)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:105)
     [java]     at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:79)
     [java] 5) 
testCellBounds(org.apache.poi.xssf.usermodel.TestXSSFRow)java.lang.NullPointerException
     [java]     at 
org.apache.poi.ss.usermodel.BaseTestRow.baseTestCellBounds(BaseTestRow.java:187)
     [java]     at 
org.apache.poi.xssf.usermodel.TestXSSFRow.testCellBounds(TestXSSFRow.java:38)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:105)
     [java]     at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:79)
     [java] 6) 
testEmbeded(org.apache.poi.extractor.TestExtractorFactory)java.lang.NullPointerException
     [java]     at 
org.apache.poi.POIOLE2TextExtractor.getRoot(POIOLE2TextExtractor.java:67)
     [java]     at 
org.apache.poi.extractor.ExtractorFactory.getEmbededDocsTextExtractors(ExtractorFactory.java:277)
     [java]     at 
org.apache.poi.extractor.TestExtractorFactory.testEmbeded(TestExtractorFactory.java:532)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:105)
     [java]     at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:79)
     [java] There were 7 failures:
     [java] 1) 
testBug54084Unicode(org.apache.poi.xssf.usermodel.TestUnfixedBugs)junit.framework.ComparisonFailure:
 The data in the text-file should exactly match the data that we read from the 
workbook expected:<[?????????????????????????????????????????????????]> but 
was:<[??????????????????????????????????????????????????????????????????????????????????????????????????]>
     [java]     at 
org.apache.poi.xssf.usermodel.TestUnfixedBugs.verifyBug54084Unicode(TestUnfixedBugs.java:84)
     [java]     at 
org.apache.poi.xssf.usermodel.TestUnfixedBugs.testBug54084Unicode(TestUnfixedBugs.java:66)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:105)
     [java]     at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:79)
     [java] 2) 
testEvaluateColumnGreaterThan255(org.apache.poi.xssf.usermodel.TestXSSFFormulaEvaluation)junit.framework.AssertionFailedError:
 Wrong evaluation result in LI1 expected:<246.0> but was:<0.0>
     [java]     at 
org.apache.poi.xssf.usermodel.TestXSSFFormulaEvaluation.testEvaluateColumnGreaterThan255(TestXSSFFormulaEvaluation.java:84)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:105)
     [java]     at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:79)
     [java] 3) 
testPreferEventBased(org.apache.poi.extractor.TestExtractorFactory)junit.framework.AssertionFailedError:
 expected:<false> but was:<true>
     [java]     at 
org.apache.poi.extractor.TestExtractorFactory.testPreferEventBased(TestExtractorFactory.java:455)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:105)
     [java]     at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:79)
     [java] 4) 
testPackage(org.apache.poi.extractor.TestExtractorFactory)junit.framework.AssertionFailedError
     [java]     at 
org.apache.poi.extractor.TestExtractorFactory.testPackage(TestExtractorFactory.java:419)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:105)
     [java]     at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:79)
     [java] 5) 
testPOIFS(org.apache.poi.extractor.TestExtractorFactory)junit.framework.AssertionFailedError
     [java]     at 
org.apache.poi.extractor.TestExtractorFactory.testPOIFS(TestExtractorFactory.java:339)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:105)
     [java]     at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:79)
     [java] 6) 
testFile(org.apache.poi.extractor.TestExtractorFactory)junit.framework.AssertionFailedError
     [java]     at 
org.apache.poi.extractor.TestExtractorFactory.testFile(TestExtractorFactory.java:113)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:105)
     [java]     at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:79)
     [java] 7) 
testInputStream(org.apache.poi.extractor.TestExtractorFactory)junit.framework.AssertionFailedError
     [java]     at 
org.apache.poi.extractor.TestExtractorFactory.testInputStream(TestExtractorFactory.java:235)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:105)
     [java]     at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:79)
     [java] 
     [java] FAILURES!!!
     [java] Tests run: 906,  Failures: 7,  Errors: 6
     [java] 
     [java] Copying classes to 
<https://builds.apache.org/job/POI/ws/build/ooxml-lite-classes>
     [java] Copying .xsb resources

compile-all:

jacocotask:
     [echo] Coverage reporting: ${coverage.enabled}

-test-main-check:

test-main:
    [junit] Running org.apache.poi.TestPOIDocumentMain
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.372 sec
    [junit] Running org.apache.poi.ddf.TestEscherBSERecord
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.018 sec
    [junit] Running org.apache.poi.ddf.TestEscherBlipRecord
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.243 sec
    [junit] Running org.apache.poi.ddf.TestEscherBlipWMFRecord
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.poi.ddf.TestEscherBoolProperty
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.poi.ddf.TestEscherChildAnchorRecord
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.poi.ddf.TestEscherClientAnchorRecord
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.poi.ddf.TestEscherClientDataRecord
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.poi.ddf.TestEscherContainerRecord
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.poi.ddf.TestEscherDgRecord
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.poi.ddf.TestEscherDggRecord
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.poi.ddf.TestEscherOptRecord
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.poi.ddf.TestEscherProperty
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.ddf.TestEscherPropertyFactory
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.poi.ddf.TestEscherSpRecord
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.ddf.TestEscherSpgrRecord
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.poi.ddf.TestEscherSplitMenuColorsRecord
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.ddf.TestUnknownEscherRecord
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.poi.hpsf.TestVariantSupport
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.hpsf.basic.TestBasic
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.038 sec
    [junit] Running org.apache.poi.hpsf.basic.TestClassID
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.poi.hpsf.basic.TestEmptyProperties
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.029 sec
    [junit] Running org.apache.poi.hpsf.basic.TestHPSFBugs
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.019 sec
    [junit] Running org.apache.poi.hpsf.basic.TestMetaDataIPI
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.7 sec
    [junit] Running org.apache.poi.hpsf.basic.TestReadAllFiles
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.764 sec
    [junit] Running org.apache.poi.hpsf.basic.TestUnicode
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.hpsf.basic.TestWrite
    [junit] Your default character set is US-ASCII. However, this testcase must 
be run in an environment with a default character set supporting at least 
8-bit-characters. You can achieve this by setting the LANG environment variable 
to a proper value, e.g. "de_DE". This testcase is skipped.
    [junit] Your default character set is US-ASCII. However, this testcase must 
be run in an environment with a default character set supporting at least 
8-bit-characters. You can achieve this by setting the LANG environment variable 
to a proper value, e.g. "de_DE". This testcase is skipped for the default 
codepage.
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.177 sec
    [junit] Running org.apache.poi.hpsf.basic.TestWriteWellKnown
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.036 sec
    [junit] Running org.apache.poi.hpsf.extractor.TestHPSFPropertiesExtractor
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.086 sec
    [junit] Running org.apache.poi.hssf.eventmodel.TestAbortableListener
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.03 sec
    [junit] Running org.apache.poi.hssf.eventmodel.TestEventRecordFactory
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.poi.hssf.eventusermodel.TestEventWorkbookBuilder
    [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0.066 sec

BUILD FAILED
<https://builds.apache.org/job/POI/ws/build.xml>:742: Tests failed

Total time: 1 minute 37 seconds
Build step 'Invoke Ant' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts

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

Reply via email to