summaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Delete outdated versions of ooxml-schemas jars before buildingDominik Stadler2015-10-141-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708681 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest commons-codec-1.10 and commons-logging-1.2, use the ↵Dominik Stadler2015-10-131-9/+10
| | | | | | properties for these libs everywhere in build.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708464 13f79535-47bb-0310-9956-ffa450edef68
* Exclude visio xsd from rat checkDustin Spicuzza2015-10-071-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1707292 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58048: Add visio schemas to the OOXML jarDustin Spicuzza2015-10-071-4/+8
| | | | | | - Bumped OOXML jar version also git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1707177 13f79535-47bb-0310-9956-ffa450edef68
* Ant build: Use correct AntTask as reported by forbidden-apis-check, Print ↵Dominik Stadler2015-10-061-1/+2
| | | | | | out which documentation directory is looked at in -check-docs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1707055 13f79535-47bb-0310-9956-ffa450edef68
* Clean up a bit and move some comments into descriptions for the benefit of ↵David North2015-10-051-11/+5
| | | | | | ant -p git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706822 13f79535-47bb-0310-9956-ffa450edef68
* Update forbidden-api checks to new release 2.0Dominik Stadler2015-09-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706151 13f79535-47bb-0310-9956-ffa450edef68
* 3.13 Final RC preparationAndreas Beeker2015-09-211-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704429 13f79535-47bb-0310-9956-ffa450edef68
* More forbidden apis fixes (added main-tests to the check)Andreas Beeker2015-09-111-1/+4
| | | | | | | | | and a few junit4 upgrades ... hopefully this doesn't crash the build again ... :| to simulate the tests on jenkins on the local developer box, uncomment the UTC lines in the build.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1702356 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and ↵Andreas Beeker2015-09-071-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | timezone settings also includes fixes for - name shadowing - unused deprecated method "getClipRect" in classes extending Graphics2d - HexDump - replaced intermediate String.format calls with custom padding - convert testcases to junit4 - closing resources also tested with an arbitary timezone (PST) and locale (ru) supresses forbidden apis check for - LocaleUtil (the only place where Locale.getDefault() and TimeZone.getDefault() should be called) - Classes using FontMetrics - without the actual text it's difficult to return something sane Some usage of UTC and Locale.ROOT might be still wrong, e.g. in MapiMessage we don't access the extended mapi properties, which might contain the timezone DataFormatter has now a Observable property which need to be observed when custom formats are used and the Locale changes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1701688 13f79535-47bb-0310-9956-ffa450edef68
* Enable the Forbidden APIs checks on Main, Scratchpad and OOXML. Run with ↵Nick Burch2015-08-271-1/+21
| | | | | | "ant forbidden-apis-check" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698148 13f79535-47bb-0310-9956-ffa450edef68
* Update RAT docs, and fetch the Forbidden APIs jarNick Burch2015-08-271-5/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698147 13f79535-47bb-0310-9956-ffa450edef68
* Stub a call to the Forbidden APIs checkNick Burch2015-08-271-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698143 13f79535-47bb-0310-9956-ffa450edef68
* Specify the amount of memory for OOXMLLite as different environments fail ↵Dominik Stadler2015-08-231-0/+1
| | | | | | sometimes currently and it should make the build more reproducible if we state how much memeory we want git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697233 13f79535-47bb-0310-9956-ffa450edef68
* Add empty.pptx to excludes in rat-checkDominik Stadler2015-08-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697232 13f79535-47bb-0310-9956-ffa450edef68
* Use more permsize when running ooxml-lite as it seems to reach the default ↵Dominik Stadler2015-08-181-0/+1
| | | | | | limit now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696359 13f79535-47bb-0310-9956-ffa450edef68
* Adjust dependencies to make target compile-ooxml-xsds run standalone and use ↵Dominik Stadler2015-08-181-2/+2
| | | | | | init instead of check-jars,fetch-jars git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696358 13f79535-47bb-0310-9956-ffa450edef68
* use woodstox property on all junit callsAndreas Beeker2015-08-071-300/+296
| | | | | | move test system properties to junit propertyset git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694751 13f79535-47bb-0310-9956-ffa450edef68
* another try to fix the woodstox errors in the gump buildAndreas Beeker2015-08-051-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694337 13f79535-47bb-0310-9956-ffa450edef68
* Maven uses plurals for everything *except* javadocs... #58203Nick Burch2015-08-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693768 13f79535-47bb-0310-9956-ffa450edef68
* merged common_sl branch to trunkAndreas Beeker2015-07-241-2/+40
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1692593 13f79535-47bb-0310-9956-ffa450edef68
| * disable jaxb class generation, because the order is different with each runcommon_slAndreas Beeker2015-07-191-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1691849 13f79535-47bb-0310-9956-ffa450edef68
| * merge trunk to common sl branchAndreas Beeker2015-07-191-28/+71
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1691843 13f79535-47bb-0310-9956-ffa450edef68
| * downgraded xjc params to jdk6 and regenerated geometry binding classesAndreas Beeker2015-07-081-2/+3
| | | | | | | | | | | | | | | | | | added rendering for auto numbers fixed various bugs on failing tests changed xslf paragraph indent to indentLevel to align with hslf added escher record factory subclass to hslf, to eventually make hslf wrapper classes obsolete git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1689777 13f79535-47bb-0310-9956-ffa450edef68
| * initial commit - still lots of errors, but I need to switch to a clean trunk ↵Andreas Beeker2015-02-211-1/+39
| | | | | | | | | | | | for releasing and testing git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1661322 13f79535-47bb-0310-9956-ffa450edef68
* | remove some older jacoco jars from the lib-directories to avoid loading ↵Dominik Stadler2015-06-161-0/+3
| | | | | | | | | | | | outdated 3rd party code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1685702 13f79535-47bb-0310-9956-ffa450edef68
* | List more targets in help, make jar-src work standaloneDominik Stadler2015-05-311-1/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682785 13f79535-47bb-0310-9956-ffa450edef68
* | Set version to 3.13-beta1Dominik Stadler2015-05-311-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682784 13f79535-47bb-0310-9956-ffa450edef68
* | Note on why ooxml needs scratchpad, for one part onlyNick Burch2015-05-281-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682212 13f79535-47bb-0310-9956-ffa450edef68
* | Fix inconsistent indentsNick Burch2015-05-281-15/+16
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682201 13f79535-47bb-0310-9956-ffa450edef68
* | Update to JaCoCo 0.7.4 and fix location of coverage data in build-outputDominik Stadler2015-05-191-3/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1680228 13f79535-47bb-0310-9956-ffa450edef68
* | Make source-build from a fresh repository work, compile-lib was not created.Dominik Stadler2015-05-081-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678322 13f79535-47bb-0310-9956-ffa450edef68
* | Use en-locale for javadoc otherwise apidocs contains <html lang="de"> attributesAndreas Beeker2015-05-061-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678109 13f79535-47bb-0310-9956-ffa450edef68
* | Release preparationAndreas Beeker2015-05-041-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1677675 13f79535-47bb-0310-9956-ffa450edef68
* | javadoc fix ... trying to get rid of the "Error fetching URL" warningAndreas Beeker2015-05-041-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1677659 13f79535-47bb-0310-9956-ffa450edef68
* | Little bit more OSGi, not yet working #57857Nick Burch2015-04-251-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1675991 13f79535-47bb-0310-9956-ffa450edef68
* | #57857 Based on the Apache Tika OSGi bundle and tests, start on a ↵Nick Burch2015-04-251-0/+8
| | | | | | | | | | | | maven-powered build and test for a POI bundle git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1675989 13f79535-47bb-0310-9956-ffa450edef68
* | Also write findbugs.xml file for reading the results in ^Cnkins buildsDominik Stadler2015-03-141-1/+24
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1666657 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 57612: Fix checking for proxy/accessible website in TestSignatureInfoDominik Stadler2015-02-231-1/+5
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1661774 13f79535-47bb-0310-9956-ffa450edef68
* | Fix typo - remove duplicate charactersNick Burch2015-02-231-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1661662 13f79535-47bb-0310-9956-ffa450edef68
* | update to next beta and docu fixAndreas Beeker2015-02-211-2/+2
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1661349 13f79535-47bb-0310-9956-ffa450edef68
* Add ooxml-sources-jar files to up-to-date check to still recompile if only ↵Dominik Stadler2015-02-091-0/+2
| | | | | | they are missing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1658593 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57468: Avoid possible build-error if lib-directory is not createdDominik Stadler2015-01-211-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1653643 13f79535-47bb-0310-9956-ffa450edef68
* Adjust .classpath sources and add missing dependencies to run ooxml-lite ↵Dominik Stadler2015-01-031-1/+1
| | | | | | tests standalone git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649179 13f79535-47bb-0310-9956-ffa450edef68
* Update to junit-4.12, the jar file is downloaded, so not required on ↵Dominik Stadler2015-01-031-10/+7
| | | | | | | | | classpath anymore. Also adjust version in pom.xml for Sonar. Conflicts: .classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649178 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest JaCoCo 0.7.2 and adjust coverage report to exclude ↵Dominik Stadler2015-01-031-9/+23
| | | | | | | | | third-party code that is not relevant for coverage measurement Conflicts: build.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649177 13f79535-47bb-0310-9956-ffa450edef68
* Exclude javadoc-jars in findbugs runDominik Stadler2014-12-281-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648155 13f79535-47bb-0310-9956-ffa450edef68
* Add jars from compile-lib to findbugs targetDominik Stadler2014-12-261-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647938 13f79535-47bb-0310-9956-ffa450edef68
* Add a test-suite which performs integration/stress tests which load and ↵Dominik Stadler2014-12-251-1/+78
| | | | | | | | | | | | | handle all stored test files in various ways. It works by using handlers for each type of file which perform various operations on the files, e.g. loading, iterating content, modify, ... This will trigger changes which break working with the available test-files and thus provides another layer of regression testing which hopefully prevents some failures from making it into releases. It is runnable via a new ant-target 'test-integration' and also added to the jenkins-target. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647885 13f79535-47bb-0310-9956-ffa450edef68
* Prep for releaseNick Burch2014-12-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1645814 13f79535-47bb-0310-9956-ffa450edef68