summaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update XMLBeans to version 2.6.0Dominik Stadler2014-06-111-3/+3
| | | | | | | | Conflicts: .classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602006 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest Ant 1.9.4 and add ant-launcher which is used inDominik Stadler2014-05-291-2/+9
| | | | | | ExcelAnt tests to make it easier to run these tests in Eclipse git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1598226 13f79535-47bb-0310-9956-ffa450edef68
* More stax jar removal for Java 6Nick Burch2014-04-151-9/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1587631 13f79535-47bb-0310-9956-ffa450edef68
* Now that we require Java 1.6, we no longer need to include the STAX-API jar ↵Nick Burch2014-04-151-6/+1
| | | | | | as JRE 1.6 has it build in git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1587605 13f79535-47bb-0310-9956-ffa450edef68
* Exclude some generated classes from coverage measurements, now instruction ↵Dominik Stadler2014-03-161-3/+6
| | | | | | coverage is at around 72%, also update JaCoCo to latest version 0.6.5 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1578146 13f79535-47bb-0310-9956-ffa450edef68
* disable font downloading, because of Jenkins connection (download) problemsAndreas Beeker2014-03-041-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1574226 13f79535-47bb-0310-9956-ffa450edef68
* build.xml: Add missing depends on init for compile-main targetDominik Stadler2014-02-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568556 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs fixAndreas Beeker2014-02-131-1/+1
| | | | | | | | - fixed "Field isn't final but should be" - see http://findbugs.sourceforge.net/bugDescriptions.html#MS_SHOULD_BE_FINAL git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568145 13f79535-47bb-0310-9956-ffa450edef68
* disable not applicable findbugs checkAndreas Beeker2014-02-131-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1567815 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images ↵Andreas Beeker2014-02-111-2/+23
| | | | | | from ppt) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1567455 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs fixAndreas Beeker2014-02-091-1/+1
| | | | | | | | - fixed "Class defines equals() and uses Object.hashCode()" - see http://findbugs.sourceforge.net/bugDescriptions.html#HE_EQUALS_USE_HASHCODE - implemented UnicodeString.ExtRst.hashCode() + junit-test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1566427 13f79535-47bb-0310-9956-ffa450edef68
* Use findbugs in the jenkins buildAndreas Beeker2014-02-081-1/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1566172 13f79535-47bb-0310-9956-ffa450edef68
* Switch to JDK 6 for generated code as wellDominik Stadler2014-02-031-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563999 13f79535-47bb-0310-9956-ffa450edef68
* Update commons-logging to 1.1.3 and set scope to test for hamcrest lib in pomDominik Stadler2014-02-031-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563997 13f79535-47bb-0310-9956-ffa450edef68
* Update third party libs: commons-codec to 1.9, log4j to 1.2.17Dominik Stadler2014-02-011-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563447 13f79535-47bb-0310-9956-ffa450edef68
* Fix pattern for license check failureDominik Stadler2014-01-201-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1559818 13f79535-47bb-0310-9956-ffa450edef68
* Add license check via Apache rat to jenkins buildDominik Stadler2014-01-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1559813 13f79535-47bb-0310-9956-ffa450edef68
* adjust ant-target check-rat: Download jarfile instead of requiring it ↵Dominik Stadler2014-01-201-5/+26
| | | | | | locally, write report to a temporary file and scan it for failures to break the build if necessary git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1559810 13f79535-47bb-0310-9956-ffa450edef68
* set version.id to 3.11-beta1Yegor Kozlov2014-01-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1558698 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest JaCoCo 0.6.4Dominik Stadler2013-12-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553521 13f79535-47bb-0310-9956-ffa450edef68
* Patch for Bug/Enhancement 55818 - add encryption supportAndreas Beeker2013-12-241-6/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553336 13f79535-47bb-0310-9956-ffa450edef68
* Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some ↵Dominik Stadler2013-10-301-1/+1
| | | | | | Eclipse warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1537331 13f79535-47bb-0310-9956-ffa450edef68
* increment build beta version to 3.10-beta3; forgot to as part of last ↵Tim Allison2013-09-271-1/+1
| | | | | | release...doh. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1526965 13f79535-47bb-0310-9956-ffa450edef68
* Update to JaCoCo 0.6.3 and svn-ignore the .zip file as wellDominik Stadler2013-08-141-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1513762 13f79535-47bb-0310-9956-ffa450edef68
* Fix how coverage-reporting is triggered, was effectively disabled always ↵Dominik Stadler2013-08-121-1/+2
| | | | | | currently because of how Ant if/unless works git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1513233 13f79535-47bb-0310-9956-ffa450edef68
* Adjust build.xml to run JaCoCo coverage when running unit tests whenDominik Stadler2013-08-041-77/+191
| | | | | | | | flag coverage.enabled is set to true, download necessary jars, add jacoco:coverage to junit targets and a testcoveragereport target which produces the coverage report. Also fix a test that is affected by JaCoCo and add slightly more coverage in another test. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1510243 13f79535-47bb-0310-9956-ffa450edef68
* Fix build broken by previous checkin by creating a TestUnfixedBugs for ooxml ↵Dominik Stadler2013-07-011-0/+1
| | | | | | as well and excluding the new test-class in test-ooxml similar to the main tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1498280 13f79535-47bb-0310-9956-ffa450edef68
* Adjust build.xml to update to junit 4.11Dominik Stadler2013-06-301-6/+15
| | | | | | Also allow to specify a pattern to only run certain unit tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1498178 13f79535-47bb-0310-9956-ffa450edef68
* Update trunk after 3.10-beta1 tagging in svnNick Burch2013-06-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496661 13f79535-47bb-0310-9956-ffa450edef68
* Following dev@ discussions, the next release will be 3.10 not 4.0Nick Burch2013-05-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1486829 13f79535-47bb-0310-9956-ffa450edef68
* Don't include the generation date in the javadocs, as it bloats the changes ↵Nick Burch2013-05-261-1/+2
| | | | | | when publishing the site git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1486434 13f79535-47bb-0310-9956-ffa450edef68
* updated version.id and release date of POI-3.9Yegor Kozlov2012-11-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1413362 13f79535-47bb-0310-9956-ffa450edef68
* fixed missing licence headersYegor Kozlov2012-11-251-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1413340 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54008: Fixed Ant build to support build directories with blanksYegor Kozlov2012-10-261-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1402473 13f79535-47bb-0310-9956-ffa450edef68
* increased jvm heap size for testing(Xmx256)gsoc2012Evgeniy Berlog2012-08-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1371230 13f79535-47bb-0310-9956-ffa450edef68
* include commons-codec.jar in dists, support for jenkins buildYegor Kozlov2012-04-221-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1328803 13f79535-47bb-0310-9956-ffa450edef68
* trunk is 3.9-beta1 nowYegor Kozlov2012-03-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1302308 13f79535-47bb-0310-9956-ffa450edef68
* current version is 3.8-beta6 nowYegor Kozlov2011-12-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212785 13f79535-47bb-0310-9956-ffa450edef68
* keep rat quietYegor Kozlov2011-12-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212403 13f79535-47bb-0310-9956-ffa450edef68
* more progress with xlsf: support for gradient and texture fills, ↵Yegor Kozlov2011-11-071-0/+4
| | | | | | backgrounds, improved drawing of preset shapes and many more updates ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1198658 13f79535-47bb-0310-9956-ffa450edef68
* enable assertions for unit-tests (currently disabled for ooxml due to ↵Maxim Valyanskiy2011-09-121-0/+4
| | | | | | failure in TestSXSSFRow) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1169699 13f79535-47bb-0310-9956-ffa450edef68
* trunk is 3.8-beta5 nowYegor Kozlov2011-08-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1160854 13f79535-47bb-0310-9956-ffa450edef68
* more XSLF updatesYegor Kozlov2011-08-121-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1157002 13f79535-47bb-0310-9956-ffa450edef68
* cleanup sxxsf temp files after tests, remove non-ascii characters from ↵Yegor Kozlov2011-06-251-0/+7
| | | | | | source code, polished test output git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139518 13f79535-47bb-0310-9956-ffa450edef68
* Update build.xml version now beta 3 is outNick Burch2011-06-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1133362 13f79535-47bb-0310-9956-ffa450edef68
* bug#51165: Add support for OOXML Agile EncryptionMaxim Valyanskiy2011-05-101-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1101397 13f79535-47bb-0310-9956-ffa450edef68
* 3.8 beta2 has been releasedNick Burch2011-04-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1090264 13f79535-47bb-0310-9956-ffa450edef68
* Add documentation for the HMEF (TNEF/winmail.dat) support so far.Nick Burch2011-03-041-1/+1
| | | | | | | Also add a little bit to the HPBF docs, and tweak build.xml to check the right files when deciding if the docs are up to date. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077891 13f79535-47bb-0310-9956-ffa450edef68
* set version.id to 3.8-beta2Yegor Kozlov2011-03-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077890 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple of license headers, and tweak the rat settings so it runs cleanNick Burch2011-03-041-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077865 13f79535-47bb-0310-9956-ffa450edef68