Commit Graph

277 Commits

Author SHA1 Message Date
Nick Burch 06fa83bda7 Prep for 3.11 beta 1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614956 13f79535-47bb-0310-9956-ffa450edef68
2014-07-31 18:54:22 +00:00
Nick Burch deba3155a8 Exclude the release notes and readmes from the rat checks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614642 13f79535-47bb-0310-9956-ffa450edef68
2014-07-30 12:53:19 +00:00
Nick Burch c9e6a7345c Add a target to help with generating the release notes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614573 13f79535-47bb-0310-9956-ffa450edef68
2014-07-30 07:32:21 +00:00
Dominik Stadler 090d669dba JaCoCo 0.7.x requires asm-5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1612887 13f79535-47bb-0310-9956-ffa450edef68
2014-07-23 17:41:40 +00:00
Dominik Stadler a8a582e3b2 Upgrade to latest JaCoCo 0.7.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1607384 13f79535-47bb-0310-9956-ffa450edef68
2014-07-02 14:48:59 +00:00
Dominik Stadler 516ce6c586 Revert upgrade to XMLBeans 2.6.0 to properly discuss on the mailinglist first
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602075 13f79535-47bb-0310-9956-ffa450edef68
2014-06-12 07:08:21 +00:00
Dominik Stadler 9d1d93b88f Add missing @Overrides, reformat some files, increase coverage slightly,
comments, fix Eclipse warnings and add close() calls in some tests and
in HMEFMessage() to close files during tests correctly.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602008 13f79535-47bb-0310-9956-ffa450edef68
2014-06-11 20:36:30 +00:00
Dominik Stadler b9dee7bd46 Update XMLBeans to version 2.6.0
Conflicts:

	.classpath

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602006 13f79535-47bb-0310-9956-ffa450edef68
2014-06-11 20:32:52 +00:00
Dominik Stadler d24ed25318 Update to latest Ant 1.9.4 and add ant-launcher which is used in
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
2014-05-29 09:16:29 +00:00
Nick Burch 7927e10eb7 More stax jar removal for Java 6
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1587631 13f79535-47bb-0310-9956-ffa450edef68
2014-04-15 16:29:05 +00:00
Nick Burch abd2638635 Now that we require Java 1.6, we no longer need to include the STAX-API jar 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
2014-04-15 15:19:30 +00:00
Dominik Stadler 78665403c5 Exclude some generated classes from coverage measurements, now instruction 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
2014-03-16 19:46:46 +00:00
Andreas Beeker 51863e5267 disable font downloading, because of Jenkins connection (download) problems
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1574226 13f79535-47bb-0310-9956-ffa450edef68
2014-03-04 22:23:29 +00:00
Dominik Stadler d5e69ccbb5 build.xml: Add missing depends on init for compile-main target
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568556 13f79535-47bb-0310-9956-ffa450edef68
2014-02-15 00:19:50 +00:00
Andreas Beeker 3ceb93b23d FindBugs fix
- 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
2014-02-13 23:34:11 +00:00
Andreas Beeker 276b477322 disable not applicable findbugs check
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1567815 13f79535-47bb-0310-9956-ffa450edef68
2014-02-13 00:07:36 +00:00
Andreas Beeker 8c3785890a Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images from ppt)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1567455 13f79535-47bb-0310-9956-ffa450edef68
2014-02-11 23:16:54 +00:00
Andreas Beeker 413e76aed0 FindBugs fix
- 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
2014-02-09 21:19:20 +00:00
Andreas Beeker 70291c0e2f Use findbugs in the jenkins build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1566172 13f79535-47bb-0310-9956-ffa450edef68
2014-02-08 23:44:42 +00:00
Dominik Stadler ca4e4a39dd Switch to JDK 6 for generated code as well
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563999 13f79535-47bb-0310-9956-ffa450edef68
2014-02-03 18:55:37 +00:00
Dominik Stadler 42683639b5 Update commons-logging to 1.1.3 and set scope to test for hamcrest lib in pom
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563997 13f79535-47bb-0310-9956-ffa450edef68
2014-02-03 18:54:44 +00:00
Dominik Stadler 52f6733baf Update third party libs: commons-codec to 1.9, log4j to 1.2.17
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563447 13f79535-47bb-0310-9956-ffa450edef68
2014-02-01 17:21:21 +00:00
Dominik Stadler c1963d6e60 Fix pattern for license check failure
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1559818 13f79535-47bb-0310-9956-ffa450edef68
2014-01-20 19:55:44 +00:00
Dominik Stadler 802824881b Add license check via Apache rat to jenkins build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1559813 13f79535-47bb-0310-9956-ffa450edef68
2014-01-20 19:31:57 +00:00
Dominik Stadler 552d44d96e adjust ant-target check-rat: Download jarfile instead of requiring it 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
2014-01-20 19:25:22 +00:00
Yegor Kozlov b777f5a9e8 set version.id to 3.11-beta1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1558698 13f79535-47bb-0310-9956-ffa450edef68
2014-01-16 04:56:26 +00:00
Dominik Stadler 8f9d081f62 Update to latest JaCoCo 0.6.4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553521 13f79535-47bb-0310-9956-ffa450edef68
2013-12-26 17:54:27 +00:00
kiwiwings ad9cecae59 Patch for Bug/Enhancement 55818 - add encryption support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553336 13f79535-47bb-0310-9956-ffa450edef68
2013-12-24 23:13:21 +00:00
Dominik Stadler d08ab9dc0d Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Eclipse warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1537331 13f79535-47bb-0310-9956-ffa450edef68
2013-10-30 22:26:13 +00:00
Tim Allison 1e8ffef6a6 increment build beta version to 3.10-beta3; forgot to as part of last release...doh.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1526965 13f79535-47bb-0310-9956-ffa450edef68
2013-09-27 15:53:53 +00:00
Dominik Stadler a3da607f36 Update to JaCoCo 0.6.3 and svn-ignore the .zip file as well
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1513762 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 08:20:21 +00:00
Dominik Stadler 0124294b3f Fix how coverage-reporting is triggered, was effectively disabled always 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
2013-08-12 19:43:40 +00:00
Dominik Stadler ffc31302a4 Adjust build.xml to run JaCoCo coverage when running unit tests when
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
2013-08-04 16:38:01 +00:00
Dominik Stadler 5a0887c9e4 Fix build broken by previous checkin by creating a TestUnfixedBugs for ooxml 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
2013-07-01 08:03:40 +00:00
Dominik Stadler 1b66a17f74 Adjust build.xml to update to junit 4.11
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
2013-06-30 20:49:51 +00:00
Nick Burch c147316ff5 Update trunk after 3.10-beta1 tagging in svn
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496661 13f79535-47bb-0310-9956-ffa450edef68
2013-06-25 22:40:02 +00:00
Nick Burch 8044d82dd5 Following dev@ discussions, the next release will be 3.10 not 4.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1486829 13f79535-47bb-0310-9956-ffa450edef68
2013-05-28 09:19:29 +00:00
Nick Burch 7a458c6aa7 Don't include the generation date in the javadocs, as it bloats the changes when publishing the site
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1486434 13f79535-47bb-0310-9956-ffa450edef68
2013-05-26 17:04:53 +00:00
Yegor Kozlov 372be41bb9 updated version.id and release date of POI-3.9
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1413362 13f79535-47bb-0310-9956-ffa450edef68
2012-11-25 15:22:15 +00:00
Yegor Kozlov 6f0b9cd5df fixed missing licence headers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1413340 13f79535-47bb-0310-9956-ffa450edef68
2012-11-25 12:01:54 +00:00
Yegor Kozlov 08c53a90dc Bug 54008: Fixed Ant build to support build directories with blanks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1402473 13f79535-47bb-0310-9956-ffa450edef68
2012-10-26 11:50:20 +00:00
Evgeniy Berlog 2b621a8b58 increased jvm heap size for testing(Xmx256)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1371230 13f79535-47bb-0310-9956-ffa450edef68
2012-08-09 14:43:41 +00:00
Yegor Kozlov f3c2ce6de8 include commons-codec.jar in dists, support for jenkins build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1328803 13f79535-47bb-0310-9956-ffa450edef68
2012-04-22 06:40:10 +00:00
Yegor Kozlov c03bcf23d4 trunk is 3.9-beta1 now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1302308 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19 07:31:34 +00:00
Yegor Kozlov 2dd8bbb3a6 current version is 3.8-beta6 now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212785 13f79535-47bb-0310-9956-ffa450edef68
2011-12-10 12:57:36 +00:00
Yegor Kozlov 17c6a33b99 keep rat quiet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212403 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 13:27:12 +00:00
Yegor Kozlov 21b4a0f948 more progress with xlsf: support for gradient and texture fills, 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
2011-11-07 09:12:16 +00:00
Maxim Valyanskiy ee5162ff4b enable assertions for unit-tests (currently disabled for ooxml due to failure in TestSXSSFRow)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1169699 13f79535-47bb-0310-9956-ffa450edef68
2011-09-12 11:40:54 +00:00
Yegor Kozlov 6333da1b20 trunk is 3.8-beta5 now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1160854 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 19:05:40 +00:00
Yegor Kozlov 2015a64269 more XSLF updates
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1157002 13f79535-47bb-0310-9956-ffa450edef68
2011-08-12 08:16:02 +00:00