summaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove the older version of commons-compress and some possible remnants of ↵Dominik Stadler2018-06-101-1/+2
| | | | | | xmlbeans-2.3.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833291 13f79535-47bb-0310-9956-ffa450edef68
* remove unnecessary xmlbeans jar manipulationPJ Fanning2018-06-101-9/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833288 13f79535-47bb-0310-9956-ffa450edef68
* update property names in build.xmlPJ Fanning2018-06-101-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833287 13f79535-47bb-0310-9956-ffa450edef68
* #62187 - Compiling with Java 10 fails with ClassCastException / use ↵Andreas Beeker2018-06-031-0/+8
| | | | | | commons-compress for zipbomb detection git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832789 13f79535-47bb-0310-9956-ffa450edef68
* #62355 - unsplit packages - 2 - modified classes (not only imports)Andreas Beeker2018-05-271-13/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832359 13f79535-47bb-0310-9956-ffa450edef68
* Allow one more add-opens to silence one more warning seen in Java 9/Java 10 ↵Dominik Stadler2018-04-301-0/+8
| | | | | | | | currently Use latest JDK 10 versions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830551 13f79535-47bb-0310-9956-ffa450edef68
* Need to switch to ASM 6.0 as well to make the coverage reports to work, ↵Dominik Stadler2018-04-301-3/+12
| | | | | | unfortunately the asm-all package seems to be gone, so we need to use three jar files now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830542 13f79535-47bb-0310-9956-ffa450edef68
* Update to JaCoCo 0.8.1 to support Java 10 for JaCoCo runsDominik Stadler2018-04-301-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830535 13f79535-47bb-0310-9956-ffa450edef68
* Update to forbidden-apis 2.5Dominik Stadler2018-04-261-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830131 13f79535-47bb-0310-9956-ffa450edef68
* Create some directories if not existing in testcoveragereportDominik Stadler2018-04-041-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828376 13f79535-47bb-0310-9956-ffa450edef68
* 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