See <https://builds.apache.org/job/POI-OpenJDK/92/changes>
Changes: [kiwiwings] Bug 58133 - Agile encryption - wrong checksum calculation [nick] Check more of the complex CF cases from the test files [nick] Consistent whitespace/indents [nick] Move some test checks to using ConditionType instead of raw bytes [nick] Enable CF2007 test for XLSX too [nick] Provide a Conditional Formatting type class, and deprecate the byte-based types, to better work with the wider range [nick] Have the HSSF ConditionalFormattingTable look for CF12 records as well, and begin more detailed testing of the high level rules #58130 [nick] Fix inconsistent indents/whitespace [nick] Begin updating the HSSF CF code to work on the base types, so it can handle both CF and CF12 [nick] More clone support [nick] Fix inconsistent indents [nick] Fix generics, and use base types [nick] Enable CFRule12 use #58130 [nick] More helpful output if a re-write test fails [nick] CFRule12 tests [nick] New future record interface, and more CFRule12 toString output [nick] Allow dumping of null arrays [nick] Further CFRule12 parsing [nick] CFRule12 can have standard formats too, so push logic to base class #58130 [dnorth] Add Sheet.getMergedRegions to obtain them all as a list. Implement this for XSSF using "deprecated" methods in XMLBeans which allow the operation to be linear in the number of regions rather than n-squared. Fixes #57893 [centic] Bug 58113: Fix regression: NullPointerException when setting cell value to null add unit tests which verifies this for all three SS-implementations [dnorth] Patch from Chris Boyle to add basic support for .xlsm (macro-enabled) workbooks. The binary blob containing the VBA macros may be copied from one such workbook into another. Fixes #58036 [nick] Template IDs from which CFs can be based [nick] Add some more conditional formatted styles in the test workbooks #58130 [nick] Refactor some of the CFRuleRecord logic out to CFRuleBase, and begin work on CFRule12Record #58130 [nick] Fix formatting/indents/comments [nick] Introduce a CFHeaderBase common parent #58130 [nick] Update FtrHeader and CFHeader clone/create [nick] More whitespace / indent updates [nick] Fix indent/whitespace [nick] Start to support CF12 headers for #58130 [nick] Javadocs, and more record names [nick] Javadoc and comment updates for CFs [nick] Some new-style conditional formattings, with gradients and icons [nick] Add another Conditional Formatting example - multiple rules which overlap [centic] OOXMLPrettyPrint: Populate the standalone-attribute always to avoid differences in the resulting XML files from Excel and POI [centic] Add some missing close(), reduce output in unit tests and remove some other Eclipse warnings [centic] Allow Eclipse to add some additional compiler warning settings added by newer Eclipse versions, mostly Java 8 so not overly useful for us currently anyway [nick] When writing the mini-stream, set the size of it on the root property #58061 [nick] Helper method to report the number of blocks used in a BAT [centic] Bug 57744: Fix parsing the email submission data when id contains a hyphen [centic] Bug 57678: Apply patch to better handle years in mail-messages between 1980 and 1999. [nick] Fix OPOIFS generics warnings [nick] To better match OPOIFS, pad to the end of a block with 0xFF/-1 [nick] More NPOIFS ministream tests [nick] Allow optional dumping of the raw ministream as well [centic] Revert to state before running unit-tests to not have arbitrary test-changes applied to the sample file. [nick] Support optionally dumping the properties stream [centic] Open file read-only in test to avoid making it dirty during running unit tests [nick] Put the properties table at block 0, with the first BAT at block 1, to hopefully solve #58061 [nick] Print mini stream information, and property entries [nick] Fix inconsistent whitespace [nick] Refactor the small block reader creation, so that POIFSHeaderDumper can dump the sbat structure too [kiwiwings] Bug 54332 - WMF extraction failing in Tika for older PowerPoint Files [centic] Fix test to find the exception-text in all cases [centic] show full exception stack-trace if zip-bomb detection test fails [kiwiwings] Removed Java7 calls [kiwiwings] Bug 56865 - Limit number of bytes (by counting them) while opening office docs Bug 50090 - 'zip' bomb prevention [kiwiwings] Bug 58069 - Biff8RC4 xorShort returns wrong value for unsigned shorts [centic] Add public key of Dominik Stadler (centic) [kiwiwings] Bug 58040 - Log Forging and marked POILogger/POILogFactory internal [centic] Bug 57923: Fix check for tokens in NameRecord.getExternSheetNumber() to avoid ArrayOutOfBoundsException [kiwiwings] fixed javadoc links after imports have been organized [centic] Bug 56655: Fix Sumifs for cases where the criteria is in error. [centic] Bug 56420: Fix possible NullPointerException when empty cell is included in Sumif calculation [centic] Comment out writing to file in c:/temp which breaks the build now [centic] Move more tests into base class and add a TestSXSSFBugs class to verify some things that are supported against SXSSFWorkbook as well [centic] Make setLandscape(false) and setLeftToRight(false) do what one would expect [centic] Add settings for the Eclipse plugin "moreunit" [centic] Bug 57963: Add a task to the integration-test build which verifies that most examples can be built without scratchpad.jar [centic] remove some older jacoco jars from the lib-directories to avoid loading outdated 3rd party code [dnorth] Whitespace seems to be confusing the license header check; try pasting one off another file. [centic] One more file with missing license header [centic] add missing license header [dnorth] Add explicit test for NPE only caught by other tests. Test '97 fallback behaviour generally. https://bz.apache.org/bugzilla/show_bug.cgi?id=56328 [dnorth] My own patch to fix #56328 Add tests for initial patch applied by Nick in r1582892 Fix and test AreaReference#isWholeColumnReference to take account of the prevailing spreadsheet version. Fixing all users of this is a big undertaking, so for now I've left a fallback on the original behaviour for some cases. [dnorth] Add my PGP key to the list. [dnorth] Use a different arbitrary value for the ID of the comment shape type. This appears to prevent Excel >= 2010 from turning POI-written comments into the wrong shape (giant curved arrow). Fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=55410 [centic] Bug 53109: Correctly handle unicode strings in NameCommentRecord [nick] Patch from René Scheibe from bug #57512 - Fix potential NPE in DateUtil for invalid dates [centic] Add missing license header [centic] Bug 57904: Add full source build from dist-packages to CI builds [centic] List more targets in help, make jar-src work standalone [centic] Set version to 3.13-beta1 [tallison] POI-57975: clean up white spaces and other style issues in XWPF [tallison] POI-57889 -- actually trigger inclusion of CTNumLvl with document contributed by Moritz Dorka on TIKA-1315 [nick] Note on why ooxml needs scratchpad, for one part only [nick] Correct package [nick] Pull out the parts of TextPainter needed by XSLF from HSLF to common-SL in core #57963 [nick] #57963 Move the WP and SL interface definitions to core from scratchpad, so the OOXML classes can work without scratchpad [nick] Fix inconsistent indents [nick] #57951 Use BigDecimal in some cases in DataFormatter.formatRawCellContents, to avoid rounding problems on JDK8. Patch from Robert Kish [nick] Fix inconsistent indents [centic] Add WorkbookFactory.create() with a flag to allow to open files read-only, keep the current way of opening read/write as default to not break existing code. Also adjust Javadoc somewhat. [centic] Make POIXMLDocument implement Closeable as it holds an OCPPackage with open resources and thus should be closed after usage. Until now only XSSFWorkbook did this, but it makes sense for all derived classes. Also make close() in POIXMLDocument public to not have to re-implement it in all sub-classes. [nick] Add ignore - file has no content streams [nick] #56791 Make NPOIFS the default when POIFSFileSystem is requested [nick] Force OPOIFS test to explicitly create OPOIFS instance [nick] Force OPOIFS test to explicitly create OPOIFS instance [nick] Remove a long-deprecated OPOIFS related method [nick] Fix warnings [nick] Fix testing for NPOIFS zero-length stream writing [nick] Fix NPOIFS to handle dodgy excel-95 file from bug #46904 [nick] More 0 byte stream tests [centic] Add verification unit test for bug 47169 [centic] Apply fix reported in bug 47661 and add unit tests [centic] Prevent problems reported in Bug 56574 by ensuring that Cells are properly removed when a row is overwritten by calling createRow() with it's rownum. [centic] Update to JaCoCo 0.7.4 and fix location of coverage data in build-output [centic] Let Eclipse add some more settings to the project files [centic] Move location where document is held and adjust constructors and class-hierarchy accordingly [centic] Adjust error message to have the same error across different types of Workbook and revert test to check on common error message again [centic] Fix unit test which asserts on actual error message [kiwiwings] Update documentation for POI 3.12 [centic] Adjust intendation [centic] Provide better exception if we would access out of bounds in arraycopy for Escher properties [centic] Avoid possible NPE found via CommonCrawl files [centic] Add checks for invalid row number in RowRecord to find corrupted files earlier [nick] #56791 More updates from OPOIFS to NPOIFS [nick] #56791 More updates from OPOIFS to NPOIFS [nick] Leave POIFSFileSystem as a lightweight shim around OPOIFSFileSystem pending the final changeover for #56791 [nick] #56791 More updates from OPOIFS to NPOIFS [nick] #56791 More updates from OPOIFS to NPOIFS [nick] Add a deep re-write NPOIFS test [nick] Correct zero byte entry support in NPOIFS [nick] Disabled NPOIFS unit test - problem with 0 length entries discovered working on #56791 [nick] More NPOIFS ministore tests [nick] Add a (disabled) failing unit test on heavily nested NPOIFS copies, found working on #56791 [nick] #56791 Remove long-deprecated OPOIFS related methods [nick] #56791 Default to NPOIFS [nick] Begin making NPOIFS the default #56791 [kiwiwings] external unpinning [kiwiwings] external pinning for 3.12 (RC3) [nick] #57907 Fix DOAP syntax, and add missing final releases [centic] Make source-build from a fresh repository work, compile-lib was not created. [nick] Refactor common default styles code to use the new helpers [nick] Start exposing the default paragraph and run styles from XWPFStyles [nick] Fix inconsistent whitespace/indents [nick] Start on XWPFStyles support for document default styles [nick] Begin on test for going from xwpf text to style [kiwiwings] Use en-locale for javadoc otherwise apidocs contains <html lang="de"> attributes [kiwiwings] unpin documentation [kiwiwings] tag 1678083 as 3.12-final [centic] Try to fix flaky test by waiting for a switch of the second to ensure that we have the same timestamps in the two workbooks that we compare byte-wise in this test. [kiwiwings] OOM fix for gump run [tallison] POI-57889 prevent NPE with on some documents with XWPFParagraph's getNumFmt() and add some other classes to enable calculation of paragraph numbers [kiwiwings] removed because of late TIKA-1315 fix [kiwiwings] Release preparation [kiwiwings] Release preparation [kiwiwings] javadoc fix ... trying to get rid of the "Error fetching URL" warning [nick] Fix inconsistent whitespace [nick] If an empty stream or file is given to WorkbookFactory.create, give a more informative exception - EmptyFileException [nick] New EmptyFileException, and fix serial warning [nick] Patch from Mark Olesen from bug #57552: Sort PackagePart returns from OPCPackage by name considering numbers in filenames, so Image10.png comes after Image9.png, fixing problems with XSLF adding 10+ images to a slide [nick] Avoid short wrapping on cell styles and formats > 32,767 in XSSF - format supports up to 64,000 of them #57880 [nick] Ensure consistent ordering when writing out formats following changes in r1677368 [nick] Fix inconsistent indents [nick] Somewhat speed up creating data formats with large counts, and add maximum format/style count checking. #57884 [centic] Add verifying testcase for Bug 57423 and Bug 55752, both are still not solved, though. [centic] Remove Eclipse warnings in tests [centic] Adjust test to handle a file correctly which works for normal handling but fails expectedly in text-extraction testing. [nick] Skip the new password protected file, and re-org a little bit some other failures [nick] Allow WorkbookFactory.create to open xlsx files protected with the default password [nick] #57593 Complete create overloading in WorkbookFactory to take passwords [nick] Fix inconsistent indents [nick] #57593 Begin adding overloaded WorkbookFactory.create methods which take the spreadsheet password [nick] Sample password protected xlsx file from Tika [nick] Use a constant for the name of the OOXML encrypted package node [nick] When removing a SXSSF sheet, ensure temp files associated with it are disposed of #57666 [nick] Patch from Jon Scharff from bug #57826 - If a XSSF shape has a buFont but no bullet character, mirror Excel and treat as un-bulleted [nick] Add a (disabled) unit test showing the incorrect ordering problem of parts - bug #57552 [tallison] POI-56998 add some getters to help with list numbering in hwpf [centic] Add unit-test which verifies that fill and alignment styles are applied and read back in correctly. [nick] Little bit more OSGi, not yet working #57857 [nick] #57857 Based on the Apache Tika OSGi bundle and tests, start on a maven-powered build and test for a POI bundle [nick] Add missing license header [nick] Fix some inconsistent whitespace [nick] #57642 Fix setSheetName with ISERROR on XSSF [nick] Add a common interface for 3D Pxg's [nick] Patch from Conor from bug #57747 - Add ISERR() function [nick] Whitespace and comment updates [nick] #57829 Avoid XmlValueDisconnectedException when removing a XWPFRun from a XWPFParagraph by removing from IRuns as well [nick] Add another file exclude, and hae the test print out which fails failed to make it quicker to spot in the jenkins failure email [nick] #57851 - Skip null properties in PropertyTableBase, which is how PropertyFactory reports unsupported POIFS properties [nick] Make the opening code generic [nick] Make the test generic across POIFS and NPOIFS [nick] Pull out a common NPOIFS/POIFS test to a decidated bugs test class [nick] Test file from Marcin Łoś from bug #57851 [nick] Fix inconsistent indents [nick] Add unit test for Eventmodel processing of password protected excel files [centic] Print out slightly more on test-failure for a unit tests which fails intermittently [centic] Fix bug 57828, shifting more than one commit per row did not work. [centic] Fix some Eclipse warnings [centic] Fix usage of Generics in some classes [centic] Avoid possible NullPointerException seen with some powerpoint files [centic] Fix possible ArrayIndexOutOfBoundsException seen with some word documents [centic] Avoid NullPointerException if an image cannot be read [centic] Detect if a file is actually PDF instead of .doc similar to how it is already done for RTF [centic] Add missing nested Exception in thrown Exception [nick] Patch from Jon Scharff from bug #57820 - Avoid NPE on HSLF Tables with a top position of -1 [centic] Adjust Eclipse project settings to ensure that files are read as UTF-8 on Windows or systems with different character encoding settings. [centic] Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTable and we try to adjust it during sheet removal. [centic] Bug 56579: Throw exception if max string length of 32767 chars is exceeded in XSSF and SXSSF. Add verification testcase for bug 57008. Move some unit tests to the Bsae-Test-Class to verify things for all SS-implementations. [centic] XMLPrettyPrint: Don't try to pretty-print non-XML files and print out which file from the ooxml-file fails to parse [centic] Bug 55386: Fix handling of bold formatting in example application 'ToHtml' [centic] Integration test: Do a few more things with the MapiMessage [centic] Add test-document from bug 53379 to verify in integration tests that text extraction does not fail any more [centic] Integration tests: Expect exception for old word documents and still run the text extraction for them. Also add executing HPSFPropertiesExtractor where possible [centic] Add test-document to verify that bug 51921 is fixed already [centic] Add test from bug 49423 to verify that the problem was fixed in the meantime [centic] Eclipse warnings, Generics, unused members in some exapmles and scratchpad classes. [centic] Add more test-files from bug 44501, all seem to work fine now [centic] Bug 47304: use fixed encoding when extracting text in WordDocument ------------------------------------------ [...truncated 4449 lines...] AU src/java/org/apache/poi/hssf/usermodel/HSSFShapeContainer.java AU src/java/org/apache/poi/hssf/usermodel/EscherGraphics.java A src/java/org/apache/poi/hssf/model AU src/java/org/apache/poi/hssf/model/PictureShape.java A src/java/org/apache/poi/hssf/model/RecordOrderer.java AU src/java/org/apache/poi/hssf/model/InternalSheet.java AU src/java/org/apache/poi/hssf/model/LinkTable.java A src/java/org/apache/poi/hssf/model/HSSFFormulaParser.java AU src/java/org/apache/poi/hssf/model/DrawingManager2.java AU src/java/org/apache/poi/hssf/model/LineShape.java AU src/java/org/apache/poi/hssf/model/PolygonShape.java AU src/java/org/apache/poi/hssf/model/ConvertAnchor.java AU src/java/org/apache/poi/hssf/model/TextboxShape.java AU src/java/org/apache/poi/hssf/model/package.html A src/java/org/apache/poi/hssf/model/CommentShape.java AU src/java/org/apache/poi/hssf/model/AbstractShape.java AU src/java/org/apache/poi/hssf/model/DrawingManager.java AU src/java/org/apache/poi/hssf/model/WorkbookRecordList.java A src/java/org/apache/poi/hssf/model/RowBlocksReader.java A src/java/org/apache/poi/hssf/model/ComboboxShape.java AU src/java/org/apache/poi/hssf/model/SimpleFilledShape.java AU src/java/org/apache/poi/hssf/model/InternalWorkbook.java AU src/java/org/apache/poi/hssf/model/RecordStream.java A src/java/org/apache/poi/hssf/eventusermodel AU src/java/org/apache/poi/hssf/eventusermodel/HSSFUserException.java AU src/java/org/apache/poi/hssf/eventusermodel/MissingRecordAwareHSSFListener.java AU src/java/org/apache/poi/hssf/eventusermodel/AbortableHSSFListener.java AU src/java/org/apache/poi/hssf/eventusermodel/FormatTrackingHSSFListener.java AU src/java/org/apache/poi/hssf/eventusermodel/EventWorkbookBuilder.java AU src/java/org/apache/poi/hssf/eventusermodel/HSSFListener.java A src/java/org/apache/poi/hssf/eventusermodel/dummyrecord AU src/java/org/apache/poi/hssf/eventusermodel/dummyrecord/MissingCellDummyRecord.java A src/java/org/apache/poi/hssf/eventusermodel/dummyrecord/DummyRecordBase.java AU src/java/org/apache/poi/hssf/eventusermodel/dummyrecord/LastCellOfRowDummyRecord.java AU src/java/org/apache/poi/hssf/eventusermodel/dummyrecord/MissingRowDummyRecord.java AU src/java/org/apache/poi/hssf/eventusermodel/HSSFRequest.java AU src/java/org/apache/poi/hssf/eventusermodel/HSSFEventFactory.java AU src/java/org/apache/poi/hssf/eventusermodel/package.html A src/java/org/apache/poi/hssf/eventmodel AU src/java/org/apache/poi/hssf/eventmodel/ERFListener.java AU src/java/org/apache/poi/hssf/eventmodel/EventRecordFactory.java AU src/java/org/apache/poi/hssf/OldExcelFormatException.java A src/java/org/apache/poi/hssf/extractor A src/java/org/apache/poi/hssf/extractor/OldExcelExtractor.java AU src/java/org/apache/poi/hssf/extractor/ExcelExtractor.java AU src/java/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.java AU src/java/org/apache/poi/POIDocument.java AU src/java/org/apache/poi/POITextExtractor.java A src/records A src/records/styles AU src/records/styles/record_test.xsl AU src/records/styles/record.xsl AU src/records/styles/record_document.xsl A src/records/definitions AU src/records/definitions/legend_record.xml AU src/records/definitions/series_text_record.xml AU src/records/definitions/linked_data_record.xml AU src/records/definitions/line_format_record.xml AU src/records/definitions/subrecord_test.xsl AU src/records/definitions/ftend_record.xml AU src/records/definitions/bar_record.xml AU src/records/definitions/sertocrt_record.xml AU src/records/definitions/common_object_data_record.xml AU src/records/definitions/area_record.xml AU src/records/definitions/dat_record.xml AU src/records/definitions/plotgrowth_record.xml AU src/records/definitions/textobject_record.xml AU src/records/definitions/attached_label_record.xml AU src/records/definitions/axis_parent_record.xml AU src/records/definitions/axes_used_record.xml AU src/records/definitions/series_index_record.xml AU src/records/definitions/font_example.xml AU src/records/definitions/sheet_properties_record.xml AU src/records/definitions/font_basis_record.xml AU src/records/definitions/value_range_record.xml AU src/records/definitions/frame_record.xml AU src/records/definitions/default_data_label_text_properties_record.xml AU src/records/definitions/subrecord.xsl AU src/records/definitions/chart_record.xml AU src/records/definitions/units_record.xml AU src/records/definitions/axis_record.xml AU src/records/definitions/plot_area_record.xml AU src/records/definitions/category_series_axis_record.xml AU src/records/definitions/axis_options_record.xml AU src/records/definitions/area_format_record.xml AU src/records/definitions/scl_record.xml AU src/records/definitions/dataformat_record.xml AU src/records/definitions/axis_line_format_record.xml AU src/records/definitions/object_link_record.xml AU src/records/definitions/pane_record.xml AU src/records/definitions/text_record.xml AU src/records/definitions/series_list_record.xml AU src/records/definitions/number_format_index_record.xml AU src/records/definitions/series_chart_group_record.xml AU src/records/definitions/series_record.xml AU src/records/definitions/tick_record.xml AU src/records/definitions/font_index_record.xml A src/excelant A src/excelant/testcases A src/excelant/testcases/org A src/excelant/testcases/org/apache A src/excelant/testcases/org/apache/poi A src/excelant/testcases/org/apache/poi/ss A src/excelant/testcases/org/apache/poi/ss/examples A src/excelant/testcases/org/apache/poi/ss/examples/formula A src/excelant/testcases/org/apache/poi/ss/examples/formula/ExcelAntUserDefinedFunctionTestHelper.java A src/excelant/testcases/org/apache/poi/ss/examples/formula/TestExcelAntUserDefinedFunction.java A src/excelant/testcases/org/apache/poi/ss/examples/formula/CalculateMortgageFunction.java A src/excelant/testcases/org/apache/poi/ss/excelant A src/excelant/testcases/org/apache/poi/ss/excelant/BuildFileTest.java A src/excelant/testcases/org/apache/poi/ss/excelant/TestBuildFile.java A src/excelant/testcases/org/apache/poi/ss/excelant/TestExcelAntPrecision.java A src/excelant/testcases/org/apache/poi/ss/excelant/TestExcelAntSet.java A src/excelant/testcases/org/apache/poi/ss/excelant/tests.xml A src/excelant/testcases/org/apache/poi/ss/excelant/MockExcelAntWorkbookHandler.java A src/excelant/testcases/org/apache/poi/ss/excelant/TestExcelAntSetDoubleCell.java A src/excelant/testcases/org/apache/poi/ss/excelant/util A src/excelant/testcases/org/apache/poi/ss/excelant/util/TestExcelAntWorkbookUtilFactory.java A src/excelant/testcases/org/apache/poi/ss/excelant/util/TestExcelAntEvaluationResult.java A src/excelant/testcases/org/apache/poi/ss/excelant/util/ExcelAntWorkbookUtilTestHelper.java A src/excelant/testcases/org/apache/poi/ss/excelant/util/TestExcelAntWorkbookUtil.java A src/excelant/java A src/excelant/java/org A src/excelant/java/org/apache A src/excelant/java/org/apache/poi A src/excelant/java/org/apache/poi/ss A src/excelant/java/org/apache/poi/ss/excelant A src/excelant/java/org/apache/poi/ss/excelant/ExcelAntEvaluateCell.java A src/excelant/java/org/apache/poi/ss/excelant/ExcelAntSetDoubleCell.java A src/excelant/java/org/apache/poi/ss/excelant/util A src/excelant/java/org/apache/poi/ss/excelant/util/ExcelAntWorkbookUtil.java A src/excelant/java/org/apache/poi/ss/excelant/util/ExcelAntWorkbookUtilFactory.java A src/excelant/java/org/apache/poi/ss/excelant/util/ExcelAntEvaluationResult.java A src/excelant/java/org/apache/poi/ss/excelant/ExcelAntPrecision.java A src/excelant/java/org/apache/poi/ss/excelant/ExcelAntSet.java A src/excelant/java/org/apache/poi/ss/excelant/ExcelAntTest.java A src/excelant/java/org/apache/poi/ss/excelant/ExcelAntHandlerTask.java A src/excelant/java/org/apache/poi/ss/excelant/ExcelAntSetFormulaCell.java A src/excelant/java/org/apache/poi/ss/excelant/ExcelAntSetStringCell.java A src/excelant/java/org/apache/poi/ss/excelant/ExcelAntTask.java A src/excelant/java/org/apache/poi/ss/excelant/ExcelAntUserDefinedFunction.java A src/excelant/java/org/apache/poi/ss/excelant/IExcelAntWorkbookHandler.java A src/excelant/resources A src/excelant/resources/org A src/excelant/resources/org/apache A src/excelant/resources/org/apache/poi A src/excelant/resources/org/apache/poi/ss A src/excelant/resources/org/apache/poi/ss/excelant A src/excelant/resources/org/apache/poi/ss/excelant/antlib.xml A src/integrationtest A src/integrationtest/org A src/integrationtest/org/apache A src/integrationtest/org/apache/poi A src/integrationtest/org/apache/poi/hssf A src/integrationtest/org/apache/poi/hssf/usermodel A src/integrationtest/org/apache/poi/hssf/usermodel/RecordsStresser.java A src/integrationtest/org/apache/poi/stress A src/integrationtest/org/apache/poi/stress/HPSFFileHandler.java A src/integrationtest/org/apache/poi/stress/AbstractFileHandler.java A src/integrationtest/org/apache/poi/stress/HSSFFileHandler.java A src/integrationtest/org/apache/poi/stress/HWPFFileHandler.java A src/integrationtest/org/apache/poi/stress/POIXMLDocumentHandler.java A src/integrationtest/org/apache/poi/stress/SpreadsheetHandler.java A src/integrationtest/org/apache/poi/stress/HDGFFileHandler.java A src/integrationtest/org/apache/poi/stress/XSLFFileHandler.java A src/integrationtest/org/apache/poi/stress/FileHandler.java A src/integrationtest/org/apache/poi/stress/HMEFFileHandler.java A src/integrationtest/org/apache/poi/stress/HPBFFileHandler.java A src/integrationtest/org/apache/poi/stress/POIFSFileHandler.java A src/integrationtest/org/apache/poi/stress/XSSFFileHandler.java A src/integrationtest/org/apache/poi/stress/XWPFFileHandler.java A src/integrationtest/org/apache/poi/stress/HSLFFileHandler.java A src/integrationtest/org/apache/poi/stress/HSMFFileHandler.java A src/integrationtest/org/apache/poi/TestAllFiles.java A src/integrationtest/build.xml A src/models AU src/models/poi.xmi AU src/models/POIFSAddDocument.pgml AU src/models/POIFSInitialization.pgml AU src/models/analysismain.pgml AU src/models/HSSFSerializerUseCases.pgml AU src/models/POIFSClassDiagram.pgml AU src/models/utilClasses.pgml AU src/models/HSSFOperationalUseCases.pgml AU src/models/readFilesystemSequenceDiagram.pgml AU src/models/HSSFUseCases.pgml AU src/models/POIFSWriteFilesystem.pgml AU src/models/POIFSLifeCycle.pgml AU src/models/poifsAnalysisClasses.pgml AU src/models/BlockClassDiagram.pgml AU src/models/PropertyTableClassDiagram.pgml AU src/models/HSSFSerializerClassDiagram.pgml AU src/models/projectmain.pgml AU src/models/POIFSRootPropertyPreWrite.pgml AU src/models/writeFilesystemSequenceDiagram.pgml AU src/models/POIFSPropertyTablePreWrite.pgml AU src/models/poi.argo AU src/models/readFileFromFilesystemSequenceDiagram.pgml AU src/models/readFileSystemDirectorySequenceDiagram.pgml AU src/models/POIUseCases.pgml A compile-lib AU build.xml AU patch.xml AU .classpath A osgi A osgi/bundle.info A osgi/lib A osgi/src A osgi/src/main A osgi/src/main/java A osgi/src/main/java/org A osgi/src/main/java/org/apache A osgi/src/main/java/org/apache/poi A osgi/src/main/java/org/apache/poi/osgi A osgi/src/main/java/org/apache/poi/osgi/Activator.java A osgi/src/test A osgi/src/test/java A osgi/src/test/java/org A osgi/src/test/java/org/apache A osgi/src/test/java/org/apache/poi A osgi/src/test/java/org/apache/poi/osgi A osgi/src/test/java/org/apache/poi/osgi/TestOSGiBundle.java A osgi/test-bundles.xml A osgi/pom.xml A osgi/build.xml A ooxml-lib AU doap_POI.rdf A lib A maven A maven/ooxml-schemas.pom A maven/poi-scratchpad.pom A maven/ooxml-security.pom A maven/poi-examples.pom A maven/poi-ooxml.pom A maven/poi-ooxml-schemas.pom A maven/poi.pom A maven/poi-excelant.pom AU maven/mvn-deploy.sh AU maven/multisign.sh U . At revision 1690947 [POI-OpenJDK] $ /home/jenkins/tools/ant/latest/bin/ant -Dcoverage.enabled=true clean jenkins Error: JAVA_HOME is not defined correctly. We cannot execute /usr/lib/jvm/java-6-openjdk-amd64//bin/java 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
