aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* use xmlunit for xml diffs in unit testsPJ Fanning2018-03-041-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825810 13f79535-47bb-0310-9956-ffa450edef68
* fix license check failurePJ Fanning2018-02-281-31/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825547 13f79535-47bb-0310-9956-ffa450edef68
* Update JAXB classes with fixed javadocs for java 8 doclintAndreas Beeker2018-02-111-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823910 13f79535-47bb-0310-9956-ffa450edef68
* add byte-buddy and objenesis dependencies for mockitoPJ Fanning2018-01-301-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822636 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62038] add mockito based unit testPJ Fanning2018-01-291-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822517 13f79535-47bb-0310-9956-ffa450edef68
* [github-90] change default DSIG algorithm to SHA256. Thanks to Jörn Franke. ↵PJ Fanning2018-01-261-0/+1
| | | | | | This closes #90 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822293 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.59PJ Fanning2018-01-261-14/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822285 13f79535-47bb-0310-9956-ffa450edef68
* Remove use of xmlbeans 2.3.0 in build to simplify our build dependenciesPJ Fanning2018-01-111-10/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1820868 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused property in build.xmlDominik Stadler2018-01-011-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819775 13f79535-47bb-0310-9956-ffa450edef68
* #61939 - Provide schema for AlternateContent - provide new ooxml-schemas-1.4.jarAndreas Beeker2017-12-301-7/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819690 13f79535-47bb-0310-9956-ffa450edef68
* XDDF usermodel for Charts closes #68 on GitHubAlain Béarez2017-11-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816383 13f79535-47bb-0310-9956-ffa450edef68
* Try to set java.io.tmpdir for tests to avoid the strange permission errors ↵Dominik Stadler2017-11-211-3/+10
| | | | | | that we see in CI-builds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815963 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that no old version of commons-codec is lingering around and causes ↵Dominik Stadler2017-11-211-0/+1
| | | | | | hard to find build errors locally git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815952 13f79535-47bb-0310-9956-ffa450edef68
* upgrade to commons-codec 1.11PJ Fanning2017-11-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815852 13f79535-47bb-0310-9956-ffa450edef68
* Handle case where the JaCoCo zip file is available, but the extracted files ↵Dominik Stadler2017-11-191-0/+3
| | | | | | are missing, not sure how that happens, but we see it on some CI machines... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815755 13f79535-47bb-0310-9956-ffa450edef68
* remove test-hssf ant targetJaven O'Neal2017-10-251-57/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813351 13f79535-47bb-0310-9956-ffa450edef68
* remove test-ss and test-ooxml-ss ant targets, as these were causing problems ↵Javen O'Neal2017-10-251-105/+0
| | | | | | with the build/ooxml-testokfile.txt being written, requiring test-ooxml to be rerun on subsequent ant calls even if had previously completed successfully and not modifications to the ooxml source had been made. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813342 13f79535-47bb-0310-9956-ffa450edef68
* Fix target compile-ooxml-ss, it needs the crypt-code nowDominik Stadler2017-10-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1811596 13f79535-47bb-0310-9956-ffa450edef68
* Add missing test.jar to test-hssf targetDominik Stadler2017-09-181-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808762 13f79535-47bb-0310-9956-ffa450edef68
* Change version to 4.0.0-SNAPSHOT as discussed on the mailing-listDominik Stadler2017-09-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808618 13f79535-47bb-0310-9956-ffa450edef68
* MaxPermSize is not used any more in Java 8, so remove it everywhereDominik Stadler2017-09-171-6/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808617 13f79535-47bb-0310-9956-ffa450edef68
* wrong release-notes linkAndreas Beeker2017-09-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808594 13f79535-47bb-0310-9956-ffa450edef68
* Allow to produce a jar for the integration-test-code so we can use it ↵Dominik Stadler2017-09-161-1/+8
| | | | | | | | directly in the mass-regression tests without having to copy it for every run. Enable some forbidden-api-checks for integration-test code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808506 13f79535-47bb-0310-9956-ffa450edef68
* Update third party libs to latest versionsDominik Stadler2017-09-151-63/+68
| | | | | | | Start updating build to Java 8 Set version to 4.0-beta1 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808472 13f79535-47bb-0310-9956-ffa450edef68
* Numeric Array Formula and Matrix Function [from Bob95132] This closes #69PJ Fanning2017-09-131-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808297 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 3.18-beta1Andreas Beeker2017-09-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807827 13f79535-47bb-0310-9956-ffa450edef68
* release prepare for 3.17 - updating build.xml and status.xmlAndreas Beeker2017-09-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807825 13f79535-47bb-0310-9956-ffa450edef68
* Add Removal annotation to xmlbeans generationAndreas Beeker2017-09-071-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807653 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 3.18-beta1Andreas Beeker2017-09-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807430 13f79535-47bb-0310-9956-ffa450edef68
* release prepare for 3.17 - updating build.xml and status.xmlAndreas Beeker2017-09-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807428 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 3.18-beta1Andreas Beeker2017-08-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806509 13f79535-47bb-0310-9956-ffa450edef68
* release prepare for 3.17 - updating build.xml and status.xmlAndreas Beeker2017-08-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806507 13f79535-47bb-0310-9956-ffa450edef68
* sha512 checksums aren't yet supported by NexusAndreas Beeker2017-08-281-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806505 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 3.18-beta1Andreas Beeker2017-08-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1805582 13f79535-47bb-0310-9956-ffa450edef68
* release prepare for 3.17 - updating build.xml and status.xmlAndreas Beeker2017-08-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1805580 13f79535-47bb-0310-9956-ffa450edef68
* As per ".sha Release Distribution Policy" email, also generate .sha512 ↵Nick Burch2017-08-161-3/+25
| | | | | | hashes for dist git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1805198 13f79535-47bb-0310-9956-ffa450edef68
* try to fix build issues since namespaces constants were changedPJ Fanning2017-07-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802030 13f79535-47bb-0310-9956-ffa450edef68
* test environment via ant - not via the shell - hope that makes sense ...Andreas Beeker2017-07-081-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801341 13f79535-47bb-0310-9956-ffa450edef68
* add version.id to release notes in update-download templateAndreas Beeker2017-07-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800529 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 3.17-beta2Andreas Beeker2017-06-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799747 13f79535-47bb-0310-9956-ffa450edef68
* Update forbidden-apis to version 2.3Dominik Stadler2017-06-181-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799036 13f79535-47bb-0310-9956-ffa450edef68
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-141-0/+1
| | | | | | | | - encryption support for HWPF - refactor/unify EncryptionInfo handling in H**F classes - remove Iterable interface from WorkbookRecordList - use getRecords() instead, to prevent modifications over the Iterator git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1798722 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc has some references to unit test classes, so put the junit jars on ↵Nick Burch2017-06-101-0/+1
| | | | | | the javadoc classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1798324 13f79535-47bb-0310-9956-ffa450edef68
* Forbidden-APIs needs junit-jarsDominik Stadler2017-06-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1798204 13f79535-47bb-0310-9956-ffa450edef68
* Move one testcase with incorrect source locationDominik Stadler2017-06-091-3/+27
| | | | | | | | remove some junit dependencies in example-code build: do not pass junit-jar to normal compile targets to avoid introducing it as dependency again Reformat code, fix warnings, ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1798202 13f79535-47bb-0310-9956-ffa450edef68
* increase heap size for ooxml compilation again, because of failing (gradle?) ↵Andreas Beeker2017-05-301-1/+1
| | | | | | builds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1796868 13f79535-47bb-0310-9956-ffa450edef68
* Add logging for gradle->ant->javac OOMAndreas Beeker2017-05-301-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1796862 13f79535-47bb-0310-9956-ffa450edef68
* Add jmh to Sonar-Maven build as well, add comment why we need to stick to ↵Dominik Stadler2017-05-241-0/+1
| | | | | | 1.15 for now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1796035 13f79535-47bb-0310-9956-ffa450edef68
* Increase memory for xmlbean generation, because of failing gump builds.Andreas Beeker2017-05-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795661 13f79535-47bb-0310-9956-ffa450edef68
* github-54: when adding a picture to an XSSFWorkbook, reduce memory ↵Javen O'Neal2017-05-151-0/+13
| | | | | | | | consumption by 100x and increase speed by 10x based on OpenJDK JMH benchmarking. Thanks to Tim Helmstedt! This closes #54. https://github.com/apache/poi/pull/54 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795252 13f79535-47bb-0310-9956-ffa450edef68