summaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Add ASL header and exclude table preset from rat-checkAndreas Beeker2017-05-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795137 13f79535-47bb-0310-9956-ffa450edef68
* Exclude one more test from no-scratchpad runs, not sure how this was even ↵Dominik Stadler2017-04-301-0/+1
| | | | | | working before... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793253 13f79535-47bb-0310-9956-ffa450edef68
* Website update / release guide fixAndreas Beeker2017-04-161-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791631 13f79535-47bb-0310-9956-ffa450edef68
* roll back to hamcrest-coreJaven O'Neal2017-04-161-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791572 13f79535-47bb-0310-9956-ffa450edef68
* roll back to hamcrest-coreJaven O'Neal2017-04-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791570 13f79535-47bb-0310-9956-ffa450edef68
* change from hamcrest-core-1.3 to hamcrest-all-1.3Javen O'Neal2017-04-151-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791444 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 3.17-beta1Andreas Beeker2017-04-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791047 13f79535-47bb-0310-9956-ffa450edef68
* release prepare for 3.16 - updating build.xml and status.xmlAndreas Beeker2017-04-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791045 13f79535-47bb-0310-9956-ffa450edef68
* bug 59227: parse dates formatted in Japanese or Chinese. Change javac source ↵Javen O'Neal2017-02-081-1/+1
| | | | | | encoding from ASCII to UTF-8 (same as build.gradle). Patch from jzhao. This closes #48 on Github. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782119 13f79535-47bb-0310-9956-ffa450edef68
* run release-prep0 with https URLs. This worked for kiwiwings.Javen O'Neal2017-02-021-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1781337 13f79535-47bb-0310-9956-ffa450edef68
* echo release versionJaven O'Neal2017-02-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1781195 13f79535-47bb-0310-9956-ffa450edef68
* release-prep1 should abort if release tag already exists. It's likely that ↵Javen O'Neal2017-02-011-1/+19
| | | | | | the version was entered incorrectly or copy-pasted from a template. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1781191 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 3.16-beta3Javen O'Neal2017-01-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1780508 13f79535-47bb-0310-9956-ffa450edef68
* revert r1780499: wrong release-prep1 version (3.15-beta1)Javen O'Neal2017-01-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1780505 13f79535-47bb-0310-9956-ffa450edef68
* Revert r1780501: wrong release-prep1 version (3.15-beta1)Javen O'Neal2017-01-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1780502 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 3.15-beta2Javen O'Neal2017-01-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1780501 13f79535-47bb-0310-9956-ffa450edef68
* release prepare for 3.15-beta1 - updating build.xml and status.xmlJaven O'Neal2017-01-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1780499 13f79535-47bb-0310-9956-ffa450edef68
* Need a fifth addopens-parameter for JDK 9Dominik Stadler2017-01-261-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1780457 13f79535-47bb-0310-9956-ffa450edef68
* Allow to pass --add-modules to javadoc as well as we get lots of missing ↵Dominik Stadler2016-12-311-0/+3
| | | | | | code reported otherwise, we cannot use the existing property java9addmods as we need to use a different default-value for non-JDK9 builds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776797 13f79535-47bb-0310-9956-ffa450edef68
* Coverage:Dominik Stadler2016-12-311-10/+5
| | | | | | | | * Exclude "examples" from coverage in Jenkins, add some comments * Fix warning in newer Gradle versions * Adjust coverage-excludes in build.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776715 13f79535-47bb-0310-9956-ffa450edef68
* Update JaCoCo to 0.7.8 to allow to run it when using JDK 9Dominik Stadler2016-12-301-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776623 13f79535-47bb-0310-9956-ffa450edef68
* Add full support for using file-leak-detector, will be added to CI to report ↵Dominik Stadler2016-12-301-0/+3
| | | | | | missing close() calls in test-runs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776617 13f79535-47bb-0310-9956-ffa450edef68
* Allow to set the new --add-opens argument for JDK 9, scratchpad tests ↵Dominik Stadler2016-12-301-4/+48
| | | | | | require slightly more memory on JDK 9 now, also adjust the Jenkins DSL accordingly. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776608 13f79535-47bb-0310-9956-ffa450edef68
* Use one redirection less when downloading findbugs jarDominik Stadler2016-12-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776066 13f79535-47bb-0310-9956-ffa450edef68
* Revert "Fail after running tests if halt.on.test.failure is set and tests ↵Dominik Stadler2016-12-111-13/+0
| | | | | | | | are failing" This reverts commit 1fdfcd3d44e71a2b919f045bad849b9d38150aea. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773688 13f79535-47bb-0310-9956-ffa450edef68
* Revert "Add file-leak-detector to test-run and ooxml-lite generation in ↵Dominik Stadler2016-12-111-8/+1
| | | | | | | | build.xml" This reverts commit 0392a0e1c7cb188c57f59fa17578b0a69bab4d22. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773678 13f79535-47bb-0310-9956-ffa450edef68
* Add file-leak-detector to test-run and ooxml-lite generation in build.xmlDominik Stadler2016-12-111-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773646 13f79535-47bb-0310-9956-ffa450edef68
* Fail after running tests if halt.on.test.failure is set and tests are failingDominik Stadler2016-12-111-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773636 13f79535-47bb-0310-9956-ffa450edef68
* removed duplicate ignoreAndreas Beeker2016-11-291-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771977 13f79535-47bb-0310-9956-ffa450edef68
* #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for ↵Andreas Beeker2016-11-291-89/+100
| | | | | | | | adding WMF images more cases git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771974 13f79535-47bb-0310-9956-ffa450edef68
* #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for ↵Andreas Beeker2016-11-291-2/+3
| | | | | | | | adding WMF images more cases git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771832 13f79535-47bb-0310-9956-ffa450edef68
* rat-check fixAndreas Beeker2016-11-271-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771649 13f79535-47bb-0310-9956-ffa450edef68
* fix update-download taskAndreas Beeker2016-11-241-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771066 13f79535-47bb-0310-9956-ffa450edef68
* fix broken link http://missing-link.googlecode.com/files/ml-ant-http-1.1.3.zipJaven O'Neal2016-11-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771056 13f79535-47bb-0310-9956-ffa450edef68
* Fix missing directory 'maven' in source release packages, adjust the related ↵Dominik Stadler2016-11-141-1/+8
| | | | | | | | test-Ant-script to call 'assemble' instead of 'jar' to catch something like this in the future. Also exclude some more intermediate files/directories from the source package. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769684 13f79535-47bb-0310-9956-ffa450edef68
* http://www.apache.org/dist/poi -> https://www.apache.org/dist/poiJaven O'Neal2016-11-141-18/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769566 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 3.16-beta2Javen O'Neal2016-11-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769474 13f79535-47bb-0310-9956-ffa450edef68
* Add a way to exclude tests via Ant-properties, needed to check if ↵Dominik Stadler2016-11-071-1/+8
| | | | | | ooxml-tests run without scratchpad (except TestExtractorFactory) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768591 13f79535-47bb-0310-9956-ffa450edef68
* Allow more time for a unit-test when running on slow Gump VMDominik Stadler2016-10-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1766397 13f79535-47bb-0310-9956-ffa450edef68
* bug 59853: support PivotTables with named structured references; patch from ↵Javen O'Neal2016-09-201-1/+1
| | | | | | Greg Woolsey git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761537 13f79535-47bb-0310-9956-ffa450edef68