aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* tidy up gradlew excludesPJ Fanning2021-05-241-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890167 13f79535-47bb-0310-9956-ffa450edef68
* exclude gradle wrapper from src releasePJ Fanning2021-05-221-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890118 13f79535-47bb-0310-9956-ffa450edef68
* One more place where path.separator needs to be used instead of ':'Dominik Stadler2021-05-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889894 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependency on batik-scriptDominik Stadler2021-05-141-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889893 13f79535-47bb-0310-9956-ffa450edef68
* delete old xmlsec jarPJ Fanning2021-05-141-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889888 13f79535-47bb-0310-9956-ffa450edef68
* Try to use the correct path-separator on WindowsDominik Stadler2021-05-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889880 13f79535-47bb-0310-9956-ffa450edef68
* Make isJava8 true or false, print out result in "init"Dominik Stadler2021-05-141-1/+3
| | | | | | Some CI-builds with Java 11+ seem to still run as "JDK 8" builds... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889879 13f79535-47bb-0310-9956-ffa450edef68
* #65304 - Add commons-io as a dependencyAndreas Beeker2021-05-141-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889871 13f79535-47bb-0310-9956-ffa450edef68
* Fix two more invalid paths for the Java 9+ compilationDominik Stadler2021-05-131-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889842 13f79535-47bb-0310-9956-ffa450edef68
* Print out state of isJava8 when building jarsDominik Stadler2021-05-131-2/+8
| | | | | | It seems this is not set properly in some of the CI-builds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889841 13f79535-47bb-0310-9956-ffa450edef68
* Use proper module-name without "poi-" prefix when compiling module-java with ↵Dominik Stadler2021-05-131-4/+20
| | | | | | Java 9+ git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889840 13f79535-47bb-0310-9956-ffa450edef68
* xmlsec 2.2.2PJ Fanning2021-05-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889816 13f79535-47bb-0310-9956-ffa450edef68
* Adjust paths in build-files some more and copy svn-libsDominik Stadler2021-04-101-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888584 13f79535-47bb-0310-9956-ffa450edef68
* Store jars for svnant locallyDominik Stadler2021-04-101-4/+5
| | | | | | | Downloading them becomes nearly impossible now that bintray.dl closes down, so let's rather persist the jars as part of the source distribution for now. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888572 13f79535-47bb-0310-9956-ffa450edef68
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-04-071-116/+130
| | | | | | | | | | | compile / jar / test of mrJars don't include ants build.xml anymore rename directories to match project and maven artifact names refactor artifacts - so each project has one artifact replace static references in hssf/dev tests with junit5 constructs, which had problems in parallel tests increase gradle heap to 4gb because of OOM - maybe less would also work git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888488 13f79535-47bb-0310-9956-ffa450edef68
* Switch the Ant-build to separate folders under "build/classes"Dominik Stadler2021-04-061-6/+6
| | | | | | | | This avoids colliding in strange ways with the default Gradle location "build/classes/main/java" This caused very strange error messages about invalid package names when compiling with Gradle and Ant in one source checkout git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888422 13f79535-47bb-0310-9956-ffa450edef68
* Update JUnit to 5.7.1 and junit-platform to 1.7.1Dominik Stadler2021-04-061-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888416 13f79535-47bb-0310-9956-ffa450edef68
* Remove support for japicmp from Gradle buildDominik Stadler2021-03-281-1/+0
| | | | | | | | | | | I now spent a few hours trying to make it work and the Gradle support is simply not production-ready and also not maintained, it triggers various strange errors and does not supporting the usual Gradle conventions. So I do not want to spend more time on it, feel free to revive it if you know how to make this work properly. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888138 13f79535-47bb-0310-9956-ffa450edef68
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-176/+182
| | | | | | | | update gradle files and project structure along https://github.com/centic9/poi/tree/gradle_build remove eclipse IDE project files remove obsolete record generator files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888111 13f79535-47bb-0310-9956-ffa450edef68
* [github-233] Updated de.rototor.pdfbox:graphics2d to 0.31. Thanks to Tobias ↵PJ Fanning2021-03-251-1/+1
| | | | | | Stadler. This closes #233 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888058 13f79535-47bb-0310-9956-ffa450edef68
* xmlbeans 5.0.0 releasePJ Fanning2021-03-141-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887648 13f79535-47bb-0310-9956-ffa450edef68
* Exclude batik-script dependency from OOXML artifactMarius Volkhart2021-03-141-5/+0
| | | | | | | | We do not make use of the batik-script dependency. While this is likely to be true of a variety of the Batik dependencies, batik-script causes problems for our users who are using JPMS. See [bug-65103]. Fixes #230 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887643 13f79535-47bb-0310-9956-ffa450edef68
* remove old batik jarAndreas Beeker2021-03-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887344 13f79535-47bb-0310-9956-ffa450edef68
* Use XmlBeans 5 nightlyAndreas Beeker2021-03-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887309 13f79535-47bb-0310-9956-ffa450edef68
* change gradle build to get unreleased xmlbeans jar from ci-builds (like ant ↵PJ Fanning2021-02-281-1/+1
| | | | | | build does) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887010 13f79535-47bb-0310-9956-ffa450edef68
* include batik in poi-bin artifactAndreas Beeker2021-02-231-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886863 13f79535-47bb-0310-9956-ffa450edef68
* add batik to forbidden-apis-check classpathAndreas Beeker2021-02-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886862 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63046] Fix Java 16 buildMarius Volkhart2021-02-221-0/+3
| | | | | | org.apache.santuario:xmlsec:2.2.0 has a dependency on SLF4J. We use this in SignatureInfo.java. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886811 13f79535-47bb-0310-9956-ffa450edef68
* Use upcoming XmlBeans 5.0.0 (working version 4.0.1)Andreas Beeker2021-02-221-16/+114
| | | | | | | | Make batik optional as it doesn't work on the module-path Use sub-components of batik as batik-all references them all again resulting in duplicated entries (maven poms haven't been migrated yet ...) Remove SLF4j dependency git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886777 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-211-27/+32
| | | | | | | | | | This removes the POILogger and POILogFactory mechanism for logging. This mechanism was created at a time when the Java landscape looked very different than it does today. Log4j 2 is an Apache Foundation project that is well maintained and is widely regarded as having good performance and capabilities. We use only the Log4j API artifact. This lets application developers choose how they want to capture logging events if at all. Integrations with Log4j 2 Core and Logback are available from the Log4j project. Closes #224 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886770 13f79535-47bb-0310-9956-ffa450edef68
* batik 1.14PJ Fanning2021-02-131-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886491 13f79535-47bb-0310-9956-ffa450edef68
* Junit5 - fix logging to consoleAndreas Beeker2021-01-231-8/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885858 13f79535-47bb-0310-9956-ffa450edef68
* limit junit concurrent threads to 3 (fixed amount)Andreas Beeker2021-01-191-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885701 13f79535-47bb-0310-9956-ffa450edef68
* Update docs to 5.0.0Andreas Beeker2021-01-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885620 13f79535-47bb-0310-9956-ffa450edef68
* Bump versions to 5.0.1-SNAPSHOTAndreas Beeker2021-01-171-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885616 13f79535-47bb-0310-9956-ffa450edef68
* include externals on release build checkoutAndreas Beeker2021-01-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885539 13f79535-47bb-0310-9956-ffa450edef68
* #65046 - Simplify integration testsAndreas Beeker2021-01-151-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885538 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 5.0.1Andreas Beeker2021-01-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885419 13f79535-47bb-0310-9956-ffa450edef68
* add lz4-java for svn/release operationsAndreas Beeker2021-01-121-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885417 13f79535-47bb-0310-9956-ffa450edef68
* release prepare for 5.0.0 - updating build.xml and changes.xmlAndreas Beeker2021-01-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885416 13f79535-47bb-0310-9956-ffa450edef68
* ignore inner classes in junitlauncher runAndreas Beeker2021-01-101-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885334 13f79535-47bb-0310-9956-ffa450edef68
* add failing regression test filesAndreas Beeker2020-12-301-7/+16
| | | | | | | fix ooxml-lite packaging fix PP97 dual storage file handling in extractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884962 13f79535-47bb-0310-9956-ffa450edef68
* Add missing jar-file for JavaDoc generationDominik Stadler2020-12-291-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884919 13f79535-47bb-0310-9956-ffa450edef68
* bump versionsAndreas Beeker2020-12-281-22/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884878 13f79535-47bb-0310-9956-ffa450edef68
* github-207 - replace commons logging with slf4j - use jcl-over-slf4jAndreas Beeker2020-12-281-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884873 13f79535-47bb-0310-9956-ffa450edef68
* gather necessary .xsb for ooxml-lite jar via intercepting the calls to ↵Andreas Beeker2020-12-281-49/+11
| | | | | | SchemaTypeSystemImpl.XsbReader git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884850 13f79535-47bb-0310-9956-ffa450edef68
* upgrade pdfbox and pdfbox-graphics2dAndreas Beeker2020-12-251-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884786 13f79535-47bb-0310-9956-ffa450edef68
* try to fix distsourcebuild errorAndreas Beeker2020-12-251-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884785 13f79535-47bb-0310-9956-ffa450edef68
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-105/+170
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884783 13f79535-47bb-0310-9956-ffa450edef68
* revert accidental changePJ Fanning2020-12-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884624 13f79535-47bb-0310-9956-ffa450edef68