aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Prep for releaseNick Burch2014-12-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1645812 13f79535-47bb-0310-9956-ffa450edef68
* revert of r1639217 and offline-linking for maven javadocsAndreas Beeker2014-11-151-3/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1639807 13f79535-47bb-0310-9956-ffa450edef68
* Use more maven-like naming of the source jars for the ooxml schemasNick Burch2014-11-111-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1638037 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57197: use proxy for TestSignatureInfo if set via environment variablesDominik Stadler2014-11-101-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637979 13f79535-47bb-0310-9956-ffa450edef68
* Build per-component javadoc jars, suitable for use with Maven / Maven CentralNick Burch2014-11-101-13/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637827 13f79535-47bb-0310-9956-ffa450edef68
* Follow discussions on dev@, don't include the javadocs in the source ↵Nick Burch2014-11-101-3/+6
| | | | | | package, since they can be recreated as desired using ant from the unpacked source package git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637818 13f79535-47bb-0310-9956-ffa450edef68
* Add xmlsec-jar in test-ooxml-lite which is missing after removing ↵Dominik Stadler2014-11-091-0/+1
| | | | | | ooxml.classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637718 13f79535-47bb-0310-9956-ffa450edef68
* Adjust location of ooxml-lite classes and try with reduced classpath to ↵Dominik Stadler2014-11-091-2/+2
| | | | | | actually test without full xsds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637704 13f79535-47bb-0310-9956-ffa450edef68
* When building the source package, also exclude the compile jars, and any ↵Nick Burch2014-11-081-0/+2
| | | | | | dist folders git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637561 13f79535-47bb-0310-9956-ffa450edef68
* Set things up for the next releaseNick Burch2014-11-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637555 13f79535-47bb-0310-9956-ffa450edef68
* Fail build if test-cases fail in OOXMLLite execution to avoid missing ↵Dominik Stadler2014-11-071-1/+2
| | | | | | included schema-classes. Also adjust how we look for test-classes so that we print out the ones that we skip with known ones excluded. Also print out skipped inner classes. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637475 13f79535-47bb-0310-9956-ffa450edef68
* excluded notesmaster.xml from rat checkAndreas Beeker2014-10-291-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1635018 13f79535-47bb-0310-9956-ffa450edef68
* added ooxml-security-1.0 to the maven artifactsAndreas Beeker2014-10-251-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634247 13f79535-47bb-0310-9956-ffa450edef68
* One more change to OOXMLLite to also run all tests successfully when the ↵Dominik Stadler2014-10-211-0/+1
| | | | | | outdated xerces lib is provided git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633285 13f79535-47bb-0310-9956-ffa450edef68
* xml dsign - javadoc fixesAndreas Beeker2014-10-201-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633241 13f79535-47bb-0310-9956-ffa450edef68
* * Make more tests work in OOXMLLite compilation by adding xml security ↵Dominik Stadler2014-10-201-9/+2
| | | | | | | | classpath and ensuring proper cleanup in some Extractor tests * Remove downloading xerces library here, we now do this in the special Jenkins job and thus can get rid of it here git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633166 13f79535-47bb-0310-9956-ffa450edef68
* * Also adjust build.xml for newer required Ant 1.8.0Dominik Stadler2014-10-201-3/+9
| | | | | | * Pass "additionaljar" to junit calls to enable us to exclude tests which we know are failing (newer XML Security stuff) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633156 13f79535-47bb-0310-9956-ffa450edef68