summaryrefslogtreecommitdiffstats
path: root/src/excelant
Commit message (Collapse)AuthorAgeFilesLines
* house keeping - fixes for sonarqube blockersAndreas Beeker2014-10-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634255 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #56814 - Switch from dom4j to JAXPUwe Schindler2014-08-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617428 13f79535-47bb-0310-9956-ffa450edef68
* Add workaround for IBM JDK where Ant populates classname instead of ↵Dominik Stadler2014-05-291-0/+7
| | | | | | className for some reason git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1598264 13f79535-47bb-0310-9956-ffa450edef68
* Remove null-checks that can never be reachedDominik Stadler2014-05-293-13/+24
| | | | | | add test for ExcelAnt setString git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1598225 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some tests to not hardcode the 'test-data' directory. This breaks the ↵Dominik Stadler2014-02-157-25/+43
| | | | | | Sonar-maven build that I am working on locally git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568557 13f79535-47bb-0310-9956-ffa450edef68
* Add slightly more coverage for ExcelAntWorkbookUtilDominik Stadler2013-11-021-2/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538281 13f79535-47bb-0310-9956-ffa450edef68
* Various small Eclipse warning fixes, Dominik Stadler2013-08-142-59/+63
| | | | | | also ensure close() of stream in Ant-Task, although WorkbookFactory usually takes care of this, however in exception-cases it could be missing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1513764 13f79535-47bb-0310-9956-ffa450edef68
* Adjust build.xml to run JaCoCo coverage when running unit tests whenDominik Stadler2013-08-042-4/+18
| | | | | | | | 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
* optimized unused imports in poi-excelantYegor Kozlov2012-03-052-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1296981 13f79535-47bb-0310-9956-ffa450edef68
* removed svn:executable bit from project filesYegor Kozlov2011-12-1027-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212745 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51548 - added the handler in the antlib.xml. Add more substantial ↵Jon Svede2011-07-282-0/+16
| | | | | | javadocs. Need to work on an example before I close the ticket. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1151847 13f79535-47bb-0310-9956-ffa450edef68
* renamed CalculateMortgage to CalculateMortgageFunction in test build script ↵Yegor Kozlov2011-07-231-1/+1
| | | | | | too to keep Gump happy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150085 13f79535-47bb-0310-9956-ffa450edef68
* renamed excelant test class to avoid collision with poi-examples when all ↵Yegor Kozlov2011-07-212-3/+5
| | | | | | classes compiled in the same directory, also removed duplicated log4j.properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149134 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple of license headers, and tweak the rat settings so it runs cleanNick Burch2011-03-041-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077865 13f79535-47bb-0310-9956-ffa450edef68
* test Ant file with ExcelAnt targetsexcelantYegor Kozlov2011-02-191-0/+120
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/excelant@1072260 13f79535-47bb-0310-9956-ffa450edef68
* initial import of ExcelAnt tasks, see Bugzilla 50610Yegor Kozlov2011-02-1827-0/+2922
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/excelant@1072119 13f79535-47bb-0310-9956-ffa450edef68