You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/17 13:41:18 UTC

Build failed in Jenkins: POI-with-old-Xerces #109

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

Changes:

[onealj] bug 59170: remove deprecated TableSprmUncompressor#uncompressTAP(byte[] grpprl, int offset) method

[onealj] bug 59170: fix compile error from r1753052 when removing deprecated TAP_TYPE constant

[onealj] bug 58190: add unit tests for XMLSlideShow#addPicture and XMLSlideShow#findPicture

[onealj] bug 59873: add @Internal and @Deprecated decorators to HyperlinkType enum

[onealj] bug 59264,59833,59837: upgrade deprecated methods in examples and testcases

[onealj] bug 59264,59833,59837: upgrade deprecated methods in examples and testcases

[onealj] update changelog for bugs 59791 59837 59873 under the umbrella of bug 59836

[onealj] close workbook to avoid resource leak

[onealj] bug 59170: remove deprecated constants, make private variables final, whitespace

[onealj] HexDump.writeHex is similar to Long#toHexString. Consider consolidating.

[onealj] log on unsupported Sprm operation, save operand to variable to reduce duplicated code

[onealj] whitespace (tabs to spaces)

[onealj] HWPF SectionProperties implements Cloneable

[onealj] bug 58802: javadoc fix

[onealj] bug 59873: javadoc fix

[onealj] bug 59873: javadoc fix

[onealj] bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage

[onealj] bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage

[centic] Bug 58802: HWPF: Allow reading of footnote and endnote properties

[centic] Bug 59665: Using HSSFWorkbook#setSheetOrder to move sheets to the end corrupts bspos value in WorkbookRecordList

[onealj] bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enum

[onealj] whitespace

[onealj] whitespace (tabs to spaces)

[onealj] add cause to exceptions, log exceptions that are caught and suppressed

[onealj] whitespace

[onealj] javadocs fix

[onealj] make private maps final

[onealj] add @Override annotations to CreationHelper classes

[onealj] throw exception if hyperlink is invalid type when validating hyperlink

[onealj] bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress)

[onealj] update changelog for bug 59775

[onealj] bug 59775: correctly create XSSFHyperlinks when target is a URL containing a hash mark; patch contributed by Guillermo Alvarez

[onealj] bug 59775: fix cell address index error

[onealj] update changelog for bug 59872

[onealj] bug 59872: add Sheet.getHyperlink(CellAddress)

[kiwiwings] use real TempFile

[kiwiwings] #59841 - OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource)

[centic] Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged region on exists merged region

[centic] Bug 59733: Narrow down testcase some more, after the first shift, removing the first row is sufficient to trigger the problem

[onealj] move Java classpath into .java file

[centic] Add a test to check for a NullPointerException in XSLFTableCell

[centic] Bug 59861: Adjust testcase, it works now for me. Also combine the two TestProper classes into one

[onealj] add missing new keyword in Java code example form JVM languages

[onealj] add Java code example to assist with JVM language translations

[nick] Indent

[nick] Add a Groovy example

[nick] Add a ToC

[onealj] JDK8 javadocs fixes

[onealj] use http URL in Apache License for rat check

[onealj] replace for-loop over index with for-each loop

[onealj] annotate purpose of each PROPER() function test case, add a few more test cases, identify some problems with ß handling

[onealj] JDK8 javadocs

[centic] Function PROPER: Don't use a regular expression syntax that is not available on Android. Actually the use of regular expression in this case was overkill, slow and even incorrect in corner cases, the function can be done without regex easily and runs a bit faster anyway (microBench is down from 4sec to 2s)
Also added a unit-test to ensure the behavior stays the same (except in cases where it needed fixing, e.g. some toUppercase() leads to more than one character which was handled incorrectly)

[onealj] bug 59858: describe why VBA macro reading failed

[onealj] bug 59858: add disabled unit test for bug 59858; file from Brooke

[onealj] update Jython example to import the correct classes; update Scala example to exactly mirror Jython example

[onealj] add Scala code example for POI

[onealj] replace all http with https URLs if possible; add ViewVC links where only raw SVN repo links exist; remove broken links

[onealj] use https links when available; add links to viewvc when linking to svn repo

[onealj] fix jython example: physical number of rows is not the same as row number

[onealj] add links to other Jython with Apache POI examples

[onealj] republish mailinglists

[onealj] add Stack Overflow section to mailinglists

[onealj] add link to ASL 2.0-compatible licenses on legal to guidelines

[dnorth] "cannot not" presumably means "cannot"

[onealj] update checklist before submitting a patch section of submitting a patch guidelines

[onealj] add documentation for applying a previously generated patch.tar.gz

[centic] Fix name of new OLE2ScratchpadExtractorFactory

[nick] Remove un-used imports

[nick] Last bit of reflection - get back to the full OOXML-enabled factory if we can

[nick] Exceptions

[nick] Start moving logic over into the main and scratchpad jars for OLE2

[nick] Pull Scratchpad Extractor logic to own class

[nick] Start to pull out some of the OLE2 logic, so we can then split some Scratchpad parts out

[nick] Notes on use

[onealj] add links to artifacts and imports

[onealj] add Running POI on other JVM languages doc

------------------------------------------
[...truncated 2231 lines...]
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFForkedEvaluator
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFFormulaEvaluation
    [junit] Tests run: 27, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.219 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFFormulaParser
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFHeaderFooter
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFHyperlink
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFName
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFPicture
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFPictureData
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFPivotTable
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFPrintSetup
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFRichTextString
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFRow
    [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.712 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheet
    [junit] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.337 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetAutosizeColumn
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetMergeRegions
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.595 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetRowGrouping
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetShiftRows
    [junit] Tests run: 26, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 20.022 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetUpdateArrayFormulas
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.05 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSimpleShape
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFTable
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFTextParagraph
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFTextRun
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFVMLDrawing
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFWorkbook
    [junit] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.696 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFCategoryAxis
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFChartAxis
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFChartLegend
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFChartTitle
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFLineChartData
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFManualLayout
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFScatterChartData
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFValueAxis
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
    [junit] Running org.apache.poi.xssf.usermodel.extensions.TestXSSFBorder
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.poi.xssf.usermodel.extensions.TestXSSFCellFill
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
    [junit] Running org.apache.poi.xssf.usermodel.extensions.TestXSSFSheetComments
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.xssf.usermodel.helpers.TestColumnHelper
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
    [junit] Running org.apache.poi.xssf.usermodel.helpers.TestHeaderFooterHelper
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.xssf.util.TestCTColComparator
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.poi.xssf.util.TestEvilUnclosedBRFixingInputStream
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
    [junit] Running org.apache.poi.xssf.util.TestNumericRanges
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.xwpf.TestAllExtendedProperties
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
    [junit] Running org.apache.poi.xwpf.TestDocumentProtection
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.881 sec
    [junit] Running org.apache.poi.xwpf.TestPackageCorePropertiesGetKeywords
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
    [junit] Running org.apache.poi.xwpf.TestXWPFBugs
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.305 sec
    [junit] Running org.apache.poi.xwpf.extractor.TestExternalEntities
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
    [junit] Running org.apache.poi.xwpf.extractor.TestXWPFWordExtractor
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.323 sec
    [junit] Running org.apache.poi.xwpf.model.TestXWPFDecorators
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
    [junit] Running org.apache.poi.xwpf.model.TestXWPFHeaderFooterPolicy
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestChangeTracking
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFBugs
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFDocument
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.614 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFFootnotes
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFHeader
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFHeadings
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFNumbering
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFParagraph
    [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFPictureData
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFRun
    [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFSDT
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFSmartTag
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFStyles
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFTable
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFTableCell
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFTableRow
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
[jacoco:coverage] Enhancing junit with coverage
    [junit] Running org.apache.poi.poifs.crypt.TestSignatureInfo
    [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.922 sec

testcoveragereport:
    [mkdir] Created dir: <https://builds.apache.org/job/POI-with-old-Xerces/109/artifact/build/coverage>
[jacoco:report] Loading execution data file <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/jacoco-excelant.exec>
[jacoco:report] Loading execution data file <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/jacoco-main.exec>
[jacoco:report] Loading execution data file <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/jacoco-ooxml-lite-xmlsec.exec>
[jacoco:report] Loading execution data file <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/jacoco-ooxml-lite.exec>
[jacoco:report] Loading execution data file <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/jacoco-ooxml-xmlsec.exec>
[jacoco:report] Loading execution data file <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/jacoco-ooxml.exec>
[jacoco:report] Loading execution data file <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/jacoco-scratchpad.exec>
[jacoco:report] Writing bundle 'Main' with 1484 classes
[jacoco:report] Writing bundle 'Scratchpad' with 609 classes
[jacoco:report] Writing bundle 'OOXML' with 572 classes
[jacoco:report] Writing bundle 'Excelant' with 13 classes
     [echo] Coverage results are available at build/coverage/index.html, build/coverage/coverage.xml

test-all:

compile-integration:
    [javac] Compiling 21 source files to <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/integration-test-classes>

-test-integration-check:

test-integration:
[jacoco:coverage] Enhancing junit with coverage
    [junit] Handling 1153 files
    [junit] Running org.apache.poi.TestAllFiles
    [junit] Reading ddf/47143.dat with class org.apache.poi.stress.HMEFFileHandler
    [junit] Reading ddf/Container.dat with class org.apache.poi.stress.HMEFFileHandler
    [junit] Reading diagram/44501.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading diagram/44501a.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading diagram/44501b.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading diagram/44501c.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading diagram/44501d.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading diagram/44501e.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading diagram/44594-2.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading diagram/44594.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading diagram/NegativeChunkLength.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading diagram/NegativeChunkLength2.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading diagram/ShortChunk1.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading diagram/ShortChunk2.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading diagram/ShortChunk3.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading diagram/SimpleMacro.vba with class org.apache.poi.TestAllFiles$NullFileHandler
    [junit] Reading diagram/SimpleMacro.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading diagram/SimpleMacro.vsdm with class org.apache.poi.stress.XDGFFileHandler
    [junit] Reading diagram/SimpleMacro.vsdm with class org.apache.poi.stress.OPCFileHandler
    [junit] Reading diagram/Test_Visio-Some_Random_Text.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading diagram/test.vsdx with class org.apache.poi.stress.XDGFFileHandler
    [junit] Reading diagram/test.vsdx with class org.apache.poi.stress.OPCFileHandler
    [junit] Reading diagram/test_text_extraction.vsdx with class org.apache.poi.stress.XDGFFileHandler
    [junit] Reading diagram/test_text_extraction.vsdx with class org.apache.poi.stress.OPCFileHandler
    [junit] Reading diagram/v6-non-utf16le.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading diagram/visio_with_embeded.vsd with class org.apache.poi.stress.HDGFFileHandler
    [junit] Reading document/45690.docm with class org.apache.poi.stress.XWPFFileHandler
    [junit] Reading document/45690.docm with class org.apache.poi.stress.OPCFileHandler
    [junit] Reading document/47304.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/51921-Word-Crash067.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/51921-Word-Crash067.docx with class org.apache.poi.stress.XWPFFileHandler
    [junit] Reading document/51921-Word-Crash067.docx with class org.apache.poi.stress.OPCFileHandler
    [junit] Reading document/52117.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/52288.docx with class org.apache.poi.stress.XWPFFileHandler
    [junit] Reading document/52288.docx with class org.apache.poi.stress.OPCFileHandler
    [junit] Reading document/52420.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/52449.docx with class org.apache.poi.stress.XWPFFileHandler
    [junit] Reading document/52449.docx with class org.apache.poi.stress.OPCFileHandler
    [junit] Reading document/53379.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/53446.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/55733.docx with class org.apache.poi.stress.XWPFFileHandler
    [junit] Reading document/55733.docx with class org.apache.poi.stress.OPCFileHandler
    [junit] Reading document/56392.docx with class org.apache.poi.stress.XWPFFileHandler
    [junit] Reading document/56392.docx with class org.apache.poi.stress.OPCFileHandler
    [junit] Reading document/56880.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/57312.docx with class org.apache.poi.stress.XWPFFileHandler
    [junit] Reading document/57312.docx with class org.apache.poi.stress.OPCFileHandler
    [junit] Reading document/58067.docx with class org.apache.poi.stress.XWPFFileHandler
    [junit] Reading document/58067.docx with class org.apache.poi.stress.OPCFileHandler
    [junit] Reading document/58618.docx with class org.apache.poi.stress.XWPFFileHandler
    [junit] Reading document/58618.docx with class org.apache.poi.stress.OPCFileHandler
    [junit] Reading document/58804.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/58804_1.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/59030.docx with class org.apache.poi.stress.XWPFFileHandler
    [junit] Reading document/59030.docx with class org.apache.poi.stress.OPCFileHandler
    [junit] Reading document/59378.docx with class org.apache.poi.stress.XWPFFileHandler
    [junit] Reading document/59378.docx with class org.apache.poi.stress.OPCFileHandler
    [junit] Reading document/AIOOB-Tap.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug28627.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug33519.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug34898.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug41898.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug44292.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug44431.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug44603.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug45269.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug45473.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug45877.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug46220.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug46610_1.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug46610_2.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug46610_3.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug46817.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug47286.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug47287.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug47731.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug47742-text.txt with class org.apache.poi.TestAllFiles$NullFileHandler
    [junit] Reading document/Bug47742.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug47958.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug48065.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug48075.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug49820.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug49908.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug49919.doc with class org.apache.poi.stress.HWPFFileHandler
    [junit] Reading document/Bug49933.doc with class org.apache.poi.stress.HWPFFileHandler
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
Compressed 55.13 MB of artifacts by 83.7% relative to #108
Recording test results

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


Jenkins build is back to normal : POI-with-old-Xerces #111

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/POI-with-old-Xerces/111/changes>


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


Build failed in Jenkins: POI-with-old-Xerces #110

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/POI-with-old-Xerces/110/changes>

Changes:

[centic] Bug 59634: Clarify and refine JavaDoc of various close() methods to consistently state that close() invalidates the object

[nick] In-place write for HSLF #57919

[nick] Provide a createOrUpdateDocument method at the POIFS level, and use to simplify writing code #57919

[nick] Javadoc updates

[onealj] test Cell.setCellValue(false)

[nick] If doing an in-place write, update the properties too

[nick] #57919 HSLF writing to new File

[nick] #57919 HPSF writing better error handling, and start prep for HSLF more write methods

[nick] Whitespace / indents

[nick] #57919 Add in-place and new-File write methods to POIDocument

[nick] Mark some more scratchpad document types as currently being read-only

[nick] Helper class for implementing extra write methods (#57919) for Scratchpad classes which are read-only

[nick] Prepare for pushing write() and write(File) to POIDocument

[nick] Sync the file-based "past-the-end" exception to match the stream one, so that extending works, then tests for HSSF writing to a new empty POIFS file #57919

[nick] Start on unit testing for HSSFWorkbook.write(File), bug in POIFS to fix first

[nick] #57919 Start on support for writing to a new File (faster than OutputStream)

[onealj] add test case for bug 53564

[onealj] svn propset svn:mime-type application/vnd.openxmlformats-officedocument.spreadsheetml.sheet *.xlsx

[onealj] +svn:auto-props for common Microsoft Office files

[onealj] update changelog for bug 59881

[onealj] bug 59881: fix D* functions for blank cells in headers in database; patch from Patrick Zimmermann

[onealj] +svn:eol-style=native

[onealj] bug 59881: fix spelling; patch from Patrick Zimmermann

[centic] Changelog-Update

[centic] 52122: Excel does not handle conditional formatting based on formula correctly unless recalculation is forced

[centic] Some warnings/improvements suggested by IntelliJ

[centic] Add short description of iEXL, a product based on Apache POI

[centic] List my recent changes

[onealj] git checkout should include a start revision range to avoid shooting oneself in the foot

[centic] 59106: WorkdayFunction does not read the area with holidays correctly to calculate work days

[centic] Adjust unused local variables to also make FindBugs happy

[centic] Fix one more place where stream were left open when an exception is thrown

[centic] Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ...
test-updates

[centic] Enable reproducer test for bug 56880 after it was fixed.

[centic] Add commented reproducer for bug 57603

[onealj] update Subversion page

[onealj] delete unnecessary space, use <code> tags where appropriate

[onealj] fix release announcement beta version

[onealj] only calculate getTextHeight if it will be used

[onealj] reduce statement complexity in drawContent, also has fewer FLOPS

[onealj] if ever combined, VerticalAlignment and HorizontalAlignment would likely end up at org.apache.poi.common.usermodel

[onealj] bug 57919: add performance note to javadocs about using BufferedOutputStreams on Document.write(OutputStream) if underlying resource is high latency

[onealj] make instance variables final where possible

[nick] #57919 Provide an initial in-place write method for HSSFWorkbook

[onealj] bug 58190: push down XMLSlideShow tests to BaseTestSlideShow, add coverage for HSLFSlideShow
add tests for SlideShow.findPicture and SlideShow.addPicture

------------------------------------------
[...truncated 4181 lines...]

jar-javadocs:
     [echo] Building poi javadocs from <https://builds.apache.org/job/POI-with-old-Xerces/ws/src/java>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/tmp/maven-javadocs>
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Patched 1 link injection vulnerable javadocs
      [jar] Building jar: <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/dist/maven/poi/poi-3.15-beta3-javadoc.jar>
     [echo] Building poi-scratchpad javadocs from <https://builds.apache.org/job/POI-with-old-Xerces/ws/src/scratchpad/src>
   [delete] Deleting directory <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/tmp/maven-javadocs>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/tmp/maven-javadocs>
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Patched 1 link injection vulnerable javadocs
      [jar] Building jar: <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/dist/maven/poi-scratchpad/poi-scratchpad-3.15-beta3-javadoc.jar>
     [echo] Building poi-ooxml javadocs from <https://builds.apache.org/job/POI-with-old-Xerces/ws/src/ooxml/java>
   [delete] Deleting directory <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/tmp/maven-javadocs>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/tmp/maven-javadocs>
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Patched 1 link injection vulnerable javadocs
      [jar] Building jar: <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/dist/maven/poi-ooxml/poi-ooxml-3.15-beta3-javadoc.jar>

assemble:
      [zip] Building zip: <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/dist/poi-bin-3.15-beta3-20160724.zip>
      [tar] Building tar: <https://builds.apache.org/job/POI-with-old-Xerces/110/artifact/build/dist/poi-bin-3.15-beta3-20160724.tar.gz>
      [zip] Building zip: <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/dist/poi-src-3.15-beta3-20160724.zip>
      [tar] Building tar: <https://builds.apache.org/job/POI-with-old-Xerces/110/artifact/build/dist/poi-src-3.15-beta3-20160724.tar.gz>
     [echo] Creating Maven POMs

maven-poms:
     [copy] Copying 6 files to <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/dist/maven>
     [echo] Maven POMs are located in <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/dist>
     [echo] Use ant dist-nexus to deploy the artifacts in the remote repository
     [echo] Distribution located in <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/dist>
     [echo] Use "ant dist-checksum" to create md5/sha1 checksums and GPG signatures

findbugs:
    [unzip] Expanding: <https://builds.apache.org/job/POI-with-old-Xerces/ws/lib/findbugs-noUpdateChecks-2.0.3.zip> into <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/findbugs>
 [findbugs] Executing findbugs FindBugsTask from ant task
 [findbugs] Running FindBugs...
 [findbugs] Java Result: 137
 [findbugs] Output saved to build/findbugs.xml
     [xslt] Transforming into <https://builds.apache.org/job/POI-with-old-Xerces/ws/build>
     [xslt] Processing <https://builds.apache.org/job/POI-with-old-Xerces/ws/build/findbugs.xml> to <https://builds.apache.org/job/POI-with-old-Xerces/110/artifact/build/findbugs.html>
     [xslt] Loading stylesheet jar:<https://builds.apache.org/job/POI-with-old-Xerces/ws/build/findbugs/lib/findbugs.jar!/fancy-hist.xsl>
     [xslt] : Error! Premature end of file.
     [xslt] : Error! com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Premature end of file.
     [xslt] Failed to process null

BUILD FAILED
<https://builds.apache.org/job/POI-with-old-Xerces/ws/build.xml>:2132: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Premature end of file.
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:735)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:336)
	at org.apache.tools.ant.taskdefs.optional.TraXLiaison.transform(TraXLiaison.java:195)
	at org.apache.tools.ant.taskdefs.XSLTProcess.process(XSLTProcess.java:842)
	at org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:432)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:435)
	at org.apache.tools.ant.Target.performTasks(Target.java:456)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
	at org.apache.tools.ant.Main.runBuild(Main.java:851)
	at org.apache.tools.ant.Main.startAnt(Main.java:235)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Caused by: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Premature end of file.
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getDOM(TransformerImpl.java:564)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:725)
	... 20 more
Caused by: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Premature end of file.
	at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:460)
	at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:248)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getDOM(TransformerImpl.java:542)
	... 21 more
---------
javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Premature end of file.
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getDOM(TransformerImpl.java:564)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:725)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:336)
	at org.apache.tools.ant.taskdefs.optional.TraXLiaison.transform(TraXLiaison.java:195)
	at org.apache.tools.ant.taskdefs.XSLTProcess.process(XSLTProcess.java:842)
	at org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:432)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:435)
	at org.apache.tools.ant.Target.performTasks(Target.java:456)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
	at org.apache.tools.ant.Main.runBuild(Main.java:851)
	at org.apache.tools.ant.Main.startAnt(Main.java:235)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Caused by: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Premature end of file.
	at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:460)
	at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:248)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getDOM(TransformerImpl.java:542)
	... 21 more
---------
com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Premature end of file.
	at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:460)
	at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:248)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getDOM(TransformerImpl.java:542)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:725)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:336)
	at org.apache.tools.ant.taskdefs.optional.TraXLiaison.transform(TraXLiaison.java:195)
	at org.apache.tools.ant.taskdefs.XSLTProcess.process(XSLTProcess.java:842)
	at org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:432)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:435)
	at org.apache.tools.ant.Target.performTasks(Target.java:456)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
	at org.apache.tools.ant.Main.runBuild(Main.java:851)
	at org.apache.tools.ant.Main.startAnt(Main.java:235)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
---------
org.xml.sax.SAXParseException: Premature end of file.
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174)
	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388)
	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1427)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:1056)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:647)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
	at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:454)
	at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:248)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getDOM(TransformerImpl.java:542)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:725)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:336)
	at org.apache.tools.ant.taskdefs.optional.TraXLiaison.transform(TraXLiaison.java:195)
	at org.apache.tools.ant.taskdefs.XSLTProcess.process(XSLTProcess.java:842)
	at org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:432)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:435)
	at org.apache.tools.ant.Target.performTasks(Target.java:456)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
	at org.apache.tools.ant.Main.runBuild(Main.java:851)
	at org.apache.tools.ant.Main.startAnt(Main.java:235)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
---------
com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Premature end of file.
	at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:460)
	at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:248)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getDOM(TransformerImpl.java:542)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:725)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:336)
	at org.apache.tools.ant.taskdefs.optional.TraXLiaison.transform(TraXLiaison.java:195)
	at org.apache.tools.ant.taskdefs.XSLTProcess.process(XSLTProcess.java:842)
	at org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:432)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:435)
	at org.apache.tools.ant.Target.performTasks(Target.java:456)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
	at org.apache.tools.ant.Main.runBuild(Main.java:851)
	at org.apache.tools.ant.Main.startAnt(Main.java:235)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
---------
org.xml.sax.SAXParseException: Premature end of file.
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174)
	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388)
	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1427)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:1056)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:647)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
	at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:454)
	at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:248)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getDOM(TransformerImpl.java:542)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:725)
	at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:336)
	at org.apache.tools.ant.taskdefs.optional.TraXLiaison.transform(TraXLiaison.java:195)
	at org.apache.tools.ant.taskdefs.XSLTProcess.process(XSLTProcess.java:842)
	at org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:432)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:435)
	at org.apache.tools.ant.Target.performTasks(Target.java:456)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
	at org.apache.tools.ant.Main.runBuild(Main.java:851)
	at org.apache.tools.ant.Main.startAnt(Main.java:235)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

Total time: 18 minutes 43 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
Compressed 145.30 MB of artifacts by 30.5% relative to #108
Recording test results

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